Re: [Mono-list] RE: [Mono-devel-list] REGRESSION: StringBuilder

2004-01-13 Thread Jaroslaw Kowalski
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 - From: Torstensson, Patrik To: Torstensson, Patrik ; Jaroslaw Kowalski ; [EMAIL PROTECTED] ; Mono Development Sent: Tuesday,

Re: [Mono-list] RE: [Mono-devel-list] REGRESSION: StringBuilder

2004-01-13 Thread Iain McCoy
I get the same problem, on a freshly checked-out-from-anoncvs-and-built mcs and mono. I did some digging (just because I could) and I suspect the problem is that StringBuilder uses String.InternalStrcpy to move everything to the right of the insert point across. From my reading of the code, that

Re: [Mono-list] RE: [Mono-devel-list] REGRESSION: StringBuilder

2004-01-13 Thread Paolo Molaro
On 01/14/04 Iain McCoy wrote: I get the same problem, on a freshly checked-out-from-anoncvs-and-built mcs and mono. I did some digging (just because I could) and I suspect the problem is that StringBuilder uses String.InternalStrcpy to move everything to the right of the insert point across.