Re: [Ironruby-core] Dropping .NET 2.0 Support for IronRuby

2011-04-06 Thread Jeff Hardy
On Wed, Apr 6, 2011 at 4:19 PM, Tomas Matousek wrote: > I think having the V2 build there but not actively tested works fine. Anybody > who wants to use the latest IPy 3.0 build on V2 could submit a patch that > fixes v2 specific issues if there are any. > What about "officially" declaring we do

[Ironruby-core] jagged array of 2D array

2011-04-06 Thread Casting Ray
Hi I have a question about object creation of jagged array in IronRuby. C# double[][] csArray0 = new double[100][]; double[][,] csArray1 = new double[100][,]; IronRuby irArray0 = System::Array.CreateInstance(System::Array.of(System::Double).to_clr_type,100) ir

Re: [Ironruby-core] Dropping .NET 2.0 Support for IronRuby

2011-04-06 Thread Jeff Hardy
On Wed, Apr 6, 2011 at 4:00 PM, Tomas Matousek wrote: > I'd be fine with dropping support for *Desktop* v2.0. We need to support > Silverlight 3 builds though so that we continue running on Windows Phone 7. > This essentially means we can't get rid of the inner ring just yet. Do you > consider

Re: [Ironruby-core] Dropping .NET 2.0 Support for IronRuby

2011-04-06 Thread Tomas Matousek
I think having the V2 build there but not actively tested works fine. Anybody who wants to use the latest IPy 3.0 build on V2 could submit a patch that fixes v2 specific issues if there are any. What about "officially" declaring we don't support V2 but keep the infrastructure in place and not in

Re: [Ironruby-core] Dropping .NET 2.0 Support for IronRuby

2011-04-06 Thread Tomas Matousek
I'd be fine with dropping support for *Desktop* v2.0. We need to support Silverlight 3 builds though so that we continue running on Windows Phone 7. This essentially means we can't get rid of the inner ring just yet. Do you consider supporting IronPython on Windows Phone too? The only work that'

[Ironruby-core] Dropping .NET 2.0 Support for IronRuby

2011-04-06 Thread Jeff Hardy
Right now, the plan is for IronPython to drop support for .NET 2.0 and be .NET 4 only for the 3.0 release (which is probably still a year or more away). Are there any similar plans for IronRuby? IP can drop 2.0 support without impacting IR at all (I think), but if there plans to drop it from IR as