# New Ticket Created by Jeff Linahan
# Please include the string: [perl #130719]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130719 >
I type this into the REPL:
loop (my $i = 10; $i > 0; $i--) { say $i; }
It loops and the
nine, I did an update to show that the proposed fix doesn’t actually work. The
tests pass but that’s b/c they aren’t testing for instances of that class; a
simple check of the data indicates that the ‘MY::{$plugin}’ is Nil and the
produced object is an Any.
chris
From: Lloyd Fournier mailto:
Responses inline ...
On Sat, Feb 4, 2017 at 7:08 AM, jn...@jnthn.net via RT <
perl6-bugs-follo...@perl.org> wrote:
> On Fri, 03 Feb 2017 21:20:59 -0800, g...@google.com wrote:
> > See the following gist:
> >
> > https://gist.github.com/japhb/40772099ed24e20ec2c37c06f434594b
> >
> > (If you ru
# New Ticket Created by Michael Schaap
# Please include the string: [perl #130723]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130723 >
On my self-compiled Linux build of Rakudo Star 2017.01:
% perl6 -e 'say (-524288..^524
# New Ticket Created by Justin DeVuyst
# Please include the string: [perl #130721]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130721 >
[jdv@new-host-2 ~]$ perl6 -e '(, ).values>>.elems.say'
(2 3)
[jdv@new-host-2 ~]$ perl6