[PyQt] SIP feature request

Phil Thompson phil at riverbankcomputing.com
Tue Jul 21 17:18:22 BST 2009


On Tue, 21 Jul 2009 18:07:07 +0200, Giovanni Bajo <rasky at develer.com>
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


More information about the PyQt mailing list