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

LTA error message on wrong syntax $::"foo" in Rakudo #3249

Closed
p6rt opened this issue Oct 17, 2013 · 3 comments
Closed

LTA error message on wrong syntax $::"foo" in Rakudo #3249

p6rt opened this issue Oct 17, 2013 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Oct 17, 2013

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

Searchable as RT120252$

@p6rt
Copy link
Author

p6rt commented Oct 17, 2013

From @masak

<masak> r​: my $foo = 'bar'; say $​::"foo"
<camelia> rakudo e22ac2​: OUTPUT«===SORRY!===␤ResizablePMCArray​: index
out of bounds!␤»
<masak> o.O
<FROGGS> r​: our $foo = "bar"; say :​:('$foo')
<camelia> rakudo e22ac2​: OUTPUT«bar␤»
* masak submits rakudobug

FROGGS has the syntax right. But the way I wrote it shouldn't result
in a ResizablePMCArray error.

@p6rt
Copy link
Author

p6rt commented Apr 7, 2016

From @diakopter

15​:11 <diakopter> m​: my $foo = 'bar'; say $​::"foo" │·······························
15​:11 <camelia> rakudo-moar 61d231​: OUTPUT«===SORRY!=== Error while compiling /tmp/2zcPxqe4mC␤Variable '$' is not │·······························
  declared␤at /tmp/2zcPxqe4mC​:1␤------> my $foo = 'bar'; say ⏏$​::"foo"␤» │·······························

@p6rt p6rt closed this as completed Apr 7, 2016
@p6rt
Copy link
Author

p6rt commented Apr 7, 2016

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

@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