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 for $hash assignment with missing comma #4600

Closed
p6rt opened this issue Sep 28, 2015 · 3 comments
Closed

LTA error message for $hash assignment with missing comma #4600

p6rt opened this issue Sep 28, 2015 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Sep 28, 2015

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

Searchable as RT126209$

@p6rt
Copy link
Author

p6rt commented Sep 28, 2015

From @ugexe

This used to work somehow​:
  ugexe | star​: my @​z = (^3).map​: {$_}; my $x = { :a(1) :b(@​z) }
camelia | star-m 2015.03​: ( no output )

But now it gives a cryptic error message​:
  ugexe | m​: my @​z = (^3).map​: {$_}; my $x = { :a(1) :b(@​z) }
camelia | rakudo-moar 1ed1ea​: OUTPUT«===SORRY!===␤Unknown QAST node type NQPMu␤»

@p6rt
Copy link
Author

p6rt commented Jun 26, 2019

From @AlexDaniel

Seems to be fixed in rakudo/rakudo@9135914

@p6rt
Copy link
Author

p6rt commented Jun 26, 2019

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

@p6rt p6rt closed this as completed Jun 26, 2019
@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