[Mono-dev] [PATCH] map runtime versions 2 to the current stable version

2010-01-24 Thread Robert Jordan
Hi, Mono trunk doesn't support 1.0 anymore but it still lists old runtime versions as supported. This leads to a sudden death of the runtime with almost no information for casual users. The patch removes the unsupported versions from mono's supported runtime list and enhances the warning

Re: [Mono-dev] Patch to Fix CanConvertTo and ConverTo of/for primitive types.

2010-01-24 Thread Atsushi Eno
Let's just check in the patch. Alex, thanks for creating it. Atsushi Eno Ivan Zlatev wrote: Hi and sorry for the delay, I think that I am the last to have touched the System.ComponentModel(.Design) namespaces and I think this patch looks good. Kind Regards, Ivan Zlatev

Re: [Mono-dev] [PATCH] Fix float.Parse, float.TryParse and XmlConvert.ToString for float.MaxValue, float.PositiveInfinity and TimeSpan.MinValue

2010-01-24 Thread Atsushi Eno
The patch was checked in trunk and 2.6. Thanks. Atsushi Eno Tiaan Geldenhuys wrote: These patches fix the parsing of float.MaxValue and float.PositiveInfinity on the System.Single class, and the serialization of TimeSpan.MinValue on the System.Xml.XmlConvert.ToString method. Tests are