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

Atsushi Eno atsushieno at veritas-vos-liberabit.com
Thu Jan 28 02:41:45 EST 2010


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?
>
> 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