-
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
Scoping bug with xx
#3348
Comments
From @masak<grondilu> rn: for ^2 { my @b = (^256).roll(64); say :256[@b.shift xx |
From @smlsIt works fine now: ➜ for ^2 { my @b = 1 xx 4; say (@b.shift xx 2) xx 2 } Was apparently fixed a year ago: https://gist.github.com/Whateverable/e2a6fe61150eb2595ac0ff6929daeab1 Can be closed with tests. |
The RT System itself - Status changed from 'new' to 'open' |
From @moritzTested in Raku/roast@afa1f74636 |
@moritz - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#121327 (status was 'resolved')
Searchable as RT121327$
The text was updated successfully, but these errors were encountered: