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

quote colon form in identifier lacks line number #5479

Closed
p6rt opened this issue Jul 23, 2016 · 4 comments
Closed

quote colon form in identifier lacks line number #5479

p6rt opened this issue Jul 23, 2016 · 4 comments
Labels
LTA Less Than Awesome; typically an error message that could be better

Comments

@p6rt
Copy link

p6rt commented Jul 23, 2016

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

Searchable as RT128712$

@p6rt
Copy link
Author

p6rt commented Jul 23, 2016

From @gfldex

my $i = 42; my $foo​:bar«$i»;
# OUTPUT​:
#===SORRY!===
#QAST​::Var with scope '' NYI
#
#shell returned 1

@p6rt
Copy link
Author

p6rt commented Jan 22, 2018

From @zoffixznet

On Sat, 23 Jul 2016 16​:49​:44 -0700, gfldex wrote​:

my $i = 42; my $foo​:bar«$i»;
# OUTPUT​:
#===SORRY!===
#QAST​::Var with scope '' NYI
#
#shell returned 1

Thank you for the report. This is now fixed in branch `post-release`.

Note that the variable needs to have compile-time value to be properly
used inside the colonpair, so it should be `BEGIN my $i = 42; my $foo​:bar«$i»;`
or `$i` should be a `constant`.

Fix​: rakudo/rakudo@a35cd4e6529b8f6
Test​: Raku/roast@cd24eb0310ccea73c

@p6rt
Copy link
Author

p6rt commented Jan 22, 2018

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jan 22, 2018

@zoffixznet - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Jan 22, 2018
@p6rt p6rt added the LTA Less Than Awesome; typically an error message that could be better label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LTA Less Than Awesome; typically an error message that could be better
Projects
None yet
Development

No branches or pull requests

1 participant