[perl #130719] [BUG] type check failed in binding to $value in loop

2017-02-05 Thread via RT
# 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

Re: [perl #130709] Issue with dynamic loading of module

2017-02-05 Thread Fields, Christopher J
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:

Re: [perl #130716] [CONC] unbounded supply {} + react {} = pseudo-hang

2017-02-05 Thread Geoffrey Broadwell via perl6-compiler
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

[perl #130723] [BUG] .pick on large ranges gives unexpected results on Windows only

2017-02-05 Thread via RT
# 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

[perl #130721] [BUG] .? differs from . but meth exists

2017-02-05 Thread via RT
# 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