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

Tiaan Geldenhuys tagdev at gmail.com
Wed Jan 27 11:08:20 EST 2010


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:atsushieno at veritas-vos-liberabit.com] 
Sent: 24 January 2010 11:43 PM
To: Tiaan Geldenhuys
Cc: mono-devel-list at lists.ximian.com
Subject: Re: [PATCH] Fix float.Parse, float.TryParse and XmlConvert.ToString
for float.MaxValue, float.PositiveInfinity and TimeSpan.MinValue

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 included for the
> root-causes themselves, as well as for the System.Xml.Linq classes through
> which the problems were initially discovered. 
>
> Please commit to trunk and the 2.6 branch.
>
> Thanks,
> Tiaan.
>
>
>   



More information about the Mono-devel-list mailing list