[Mono-dev] Source of regressions in System.Xml

Juraj Skripsky js at hotfeet.ch
Fri May 30 13:02:53 EDT 2008


Hey Andreas,
hey Gert,

You might be interesting in a bug I just filed:
https://bugzilla.novell.com/show_bug.cgi?id=395904

It shows where the regressions in System.Xml are coming from when
enabling this code in String.Substring:

// FIXME: this causes regressions in System.Xml
/*
if (startIndex == 0 && length == this.length)
   return this;
*/


By the way: Thanks for the excellent rewrite of the String class, it's
great to have all that code in the managed world!

- Juraj



More information about the Mono-devel-list mailing list