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

interpolated variable in qq:ww creates a parcel #3272

Closed
p6rt opened this issue Nov 12, 2013 · 3 comments
Closed

interpolated variable in qq:ww creates a parcel #3272

p6rt opened this issue Nov 12, 2013 · 3 comments
Labels
LHF Low-hanging fruit, easy to resolve

Comments

@p6rt
Copy link

p6rt commented Nov 12, 2013

Migrated from rt.perl.org#120517 (status was 'resolved')

Searchable as RT120517$

@p6rt
Copy link
Author

p6rt commented Nov 12, 2013

From @FROGGS

interpolated variable in qq​:ww creates a parcel

<dram> r​: my $foo = "FOO"; say qq​:ww/$foo "bar baz"/.perl;
<camelia> rakudo-parrot 2c40f6, rakudo-jvm 2c40f6​: OUTPUT«(("FOO",).list, "bar baz")␤»
<dram> r​: say qq​:ww/FOO "bar baz"/.perl;
<camelia> rakudo-parrot 2c40f6, rakudo-jvm 2c40f6​: OUTPUT«("FOO", "bar baz")␤»
<dram> Is this a bug?
<moritz> looks like it
<moritz> the fix might be simply calling .list on the result (in the compiler, that is)

@p6rt
Copy link
Author

p6rt commented Nov 12, 2013

From @FROGGS

Patch​: rakudo/rakudo@9dfecb8991
Test​: Raku/roast@901035667d

@p6rt
Copy link
Author

p6rt commented Nov 12, 2013

@FROGGS - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed Nov 12, 2013
@p6rt p6rt added the LHF Low-hanging fruit, easy to resolve label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LHF Low-hanging fruit, easy to resolve
Projects
None yet
Development

No branches or pull requests

1 participant