[perl #56712] [BUG] --optimize causes perl6 to segfault during make

2008-07-08 Thread jason switzer
# New Ticket Created by "jason switzer" # Please include the string: [perl #56712] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56712 > When trying to use the --optimize flag, building perl6 causes parro

[perl #57522] [PATCH] verbose test harness flag

2008-08-02 Thread jason switzer
# New Ticket Created by "jason switzer" # Please include the string: [perl #57522] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57522 > The test harness used the default verbosity mode provided by TAP::Harne

[perl #57776] [BUG] PIO_buf_read segfault

2008-08-11 Thread jason switzer
# New Ticket Created by "jason switzer" # Please include the string: [perl #57776] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57776 > [EMAIL PROTECTED] perl6 $ gdb ./perl6 GNU gdb 6.8 Copyright (C) 2008

Re: [PATCH] Add .trim method

2009-01-13 Thread jason switzer
On Mon, Jan 12, 2009 at 9:07 AM, jesse wrote: > > 'left' and 'right' are probably not the right names for functions which > trim leading and/or trailing space, since their meanings get somewhat > ambiguous if a language renders right-to-left instead of left-to-right > or vice-versa > I'm in favo

Re: [PATCH] Add .trim method

2009-01-13 Thread jason switzer
On Mon, Jan 12, 2009 at 6:26 PM, Ovid wrote: > - Original Message > > > From: jason switzer > > > If we wanted language dependent version, use :leading, :trailing, and > :both. > > That will require each implementation properly handle the language > >