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

Pair constructor does not accept special names as key in Rakudo #1751

Closed
p6rt opened this issue May 6, 2010 · 4 comments
Closed

Pair constructor does not accept special names as key in Rakudo #1751

p6rt opened this issue May 6, 2010 · 4 comments

Comments

@p6rt
Copy link

p6rt commented May 6, 2010

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

Searchable as RT74948$

@p6rt
Copy link
Author

p6rt commented May 6, 2010

From @bbkr

[17​:06] <bbkr> rakudo​: my %h = {my => "x"}; # should this parse?
[17​:06] <p6eval> rakudo 1eef08​: OUTPUT«Malformed my at line 11, near "=>
\"x\"}; #"â�¤current instr.​: 'perl6;HLL;Grammar;panic' pc 501
(ext/nqp-rx/src/stage0/HLL-s0.pir​:327)â�¤Â»

but...

[17​:07] <bbkr> std​: my %h = {my => "x"};
[17​:07] <p6eval> std 30563​: OUTPUT«ok 00​:01 113mâ�¤Â»

@p6rt
Copy link
Author

p6rt commented Aug 18, 2010

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

@p6rt
Copy link
Author

p6rt commented Jan 9, 2011

From @Kodiologist

Fixed in 8b8655b2a34; tests in S02-literals/pairs.t (roast 6f4dfd4c56).

@p6rt
Copy link
Author

p6rt commented Jan 9, 2011

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

@p6rt p6rt closed this as completed Jan 9, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant