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?
-- 
Giovanni Bajo
Develer S.r.l.
http://www.develer.com


_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to