[Mono-dev] [Fwd: [Mono-patches] r99345 - in trunk/mcs/class/System.XML: System.Xml.Serialization Test/System.Xml.Serialization Test/XmlFiles/xsd]

2008-03-31 Thread Atsushi Eno
It contains Console.WriteLine(). Is it intended? (I haven't tried it; guessing it may be for code generation.) Atsushi Eno Original Message Subject: [Mono-patches] r99345 - in trunk/mcs/class/System.XML: System.Xml.Serialization Test/System.Xml.Serialization Test/XmlFiles/xsd

Re: [Mono-dev] [Fwd: [Mono-patches] r99345 - in trunk/mcs/class/System.XML: System.Xml.Serialization Test/System.Xml.Serialization Test/XmlFiles/xsd]

2008-03-31 Thread Gert Driesen
Hey Atsushi, That definitely wasn't intended. I'll remove it later today. Gert -- From: "Atsushi Eno" <[EMAIL PROTECTED]> Sent: Monday, March 31, 2008 10:22 AM To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: Subject: [Fwd: [Mono-patches] r99345 - in t

Re: [Mono-dev] Mono:MIPS patch

2008-03-31 Thread Thomas Kunze
Hi, this are the changes I did on top of Yoichi Nakayama's patch. I basically looked at arm and did it the same way. Most tests passed with this patch. (about 20 test from mono/tests and one (I think exceptions.cs) from mono/mini failed) I hope this is helpful to you in some way. Regards, Thomas

Re: [Mono-dev] Olive in default packege

2008-03-31 Thread Atsushi Eno
No. When .NET compatibility components in olive get mature, they will be moved into mcs, like we have done for System.Core and System.Xml.Linq. Olive is aggregated experimental stuff. Atsushi Eno Sharique uddin Ahmed Farooqui wrote: > Hi, > I think we should distribute olive module with mono def

Re: [Mono-dev] Contribute to the Mono project

2008-03-31 Thread Michael Hutchinson
On Sun, Mar 30, 2008 at 12:22 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > we are two Italian undergraduate students in Computer Science. Until > now we developed only university-related projects for our exams, but we' > d like to contribute to the Mono project. We know that it could

Re: [Mono-dev] Contribute to the Mono project

2008-03-31 Thread Jonathan Pobst
There is also: http://www.mono-project.com/Todo though I am unsure how updated it is, so I would propose a topic before actually starting it. Jonathan Michael Hutchinson wrote: > On Sun, Mar 30, 2008 at 12:22 PM, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: >> Hi, >> we are two Italian unde

[Mono-dev] [PATCH] Use Unicode argv on Windows

2008-03-31 Thread Kornél Pál
Hi, Currently mono.exe uses ANSI arguments that are encoded using system default code page (ACP). Mono however uses UTF-8 and tries to convert them using MONO_EXTERNAL_ENCODINGS. This patch takes the Unicode (UTF-16) command line arguments and converts them to UTF-8. This way there is no nee

Re: [Mono-dev] [PATCH] Use Unicode argv on Windows

2008-03-31 Thread Robert Jordan
Hi Kornél, I understand why you fixed it this way, but I think that "fixing" strenc.c would produce less #ifdef clutter and it also has the nice side effect of not breaking the embedding API :) It's just a matter of setting MONO_EXTERNAL_ENCODINGS=default_locale either with g_setenv or SetEnviron

[Mono-dev] ANN: NUnit 2.4.7 Released

2008-03-31 Thread Charlie Poole
Hi All, I just released NUnit 2.4.7, which is available on Sourceforge for download or from http://nunit.org/?p=download Running on Mono 1.9, there are four failures in the NUnit tests, all related to XML validation. Most likely they are my bugs. This release eliminates problems with conflicting