# 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
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
# 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'
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
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
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