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

2010-01-27 Thread Tiaan Geldenhuys
One of the files (XmlConvert.cs) was not included in the 2.6 backport during the r150106 commit, and some tests now fail. Would someone please copy that file from r150102? Thank you. -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: 24 January

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

2010-01-27 Thread Atsushi Eno
Oops, it was dropping in my commit. It's now in 2.6 branch too. Atsushi Eno On 2010/01/28 1:08, Tiaan Geldenhuys wrote: One of the files (XmlConvert.cs) was not included in the 2.6 backport during the r150106 commit, and some tests now fail. Would someone please copy that file from r150102?

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

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

2010-01-22 Thread Tiaan Geldenhuys
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 included for the root-causes themselves, as well as for the System.Xml.Linq classes through