[perl #127967] [JVM] Test in S06-advanced/wrap.t dies with "control operator crossed continuation barrier"

2016-09-28 Thread Christian Bartolomaeus via RT
I made a PR for my suggested change and with NQP commit 9da2705b1b the test passes on JVM. I'm closing this ticket as 'resolved'.

[perl #127967] [JVM] Test in S06-advanced/wrap.t dies with "control operator crossed continuation barrier"

2016-09-19 Thread Christian Bartolomaeus via RT
On Sat Apr 23 01:51:35 2016, barto...@gmx.de wrote: > The following code (from S06-advanced/wrap.t, test skipped for rakudo- > j) dies on rakudo-jvm: > > $ perl6-j -e 'my @t = gather { sub triangle { take "=" x 3; }; for > reverse ^3 -> $n { ({ take "=" x $n; callsame; take "=" > x $n; }); };

[perl #127967] [JVM] Test in S06-advanced/wrap.t dies with "control operator crossed continuation barrier"

2016-04-23 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #127967] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127967 > The following code (from S06-advanced/wrap.t, test skipped for rakudo-j) dies