09 4:29 AM
To: Discussion of IronPython
Subject: Re: [IronPython] Two engines and clr.AddReference don't work together.
Hi Dino,
is this going to be backported to 2.0.x? If so, when should we expect a
release?
We have a workaround right now, but to maintain API compatibility we
p
IronPython
Subject: Re: [IronPython] Two engines and clr.AddReference don't work together.
Hi Dino,
is this going to be backported to 2.0.x? If so, when should we expect a
release?
We have a workaround right now, but to maintain API compatibility we
probably have to monkeypatch clr.AddRefer
users-boun...@lists.ironpython.com] On Behalf Of Michael Foord
Sent: Friday, January 30, 2009 3:30 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Two engines and clr.AddReference don't work together.
Dino Viehland wrote:
You're right that it worked in 1.0 - but of course in 1.0 we would
users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Michael Foord
Sent: Friday, January 30, 2009 3:30 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Two engines and clr.AddReference don't work together.
Dino Viehland wrote:
You'r
chael Foord
Sent: Friday, January 30, 2009 3:30 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Two engines and clr.AddReference don't work together.
Dino Viehland wrote:
> You're right that it worked in 1.0 - but of course in 1.0 we would also end
> up with an arbitrary ord
: Friday, January 30, 2009 10:34 AM
To: Discussion of IronPython
Subject: [IronPython] Two engines and clr.AddReference don't work together.
Hi,
Having two engines in the same AppDomain causes interesting behaviour
when trying trying to add references.
Only the sys.path of the first engi
ion of the CLR.
-Original Message-
From: users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Tom Wright
Sent: Friday, January 30, 2009 10:34 AM
To: Discussion of IronPython
Subject: [IronPython] Two engines and clr.AddReference don't work togeth
How do we love thee, Fusion? Let me count the ways...
On Fri, Jan 30, 2009 at 10:34 AM, Tom Wright wrote:
> Hi,
>
> Having two engines in the same AppDomain causes interesting behaviour when
> trying trying to add references.
>
> Only the sys.path of the first engine that was created seems to be
Hi,
Having two engines in the same AppDomain causes interesting behaviour
when trying trying to add references.
Only the sys.path of the first engine that was created seems to be taken
into account when calling clr.AddReference, the second sys.path is ignored.
See
http://www.codeplex.com/I