I've just rebuilt mcs and mono and I still get the same error.
 
BTW. I'm using:
 
:pserver:[EMAIL PROTECTED]:/mono
 
Jarek
----- Original Message -----
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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Torstensson, Patrik
Sent: den 13 januari 2004 13:02
To: Jaroslaw Kowalski; [EMAIL PROTECTED]; 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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jaroslaw Kowalski
Sent: den 13 januari 2004 12:33
To: [EMAIL PROTECTED]; 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

Reply via email to