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

missing [NYI] makes shaped hashes error messages [LTA] #4618

Open
p6rt opened this issue Oct 2, 2015 · 1 comment
Open

missing [NYI] makes shaped hashes error messages [LTA] #4618

p6rt opened this issue Oct 2, 2015 · 1 comment

Comments

@p6rt
Copy link

p6rt commented Oct 2, 2015

Migrated from rt.perl.org#126251 (status was 'new')

Searchable as RT126251$

@p6rt
Copy link
Author

p6rt commented Oct 2, 2015

From @gfldex

m​: my %h{<a b c>};
# OUTPUT«===SORRY!=== Error while compiling /tmp/FOE9PcfY9f␤Invalid hash
shape; type expected␤at
/tmp/FOE9PcfY9f​:1␤------>my %h{<a b c>}⏏;␤ expecting anof constraint␤»

# expected output NYI

m​: my %h{'a', 'b', 'c'}; %h<e> = 666; %h.gist.say;
# OUTPUT«e => 666␤»
# expected output NYI or wrong keylist as this form is not specced

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