On Tue, 21 Jul 2009 18:07:07 +0200, Giovanni Bajo <[email protected]> wrote: > Hello, > > in complex projects using several inter-dependent sip modules, it's > getting harder and harder to correctly track dependencies so that the > minimum set of libraries is rebuilt. > > It would be very useful if sip had an option to dump the list of .sip > files that are being parsed (through %Includes and %Imports); this list > could automatically be generated and used by sipdistutils to infer the > correct dependencies of each sip module. > > At that point, we could also use a --syntax-only (or --dry-run), so that > it would be possible to only generate the aforementioned dump and do > nothing else. > > Does this make sense?
You mean a printf() when it opens a .sip file? The --syntax-only behaviour is the default anyway. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
