Re: String.reverse patch

2010-10-14 Thread Vasily Chekalkin
Hello. On Fri, Oct 15, 2010 at 3:23 PM, Jonathan Leto wrote: > I put a new patch here relating to to String.reverse : Patch is totally wrong. 1. It update STRING in-place. 2. It treats STRING as sequence of bytes. 3. It doesn't operate on PMC. Proper version should consist of //

String.reverse patch

2010-10-14 Thread Jonathan Leto
Howdy, I put a new patch here relating to to String.reverse : http://trac.parrot.org/parrot/ticket/1821 We should really fix this before the 2.9.0 release, since it actually breaks our deprecation policy. There is some issue where the strings do not pass a string equality test, even though they