-
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
&make outside of an action method has no effect in Rakudo #1901
Comments
From @masak<masak> rakudo: "foo" ~~ /foo/; say "What kind of $()l am I?" |
@coke - Status changed from 'new' to 'open' |
From @cokeOn Tue Jun 29 15:37:31 2010, masak wrote:
The behavior has changed: 02:33 <[Coke]> rakudo: "foo" ~~ /foo/; say "What kind of $()l am I?" 02:33 <[Coke]> rakudo: "foo" ~~ / foo {make "foo"} /; say "What kind of $()l am 02:33 <[Coke]> nqp: say(('foo' ~~ / foo { make 'foo' }/).ast) -- |
From @jnthnOn Tue Jun 29 15:37:31 2010, masak wrote:
Resolved in Rakudo by now (think it's been fixed at least a year or two). Verified we have test coverage (we do, in S05-match/make.t). Resolving. /jnthn |
@jnthn - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#76278 (status was 'resolved')
Searchable as RT76278$
The text was updated successfully, but these errors were encountered: