[Mono-devel-list] REGRESSION: StringBuilder
Torstensson, Patrik
patrik.torstensson at intel.com
Tue Jan 13 07:12:04 EST 2004
Have you rebuilt everything? I just did the same ression test here and
that returns correct value.
Can anyone else test this also with the latest CVS?
Cheers,
Patrik
_____
From: mono-devel-list-admin at lists.ximian.com
[mailto:mono-devel-list-admin at lists.ximian.com] On Behalf Of
Torstensson, Patrik
Sent: den 13 januari 2004 13:02
To: Jaroslaw Kowalski; mono-list at lists.ximian.com; Mono Development
Subject: RE: [Mono-devel-list] REGRESSION: StringBuilder
Looking into it right now, it's strange because SB passed all the test.
Be back in 2..
Sorry for the problems caused!
Cheers,
Patrik
_____
From: mono-devel-list-admin at lists.ximian.com
[mailto:mono-devel-list-admin at lists.ximian.com] On Behalf Of Jaroslaw
Kowalski
Sent: den 13 januari 2004 12:33
To: mono-list at lists.ximian.com; Mono Development
Subject: [Mono-devel-list] REGRESSION: StringBuilder
Importance: Low
Looks like there's been a regression introduced in mono yesterday.
This snippet:
StringBuilder sb = new StringBuilder();
sb.Append("testtesttest");
sb.Insert(0, '^');
Console.WriteLine("sb: {0}", sb);
produces:
sb: ^teetteetteet
It obviously should be:
sb: ^testtesttest
This is kind of critical since NAnt no longer runs on mono/Linux.
Jarek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040113/264655e8/attachment.html
More information about the Mono-devel-list
mailing list