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

Suggest enum values as types #1181

Merged
merged 1 commit into from Oct 7, 2017
Merged

Conversation

MasterDuke17
Copy link
Contributor

Implements RT #123926, e.g., enum E <Foo Bar>; sub x(Floo) {} now says
Invalid typename 'Floo' in parameter declaration. Did you mean 'Foo'?

Rakudo builds ok and passes make m-test m-spectest.

Implements RT #123926, e.g., `enum E <Foo Bar>; sub x(Floo) {}` now says
`Invalid typename 'Floo' in parameter declaration. Did you mean 'Foo'?`
@zoffixznet zoffixznet merged commit f62ae60 into rakudo:nom Oct 7, 2017
@zoffixznet
Copy link
Contributor

👍 Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants