-
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
Some phaser blorsts don't see outer $_ #4352
Comments
From @lizmat[12:35:07] <lizmat> m: for ^2 { NEXT .say } # feels like a rakudobug Same for LAST: $ 6 'for ^10 { LAST .say }' Not for FIRST, LEAVE, PRE, UNDO POST has a different failure mode: $ 6 'for ^1 { POST .say }� Liz |
From @AlexDanielThis was resolved in (2016-08-03) rakudo/rakudo@5e61516 W4anD0eR96 committed some tests for it: Raku/roast@48124e0 And then beefed up the tests for other phasers: Raku/roast@2a3717c This revealed an issue in KEEP, which is now filed in rakudo/rakudo#1290 Closing. On 2015-06-26 03:45:08, elizabeth wrote:
|
The RT System itself - Status changed from 'new' to 'open' |
@AlexDaniel - Status changed from 'open' to 'resolved' |
From @tisonkunSo far we've fix the bugs on NEXT and LAST, while POST remained. I added a test for this ticket perl6/roast#362 |
Migrated from rt.perl.org#125488 (status was 'resolved')
Searchable as RT125488$
The text was updated successfully, but these errors were encountered: