Re: [IronPython] Another trivial bug

2007-11-13 Thread Miguel de Icaza

> I guess now is as good as any time to announce that we're going to
> support multiple instances of engines in a single app domain.  I think
> we'll also have a spec that's in good enough shape to send out soon
> but I'm not quite sure when that's happening.

This is brilliant!

Thanks for considering the implementation of this feature.

Miguel.
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Another trivial bug

2007-11-12 Thread Andy.Tao
Hi Dino,

I'm very excite that the final hosting api will be freezed and support
multiple instances of engines, I have waited a long time, hope your work
going well.

Andy Tao

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland
Sent: Tuesday, November 13, 2007 02:27
To: Discussion of IronPython
Subject: Re: [IronPython] Another trivial bug

It won't be this week: we have a lot more than 1 week of work to do - both
Tomas and I are working on hosting this week and next, and then more in a
month, and probably more still in the coming months.  But the plan is that
this will be the final hosting API modulo any small tweaks based upon issues
discovered during implementation or external feedback.

I guess now is as good as any time to announce that we're going to support
multiple instances of engines in a single app domain.  I think we'll also
have a spec that's in good enough shape to send out soon but I'm not quite
sure when that's happening.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord
Sent: Monday, November 12, 2007 10:12 AM
To: Discussion of IronPython
Subject: Re: [IronPython] Another trivial bug

Dino Viehland wrote:
> It's technically over (now it's hosting API feature development week) but
I still have 2 check-ins that aren't in yet.  I'll include this in one of
those.
>

Ah - great. When this week is over can you freeze the API so that I can
write about it... ;-)

Michael
http://www.manning.com/foord

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo
> Sent: Monday, November 12, 2007 7:21 AM
> To: Discussion of IronPython
> Subject: [IronPython] Another trivial bug
>
> Is trivial bugs week over yet?
>
> Please fix
> http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=5814
>
> This came to my attention thanks to a patch by Hajime Nakagami. The 
> bug is nearly a year old, and can only be explained by sloppiness.
> Well, we all make mistakes...
>
> Please fix it in both 1.x and 2.x. Thanks.
>
> --
> Seo Sanghyeon
> ___
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> ___
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>

___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Another trivial bug

2007-11-12 Thread Curt Hagenlocher
On 11/12/07, Dino Viehland <[EMAIL PROTECTED]> wrote:
>
>
> I guess now is as good as any time to announce that we're going to support
> multiple instances of engines in a single app domain.


I'm spectacularly happy about this; thanks for letting us know! :)

--
Curt Hagenlocher
[EMAIL PROTECTED]
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Another trivial bug

2007-11-12 Thread Dino Viehland
It won't be this week: we have a lot more than 1 week of work to do - both 
Tomas and I are working on hosting this week and next, and then more in a 
month, and probably more still in the coming months.  But the plan is that this 
will be the final hosting API modulo any small tweaks based upon issues 
discovered during implementation or external feedback.

I guess now is as good as any time to announce that we're going to support 
multiple instances of engines in a single app domain.  I think we'll also have 
a spec that's in good enough shape to send out soon but I'm not quite sure when 
that's happening.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord
Sent: Monday, November 12, 2007 10:12 AM
To: Discussion of IronPython
Subject: Re: [IronPython] Another trivial bug

Dino Viehland wrote:
> It's technically over (now it's hosting API feature development week) but I 
> still have 2 check-ins that aren't in yet.  I'll include this in one of those.
>

Ah - great. When this week is over can you freeze the API so that I can
write about it... ;-)

Michael
http://www.manning.com/foord

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo
> Sent: Monday, November 12, 2007 7:21 AM
> To: Discussion of IronPython
> Subject: [IronPython] Another trivial bug
>
> Is trivial bugs week over yet?
>
> Please fix
> http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=5814
>
> This came to my attention thanks to a patch by Hajime Nakagami. The
> bug is nearly a year old, and can only be explained by sloppiness.
> Well, we all make mistakes...
>
> Please fix it in both 1.x and 2.x. Thanks.
>
> --
> Seo Sanghyeon
> ___
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> ___
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>

___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Another trivial bug

2007-11-12 Thread Michael Foord
Dino Viehland wrote:
> It's technically over (now it's hosting API feature development week) but I 
> still have 2 check-ins that aren't in yet.  I'll include this in one of those.
>   

Ah - great. When this week is over can you freeze the API so that I can 
write about it... ;-)

Michael
http://www.manning.com/foord

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo
> Sent: Monday, November 12, 2007 7:21 AM
> To: Discussion of IronPython
> Subject: [IronPython] Another trivial bug
>
> Is trivial bugs week over yet?
>
> Please fix
> http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=5814
>
> This came to my attention thanks to a patch by Hajime Nakagami. The
> bug is nearly a year old, and can only be explained by sloppiness.
> Well, we all make mistakes...
>
> Please fix it in both 1.x and 2.x. Thanks.
>
> --
> Seo Sanghyeon
> ___
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> ___
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>   

___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] Another trivial bug

2007-11-12 Thread Dino Viehland
It's technically over (now it's hosting API feature development week) but I 
still have 2 check-ins that aren't in yet.  I'll include this in one of those.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo
Sent: Monday, November 12, 2007 7:21 AM
To: Discussion of IronPython
Subject: [IronPython] Another trivial bug

Is trivial bugs week over yet?

Please fix
http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=5814

This came to my attention thanks to a patch by Hajime Nakagami. The
bug is nearly a year old, and can only be explained by sloppiness.
Well, we all make mistakes...

Please fix it in both 1.x and 2.x. Thanks.

--
Seo Sanghyeon
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] Another trivial bug

2007-11-12 Thread Sanghyeon Seo
Is trivial bugs week over yet?

Please fix
http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=5814

This came to my attention thanks to a patch by Hajime Nakagami. The
bug is nearly a year old, and can only be explained by sloppiness.
Well, we all make mistakes...

Please fix it in both 1.x and 2.x. Thanks.

-- 
Seo Sanghyeon
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com