[Mono-dev] Next part of string patch (replace). Please test.

Konstantin Triger kostat at gmail.com
Tue Jun 3 07:37:44 EDT 2008


Hello all,

To my understanding,

The following line:
if (count <= maxValue)

should be:
if (count < maxValue)

2008/6/2 Andreas Nahr <ClassDevelopment at a-softtech.com>:

> This time the change is much smaller ;)
>
> Adds some additional Unittests and some explanatory LAMESPECS.
> For additional explanation see the last String patch mail or the original
> mailing-list discussion.
> For me all Unittests (including the new ones) pass. Did not observe
> regressions.
>
> Happy Hacking
> Andreas
>
> P.S.
> After that only split is missing...
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>


-- 
Regards,
Konstantin Triger
RSS: http://feeds.feedburner.com/ktriger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080603/983764b0/attachment.html 


More information about the Mono-devel-list mailing list