Skip to content
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

capturing to lexical variable not handled #4617

Open
p6rt opened this issue Oct 1, 2015 · 1 comment
Open

capturing to lexical variable not handled #4617

p6rt opened this issue Oct 1, 2015 · 1 comment
Labels

Comments

@p6rt
Copy link

p6rt commented Oct 1, 2015

Migrated from rt.perl.org#126243 (status was 'new')

Searchable as RT126243$

@p6rt
Copy link
Author

p6rt commented Oct 1, 2015

From @FROGGS

my @​foo; say "abcxyd" ~~ m/@​foo=(.)/; say @​foo
rakudo-moar f52f0d​: OUTPUT«===SORRY!===␤QAST​::Block with cuid cuid_1_1443731047.48863 has not appeared␤»

I expect @​foo to contain the Match of the letter "a".

@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant