Re: [Mono-dev] [Mono-list] The Mono 1.0 profile.

2009-07-21 Thread Rolf Bjarne Kvinge
Hi, > Sure, but you could just make the 1.0 profile opt-in. Every now and then somebody checks in code that doesn't build on the 1.0 profile (this happens several times a month). If we make the 1.0 profile opt-in, these breakages won't get fixed immediately, which will sooner or later lead to b

Re: [Mono-dev] [Mono-list] The Mono 1.0 profile.

2009-07-21 Thread Miguel de Icaza
Hello, > Personally, I think we'll waste more cycles on this than that it will bring > benefit. Well, it will happen in stages; Disabling the net_1_1 build will be the first step, the second step will be the incremental removal of the NET_1_1 removals and NET_2_0 as we transition into a world wh

Re: [Mono-dev] [Mono-list] The Mono 1.0 profile.

2009-07-21 Thread Marek Habersack
Gert Driesen wrote: >> -Original Message- >> From: mono-list-boun...@lists.ximian.com > [mailto:mono-list-boun...@lists.ximian.com] On Behalf Of Miguel de Icaza >> Sent: dinsdag 21 juli 2009 17:50 >> To: Gert Driesen >> Cc: 'mono-list'; 'Mono Announce'; 'mono-devel-list' >> Subject: Re: [Mo

Re: [Mono-dev] Chiron.exe on mono 2.4.2.1 crashes with System.TypeLoadException

2009-07-21 Thread Jimmy Schementi
My fault, I can run Chiron from ironruby-0.6 also, though recent builds of it are busted. I'm getting on a plane soon, but when I land I can look at the diff between 0.6 and now (unless someone else wants to on github). Any comments on my recent post to the moonlight list, or should I also

Re: [Mono-dev] [Mono-list] The Mono 1.0 profile.

2009-07-21 Thread Gert Driesen
> -Original Message- > From: mono-list-boun...@lists.ximian.com [mailto:mono-list-boun...@lists.ximian.com] On Behalf Of Miguel de Icaza > Sent: dinsdag 21 juli 2009 17:50 > To: Gert Driesen > Cc: 'mono-list'; 'Mono Announce'; 'mono-devel-list' > Subject: Re: [Mono-list] The Mono 1.0 profi

Re: [Mono-dev] Chiron.exe on mono 2.4.2.1 crashes with System.TypeLoadException

2009-07-21 Thread Thomas Wiest
Hey Jimmy, I was just able to run Chiron.exe in the Mono 2.4.2.1 vmware image. Here are the steps I took: 1. Download the mono 2.4.2.1 vmware image from: http://www.go-mono.com/mono-downloads/download.html 2. Download the ironruby 0.6.0 zip file inside the VM http://ironruby.co

Re: [Mono-dev] Chiron.exe on mono 2.4.2.1 crashes with System.TypeLoadException

2009-07-21 Thread Miguel de Icaza
Hello Jimmy, Where can I get the Chiron setup that you are using to reproduce this locally? Thomas, can you please work with Jimmy to identify this problem? it seems like our VMware image and his setup are conflicting.Jimmy is about to make a presentation at OSCon, so let us support h

Re: [Mono-dev] [Mono-list] The Mono 1.0 profile.

2009-07-21 Thread Miguel de Icaza
Hello Gert, > Will you be removing all 1.0 specific code (paths)? > Will support for building the net_1_1 profile be removed altogether (or will > you just need to opt-in)? Yes, I would like to do that: remove all the ifdefs for net_1_1 on post Mono 2.6 releases, and remove all the tests for 1.1

Re: [Mono-dev] CS0411 error with nullable enum

2009-07-21 Thread Gladish, Jacob
This compiled fine for me using 2.4.2.1 using System; using System.Collections.Generic; namespace Test { public enum Enum { One, Two } class CompilerTest { public static void Main(string[] s) { ThisDoesNotWork(); } protected static int DoSo

Re: [Mono-dev] Chiron.exe on mono 2.4.2.1 crashes with System.TypeLoadException

2009-07-21 Thread Jimmy Schementi
wrote: > Hello, > Hey Miguel! I'm working out some kinks with DLR running on Mono and Moonlight, and I >> found that Chiron.exe no longer runs against Mono. It works against 2.2, but >> not 2.4: >> >> rup...@linux:~/ironruby/Merlin/Main/Bin/Silverlight Release> mono >> Chiron.exe >> >> ** (Chi