Re: [IronPython] Bug in 2.0a1 SystemState.InitializeBuiltins

2007-05-16 Thread Dino Viehland
Definitely a bug, I've got an idea on a better way to fit it then just change when the we change the name. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Tuesday, May 15, 2007 9:17 AM To: Discussion of IronPython Subject: [IronPython]

Re: [IronPython] dispatch console command

2007-05-16 Thread Dino Viehland
Instead of just setting it you'll need to call it w/ the object you had - it should be a fairly simple tweak. It will then return the previous command dispatcher giving a nice chaining which wasn't possible before. What do you mean by on a per assembly base? As in having multiple config files?

Re: [IronPython] Update: IP 2.0A1/DLR on Mono

2007-05-16 Thread M. David Peterson
As far as I can tell too :D (post linked to originally has been updated appropriately) On 5/16/07, Sanghyeon Seo <[EMAIL PROTECTED]> wrote: The final summary: Get Mono from SVN with revision later than 77476. It has fixed all compiler bugs and runtime bugs impacting IronPython 2.0 Alpha 1 as f

[IronPython] Forrester Survey Asks: Python and Garbage Collection Features

2007-05-16 Thread Jeff Rush
In working on the Forrester Research survey, I've come across two questions to which I don't know the answer, for Jython and IronPython. I would like those two language implementations to be clearly represented in the survey, not just cPython, and therefore would appreciate help with brief 1 parag

Re: [IronPython] Update: IP 2.0A1/DLR on Mono

2007-05-16 Thread Sanghyeon Seo
The final summary: Get Mono from SVN with revision later than 77476. It has fixed all compiler bugs and runtime bugs impacting IronPython 2.0 Alpha 1 as far as I can tell. -- Seo Sanghyeon ___ users mailing list users@lists.ironpython.com http://lists.

Re: [IronPython] Immutable value types, again

2007-05-16 Thread drew moore
M. David Peterson wrote: > Okay, I'm up for the task, > > Me: "you fool, you just need to cast it to a ref type and then you can > mutate it all > you want. When you need the val type, just cast it back. Didn't you read > the tutorial??" > Hee hee. Wish I'd thought of that. I was poking around f

[IronPython] Update: IP 2.0A1/DLR on Mono

2007-05-16 Thread M. David Peterson
http://www.oreillynet.com/xml/blog/2007/05/monodlr_hello_dynamic_language.html -- /M:D M. David Peterson http://mdavid.name | http://www.oreillynet.com/pub/au/2354 | http://dev.aol.com/blog/3155 ___ users mailing list users@lists.ironpython.com http://

Re: [IronPython] dispatch console command

2007-05-16 Thread Gerard Braad Jr.
It is not possible for me to use the same structure in an easy way. Since it seems AttributeError: attribute 'SetCommandDispatcher' of 'ScriptDomainManager' object is read-only Can the ScriptDomainManager also handle configuration files on a per assembly base? On May 15, 9:49 pm, Dino Viehland <