[perl #122325] [parrot] `last` returns something Mu-ish

2014-10-26 Thread Christian Bartolomaeus via RT
The test in S04-exceptions/control_across_runloop.t is now passing on Parrot as well. I unfudged the test with commit https://github.com/perl6/roast/commit/27a7e3281a I'm closing this ticket.

[perl #122325] [parrot] `last` returns something Mu-ish

2014-07-19 Thread via RT
# New Ticket Created by Tobias Leich # Please include the string: [perl #122325] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=122325 > >From S04-exceptions/control_across_runloop.t { sub foo($x = last) { $x } my $i