[Mono-list] RE: [Mono-devel-list] REGRESSION: StringBuilder
Jaroslaw Kowalski
jaak at zd.com.pl
Tue Jan 13 07:55:37 EST 2004
I've just rebuilt mcs and mono and I still get the same error.
BTW. I'm using:
:pserver:anonymous at us-anoncvs.go-mono.com:/mono
Jarek
----- Original Message -----
From: Torstensson, Patrik
To: Torstensson, Patrik ; Jaroslaw Kowalski ; mono-list at lists.ximian.com ; Mono Development
Sent: Tuesday, January 13, 2004 1:12 PM
Subject: [Mono-list] RE: [Mono-devel-list] REGRESSION: StringBuilder
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/8d17a4d0/attachment.html
More information about the Mono-devel-list
mailing list