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

Unspace should break chain of postcircumfixes in qq string interpolation in Rakudo #2273

Closed
p6rt opened this issue Nov 22, 2010 · 3 comments
Closed
Labels

Comments

@p6rt
Copy link

p6rt commented Nov 22, 2010

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

Searchable as RT79568$

@p6rt
Copy link
Author

p6rt commented Nov 22, 2010

From @masak

See http://strangelyconsistent.org/blog/november-21-2010-just-a-few-wrinkles-to-iron-out
for the background to this ticket. Especially the update.

<masak> oh, and by the way​: that's good news. I like that a backslash
solves the problem.
<TimToady> metoo, which is why we outlawed unspace in quotes (at top
level only, of course)
<masak> oh, I remember that now.
<masak> rakudo​: my $foo = "work"; say "This should $foo\</a>"
<p6eval> rakudo : OUTPUT«postcircumfix​:<{ }> not defined for type
Str()␤ in main program body at line 1␤»
* masak submits rakudobug
<TimToady> std​: my $x; "$x[syntax error]"
<p6eval> std a194beb​: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m␤Undeclared
routines​:␤ 'error' used at line 1␤ 'syntax' used at line
1␤Check failed␤FAILED 00​:01 121m␤»
<TimToady> std​: my $x; "$x\[syntax error]"
<p6eval> std a194beb​: OUTPUT«ok 00​:01 120m␤»

@p6rt
Copy link
Author

p6rt commented May 29, 2012

From @moritz

Now fixed, and tested in S02-literals/string-interpolation.t.
diakopter++ for triaging.

@p6rt
Copy link
Author

p6rt commented May 29, 2012

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

@p6rt p6rt closed this as completed May 29, 2012
@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