On Thu, Oct 23, 2008 at 05:07:01PM -0700, Brock Pytlik wrote:

> Well, xrange(4) spits out 0, 1, 2, 3 which is wrong both in that it 
> includes 0 (an incompatible version) and doesn't include 4 (which is a 
> compatible version). Maybe I misunderstood your original idea (unlike K, I 
> haven't had my coffee today ;) ).

My original idea didn't take into account incompatible old versions, and
had an off by one error.  Given the requirement to eliminate old versions,
it seems easier to just do what you're currently doing, rather than
fiddling with xrange() at all.  Up to you.

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to