linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* <, > versus <=, >=
@ 2001-03-21  4:50 Jeff Ozvold
  0 siblings, 0 replies; only message in thread
From: Jeff Ozvold @ 2001-03-21  4:50 UTC (permalink / raw)
  To: linux-hotplug

It seems to me that major changes happen on release boundaries; in Matt's
example, on the 3.00 boundary.  Many compatibility changes happen for
"pre-version X.XX" versus "version X.XX and later."

If that's true, why not use < (less than) and >= (greater than or equal),
since it seems that it would fit the convention that we use when deploying
releases.  It also avoids the problem of modifying earlier releases.  For
example, we could write a rule that uses " < 2.4.0 " and ">= 2.4.0", so that
after 2.4.0 is released, we could release 2.2.19, 2.2.94733, etc, and we
don't have to change the rule (of course, as long as the functionality of
2.2.X doesn't change).  We also avoid the problem of either duplicating or
not considering the "=" case.

A random thought?

-Jeff


_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-03-21  4:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-21  4:50 <, > versus <=, >= Jeff Ozvold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).