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

{{{}}} unquote inside {} inside qq string in quasi doesn't work in Rakudo #2955

Open
p6rt opened this issue Nov 4, 2012 · 2 comments
Open
Labels

Comments

@p6rt
Copy link

p6rt commented Nov 4, 2012

Migrated from rt.perl.org#115582 (status was 'stalled')

Searchable as RT115582$

@p6rt
Copy link
Author

p6rt commented Nov 4, 2012

From @masak

<masak> r​: macro f($x) { quasi { "{{{{$x}}}} (just testing macros)" }
} ; say f "ok"
<p6eval> rakudo 64208d​: OUTPUT«===SORRY!===␤Error while compiling
block [...] Unknown QAST node type QAST​::Unquote [...]
<masak> this one is indeed interesting.
<masak> TimToady​: would you expect {{{}}} or { {{{}}} } inside a qq
string in a quasi?
* masak submits rakudobug
<jnthn> masak​: I think the answer is that quasis only have meaning in
the MAIN language, so you need to be inside the closure.
<masak> I think that's sane, yes.
<jnthn> er, please confirm STD actually belives what I just told you :P

@p6rt
Copy link
Author

p6rt commented Apr 26, 2016

@coke - Status changed from 'new' to 'stalled'

@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