This is awesome! Thanks for looking into this.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:users-
> [EMAIL PROTECTED] On Behalf Of Dan Eloff
> Sent: Tuesday, November 25, 2008 3:55 PM
> To: Discussion of IronPython
> Subject: [IronPython] Some observations abo
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 finde
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 remember that you can pass li
Thanks to the excellent work of Kamil
(http://github.com/luntain/ipy-parallel-import/tree/master), and the
help of Jimmy I now have importing being done in parallel in 4 threads
in Silverlight.
I had to restructure my code a little to reduce circular imports (not
a bad thing to do anyway) and I ha