Re: [IronPython] IronPython 2.0 Beta 5

2008-09-19 Thread Harry Pierson
[mailto:[EMAIL PROTECTED] On Behalf Of Keith J. Farmer Sent: Thursday, September 18, 2008 2:15 AM To: Discussion of IronPython Subject: Re: [IronPython] IronPython 2.0 Beta 5 Vexing. Time to chat to the compiler folks? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [IronPython] IronPython 2.0 Beta 5

2008-09-18 Thread Dody Gunawinata
This is great guys. Thank you so much. > > > This release is significant in a few respects. First and foremost, the > most visible change is the fact that we've performed a major namespace > transformation. We have moved all DLR types that were in the "System" > namespace to "Microsoft". The r

Re: [IronPython] IronPython 2.0 Beta 5

2008-09-18 Thread Keith J. Farmer
Vexing. Time to chat to the compiler folks? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curt Hagenlocher Sent: Wednesday, September 17, 2008 8:12 PM To: Discussion of IronPython Subject: Re: [IronPython] IronPython 2.0 Beta 5 2008/9/17 Keith J

Re: [IronPython] IronPython 2.0 Beta 5

2008-09-17 Thread Curt Hagenlocher
2008/9/17 Keith J. Farmer <[EMAIL PROTECTED]>: > Re the CS1685 errors – you could always #pragma them out… They're actually generated from the csproj file, so they can't be pragma'd out in the cs source. We could disable them in the csproj, but that would affect all instances of that warning. --