[perl #124191] [BUG] For loop fails to CATCH exception on 208th iteration in Rakudo

2015-03-29 Thread Carl Mäsak via RT
masak (): masak Tux says something recent caused the above failure. I'd really appreciate it if someone wanted bisect (maybe a month back or so). I did a bisect, which revealed a number of things. All of the findings below can be reproduced by the following commands: $ git clone

Re: Fancy sub arg handling: ability to expand error message?

2015-03-29 Thread Tom Browder
On Sat, Mar 28, 2015 at 5:43 PM, Tom Browder tom.brow...@gmail.com wrote: Agree--looks like we need some of Damien Conways wonderful CPAN modules That should be Damian Conway's -Tom

[perl #123569] Batch variable expand bug in /core/CompUnitRepo/Local/Installation.pm when used in PowerShell environment.

2015-03-29 Thread Christian Bartolomaeus via RT
This was patched with commit https://github.com/rakudo/rakudo/commit/9cd98ed5de I'm closing this ticket as 'resolved'.

[perl #115230] say do do ; errors when say do do; succeeds

2015-03-29 Thread Christian Bartolomaeus via RT
As a status update: The second evaluation still errors, but with a different error message. (IMHO the error message makes it clearer that the second 'do' is parsed as a keyword.) $ perl6 -e 'my \do = 42; say do do;' 42 $ perl6 -e 'my \do = 42; say do do ;' ===SORRY!=== Error while compiling -e

[perl #124191] [BUG] For loop fails to CATCH exception on 208th iteration in Rakudo

2015-03-29 Thread Carl Mäsak via RT
masak so, I just removed https://github.com/rakudo/rakudo/blob/nom/src/vm/moar/Perl6/Ops.nqp#L460 locally; RT #124191 is still present afterwards :/ synopsebot Link: https://rt.perl.org/rt3//Public/Bug/Display.html?id=124191 masak so it's something deeper, then. dalek rakudo/nom: ee7a375 |