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