Re: [IronPython] IronPython 0.9.6 released

2005-12-12 Thread Keith J. Farmer
Out of curiosity, was there a specific reason for having different cases for Parser.fromString/Parser.FromString? - Keith J. Farmer // [EMAIL PROTECTED] ___ users mailing list users@lists.ironpython.com

Re: [IronPython] IronPython 0.9.6 released

2005-12-12 Thread Szymon Kobalczyk
Martin Maly wrote: Hello IronPython community, We've just released the newest version of IronPython ? 0.9.6. [...] I haven't found any mention of fixes regarding the memory issues I reported last month. Have you done anything to stop these memory leaks? I think this is rather important for

Re: [IronPython] IronPython 0.9.6 released

2005-12-12 Thread Keith J. Farmer
For what it's worth, it compiled just fine on my system without modifications using VS2k5. - Keith J. Farmer // [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. de Hooge Sent: Monday, 12 December 2005 01:29 [QUOTE] After

Re: [IronPython] IronPython 0.9.6 released

2005-12-12 Thread J. de Hooge
] -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Keith J. Farmer Verzonden: Monday, December 12, 2005 10:54 AM Aan: Discussion of IronPython Onderwerp: Re: [IronPython] IronPython 0.9.6 released For what it's worth, it compiled just fine on my system without modifications

[IronPython] IronPython 0.9.6 released

2005-12-12 Thread Dino Viehland
Hello IronPython community, We?ve just released the newest version of IronPython ? 0.9.6. This is most likely the last Alpha version of IronPython before the end of the year when we play to release IronPython 1.0 Beta 1. This build includes many bug fixes for issues reported to us by the

Re: [IronPython] IronPython 0.9.6 released

2005-12-11 Thread Dino Viehland
10, 2005 2:35 PM To: Discussion of IronPython Subject: Re: [IronPython] IronPython 0.9.6 released IronPython does support subclassing and method overriding so your scenario should work. Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Latta

[IronPython] IronPython 0.9.6 released

2005-12-10 Thread Martin Maly
Hello IronPython community, We?ve just released the newest version of IronPython ? 0.9.6. This is most likely the last Alpha version of IronPython before the end of the year when we play to release IronPython 1.0 Beta 1. This build includes many bug fixes for issues reported to us by the

Re: [IronPython] IronPython 0.9.6 released

2005-12-10 Thread Keith J. Farmer
Hi from across the street ;) That's a big list -- can you elaborate on the tools integration? From: [EMAIL PROTECTED] on behalf of Martin Maly Sent: Sat 12/10/2005 1:32 AM Parser changes for tools integration

Re: [IronPython] IronPython 0.9.6 released

2005-12-10 Thread Keith J. Farmer
Just read Aaron's email and blog posting -- most cool! From: [EMAIL PROTECTED] on behalf of Keith J. Farmer Sent: Sat 12/10/2005 1:35 AM To: Discussion of IronPython Subject: RE: [IronPython] IronPython 0.9.6 released Hi from across the street ;) That's a big

Re: [IronPython] IronPython 0.9.6 released

2005-12-10 Thread Michael Latta
Is it possible to use IronPython to subclass a CLR class? In particular can I use IronPython to create a subclass of WWF Activity and override the methods needed to implement custom activities? Using IronPython as a workflow scripting language would be pretty cool. The discussion about mangled