On 02/01/11 19:09, Shawn Walker wrote:
17797 plan debugging should also display solver trim database http://cr.opensolaris.org/~swalker/pkg-tip/
1. I'd really like it if going to -vvv caused the trim database to be displayed. I have a feeling it will be useful for folks developing complex packages as well as those developing/debugging the packaging system itself. Perhaps we can set the appropriate debug values when verbose > 2? This would also allow you to use the -vvv option to control the level of output from the exception display. 2. At some point I'm going to move excludes into the PkgSolver structure; this parameter is passed all over the solver now and is never modified, so it's a perfect candidate for this. The get_solver_errors() function in imageplan is a perfect example of why; it's a parameter that must be the same as was passed in to the original solve().... - Bart -- Bart Smaalders Solaris Kernel Performance [email protected] http://blogs.sun.com/barts "You will contribute more with Mercurial than with Thunderbird." "Civilization advances by extending the number of important operations which we can perform without thinking about them." _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
