[IronPython] FW: DLR question

2007-11-12 Thread Ben.Young
Hi there! Is this the correct forum for questions about the DLR, or is there a separate DLR mailing list somewhere? Cheers, Ben Ben Young - Senior Software Engineer SunGard - Enterprise House, Vision Park, Histon, Cambridge, CB24 9ZR Tel +44 1223 266042 - Main +44 1223 266100 - http://

Re: [IronPython] Pet peeve

2007-11-12 Thread Keith J. Farmer
The only problem I can see arises when none of your bugs are deemed "trivial". :) From: [EMAIL PROTECTED] on behalf of Dino Viehland Sent: Mon 11/12/2007 9:46 AM To: Discussion of IronPython Subject: Re: [IronPython] Pet peeve There's another school of though

Re: [IronPython] Invoking delegate to abstract method

2007-11-12 Thread Sanghyeon Seo
2007/11/9, Sanghyeon Seo <[EMAIL PROTECTED]>: > For whatever reasons, IronPython 2.0 Alpha 6 started to invoke > delegate to abstract method. (Previous versions didn't.) This > triggered Mono bug 317488 which is apparently hard to fix. > https://bugzilla.novell.com/show_bug.cgi?id=317488 Thankfull

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, Nov

Re: [IronPython] [python] Re: Another trivial bug

2007-11-12 Thread Michael Foord
Cool - and thanks Dino. Although we ship sources to our customers we distribute our betas as binaries so we are dependent on it. Michael http://www.manning.com/foord Dino Viehland wrote: > Awesome, I have no clue exactly when we'll bring it back (unfortunately we > have a lot of dependencies on

Re: [IronPython] [python] Re: Another trivial bug

2007-11-12 Thread Dino Viehland
Awesome, I have no clue exactly when we'll bring it back (unfortunately we have a lot of dependencies on not doing it right now - every occurance of RuntimeConstant needs to be removed) but it's good to know that it's a pressing need for you. -Original Message- From: [EMAIL PROTECTED] [

Re: [IronPython] [python] Re: Another trivial bug

2007-11-12 Thread Michael Foord
Dino Viehland wrote: > Do you mean the hacky static compilation which lets you create real .NET > types or the pyc pre-compile support? Hopefully it's the latter as I'm not > sure the former will ever come back. > > The latter. :-) Michael > -Original Message- > From: [EMAIL PROTEC

Re: [IronPython] [python] Re: Another trivial bug

2007-11-12 Thread Dino Viehland
Do you mean the hacky static compilation which lets you create real .NET types or the pyc pre-compile support? Hopefully it's the latter as I'm not sure the former will ever come back. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent:

Re: [IronPython] [python] Re: Another trivial bug

2007-11-12 Thread Michael Foord
That's great! Once you have added static compilation back into IP 2 we might be able to start using it at Resolver. :-) Michael http://www.manning.com/foord Dino Viehland wrote: > 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 thi

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]

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 is

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://w

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 A

Re: [IronPython] __getattribute__ bug

2007-11-12 Thread Dino Viehland
Thanks for the bug report, and sorry for missing the original mail. This is a bug in a code path that will ultimately be going away - currently we still have a mix of code paths that use the new DynamicSite and Rules mechanism and the old interface / PythonType (Formerly DynamicType) / CLR type

Re: [IronPython] Pet peeve

2007-11-12 Thread Dino Viehland
There's another school of thought that we should just fix them as they come in. But fixing them in-bulk certainly gives me a warm fuzzy feeling. :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Murphy Sent: Monday, November 12, 2007 2:17 AM To: D

[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 bo

Re: [IronPython] __getattribute__ bug

2007-11-12 Thread Michael Foord
There as no answer to this - so I have raised it as codeplex issue 13820: Michael http://www.manning.com/foord On Nov 3, 12:26 am, Michael Foord <[EMAIL PROTECTED]> wrote: > Hello all, > > A bug in '__getattribute__' - magic methods should be fetched from the > class and not go through '__getattr

Re: [IronPython] Pet peeve

2007-11-12 Thread James Murphy
On 10/11/2007, Keith J. Farmer <[EMAIL PROTECTED]> wrote: > "Fix Trivial Bugs Week"? > > I like that idea. Start a movement around it! Its a winner - well actually its not since there's a weight of argument that says that the trivial ones are possibly the ones that should get hit first, or at lea