-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Enum Shorthands][meta] Enum shorthands implementation #57036
Comments
Summary: This issue tracks the implementation of enum shorthands, a feature that allows for more concise enum value declaration. The issue includes references to the original proposal, feature specification, project, and test tracking sheet. |
Is there a reason why the tooling support isn't included in the list? |
I've yet to create the issue and start the prepping process (which includes my personal prep, design meetings, etc). I'll add the issue for tooling support and the other missing issues in the next few days or so. |
I added the label 'implementation' (it's nice if all ongoing implementation efforts can be found because the top-level issue has that label). |
there's a typo here, it should say "Enum shorthand feature" instead of "wildcard variables" |
Hah, good catch. Fixed. |
Enum shorthands
This issue tracks the implementation of the enum shorthands feature.
References
Work Items
tests/language
#57038tests/language
and co19 are passing. #59757The text was updated successfully, but these errors were encountered: