[perl #59184] Some fixes to split methods

2008-09-22 Thread Chris Davaz
# New Ticket Created by "Chris Davaz" # Please include the string: [perl #59184] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59184 > I have implemented the limit parameter on both Str.split(String, Integer) and Str.split

Re: method signature issues

2008-09-22 Thread Patrick R. Michaud
On Mon, Sep 22, 2008 at 02:35:20PM +0800, Chris Davaz wrote: > Awesome Patrick, you totally nailed it ;-) > > I'll be submitting a patch soon. Do you know if there is a Parrot bug > logged for the problem you described? I don't think there's a Parrot bug filed for the issue of MMD dispatch on str

Re: [perl #59068] Re: [november] Re: .perl fix

2008-09-22 Thread Patrick R. Michaud
On Sun, Sep 21, 2008 at 10:50:22AM -0700, Moritz Lenz via RT wrote: > Patrick R. Michaud wrote: > > It would help if someone could describe all of the things that > > need escaping, either as prose, Perl code, or text. > > (CC'ed p6c and the ticket, hope it worked) > > afaict the following charac

Re: [perl #59068] Re: [november] Re: .perl fix

2008-09-22 Thread Moritz Lenz
Patrick R. Michaud wrote: > On Sun, Sep 21, 2008 at 10:50:22AM -0700, Moritz Lenz via RT wrote: >> Patrick R. Michaud wrote: >> > It would help if someone could describe all of the things that >> > need escaping, either as prose, Perl code, or text. >> >> (CC'ed p6c and the ticket, hope it worked)

[perl #59204] [BUG] .trans method modifies its argument

2008-09-22 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #59204] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59204 > The .trans method appears to be modifying its argument: $ cat x my $x = [1,2,3] =

more fixes to split

2008-09-22 Thread Chris Davaz
please see http://rt.perl.org/rt3/Ticket/Display.html?id=59184 for more info and for the patch