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

overeager NYI for "state" #1960

Closed
p6rt opened this issue Jul 22, 2010 · 4 comments
Closed

overeager NYI for "state" #1960

p6rt opened this issue Jul 22, 2010 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Jul 22, 2010

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

Searchable as RT76644$

@p6rt
Copy link
Author

p6rt commented Jul 22, 2010

From cxreg@pobox.com

It appears that using a bareword-form hash key that starts with the
letters "state" will result in a spurious NYI error​:

$ perl6 -e 'my %hash = (statement => "foobar")'
===SORRY!===
"state" not yet implemented at line 1, near "ment => \"f"

$ perl6 -e 'my %hash = ("statement" => "foobar")'
$

@p6rt
Copy link
Author

p6rt commented Jul 22, 2010

From @pmichaud

Now fixed in 31d41ed. Assigning to moritz++ for spectest coverage.

Pm

@p6rt
Copy link
Author

p6rt commented Jul 22, 2010

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

@p6rt
Copy link
Author

p6rt commented Jul 24, 2010

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

@p6rt p6rt closed this as completed Jul 24, 2010
@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