-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Returning from a parameter list default counts as returning 'outside of any Routine' in Rakudo on Moar #3453
Comments
From @masak< masak> r: sub { sub foo($x = return) { $x }; say foo }(); say "alive" rakudo-jvm has this one right. rakudo-parrot fails because of another |
From @smlsOn Sun, 20 Jul 2014 10:29:57 -0700, masak wrote:
This works now with Rakudo MoarVM as well. ➜ sub { sub foo($x = return) { $x }; say foo }(); say "alive"; bisectable6 reports¹ that it was fixed by one of these commits: rakudo/rakudo@e609822 Ticket can be closed with tests. [1] https://gist.github.com/Whateverable/7807d6ff7d2e1d059172c7cb784bd4d7 |
The RT System itself - Status changed from 'new' to 'open' |
From @zoffixznetTests: Raku/roast@809abcd5a7 |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#122345 (status was 'resolved')
Searchable as RT122345$
The text was updated successfully, but these errors were encountered: