On Sat, Nov 29, 2008 at 4:07 PM, Kamil Dworakowski <[EMAIL PROTECTED]> wrote: > Awesome news! Resolver One is currently being ported to IronPython > 2.0 and I can't wait to try parallel importing again. > > Do you remember what tweak did you have to make to the dependency > graph? Dependency finder should ignore imports that are inside if > statements. >
I think that was the trouble, I had to add dependencies for the imports that were conditional (but always executed). There were also some circular dependencies that were too difficult to break, so I removed some dependencies in a few cases. But overall it worked great. -Dan _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
