[Mono-dev] Bug in ShrinkArray in Xutil.cs?
Robert Jordan
robertj at gmx.net
Sun Jun 22 11:22:28 EDT 2008
Bob Frankston wrote:
> In the code below shouldn't
> prev += o
> check for null:
>
> if (prev == null)
> prev = o;
> else
> prev += o;
>
> What is worrisome about this bug is that it seems so basic that it shows up
> in even the simplest use of XML.LINQ -- does that mean that no one is using
> it?
It just means that you're not using current sources. This bug was
fixed 5 weeks ago.
Robert
More information about the Mono-devel-list
mailing list