On Fri, Jul 24, 2009 at 10:54:41AM -0700, Edward Pilatowicz wrote:
> your changes remove the "continue" from the first "while 1" loop.
> so now we always call break at the end of the loop, and we no longer
> actually loop?
The functions that call .run() check to make sure that there's work
pending before the function is invoked. We actually are looping, as
run's callers basically perform:
while engine.work_pending():
engine.run()
But you're correct in observing that we're no longer looping. I suppose
that means the while 1 is entirely superfluous. I'll remove that.
-j
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss