[Mono-devel-list] REGRESSION: StringBuilder

Torstensson, Patrik patrik.torstensson at intel.com
Tue Jan 13 07:02:02 EST 2004


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/c7e44e36/attachment.html 


More information about the Mono-devel-list mailing list