On Mon, Jul 28, 2008 at 01:32:59PM -0500, Shawn Walker wrote: > It seems like there is an opportunity here with the work on debug / > verbose to find a better way to pass around operational information than > adding a parameter to a few dozen subroutines.
We could look at doing this with a singleton object. Similarly for the progress tracker (perhaps it's all one object?). There should only be one for the entire process, and no need to pass it around everywhere. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
