[perl #116711] [BUG] p6doc

2013-02-11 Thread via RT
# New Ticket Created by rir...@comcast.net # Please include the string: [perl #116711] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=116711 > This is perl6 version 2013.01 built on parrot 4.10.0 revision 0 I'm not s

Re: [perl #116705] [BUG] error running make rakudo-spectest

2013-02-11 Thread Parrot Raiser
On Sat, Feb 9, 2013 at 2:16 PM, Michael Lynch wrote: > # New Ticket Created by Michael Lynch > # Please include the string: [perl #116705] > t/spec/S16-filehandles/filestat.t (Wstat: 0 Tests: 13 > Failed: 2) > Failed tests: 10-11 > t/spec/S32-temporal/local.rakudo

[perl #116719] [BUG] Internal error message on Z=> in enum declaration in Rakudo

2013-02-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #116719] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=116719 > r: enum Color ( Z=> 1,2,4); rakudo a3869a: OUTPUT«===SORRY!===␤Method 'returns'

Re: deleting delete and exist need not exist

2013-02-11 Thread Nicholas Clark
On Mon, Feb 11, 2013 at 08:11:53AM -0600, Patrick R. Michaud wrote: > On Mon, Feb 11, 2013 at 09:56:31AM +, Nicholas Clark wrote: > > Here are a better set of patches for Rakudo. They don't duplicate the check > > for $p < 0, and they avoid calling nqp::elems(), by assuming that > > nqp::atpos

Re: deleting delete and exist need not exist

2013-02-11 Thread Patrick R. Michaud
On Mon, Feb 11, 2013 at 09:56:31AM +, Nicholas Clark wrote: > Here are a better set of patches for Rakudo. They don't duplicate the check > for $p < 0, and they avoid calling nqp::elems(), by assuming that nqp::atpos() > safely return nql::null() for indices beyond the end of the array. > (Whic

Re: deleting delete and exist need not exist

2013-02-11 Thread Nicholas Clark
Here are a better set of patches for Rakudo. They don't duplicate the check for $p < 0, and they avoid calling nqp::elems(), by assuming that nqp::atpos() safely return nql::null() for indices beyond the end of the array. (Which Parrot does. Is any of this spec'd anywhere?) The NQP patches remain