-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Adds back Enum constraint to Enum.GetNames<TEnum>() #100844
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
When was this removed? Was that recently / accidentally as part of Jan's reformat of the ref? |
Yeah. #100843. |
I assume we double checked to ensure nothing else was accidentally changed? |
I did another pass of Jan's PR. I couldn't find any more diffs. I did one full pass of all the code, then another pass looking at all generic constraints. In general we can trust APICompat to keep us safe - but it has a gap here with generic constraints. |
Thanks |
What's the verdict on the test failures? They seem unrelated (timeout on the WASM test side). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
This partially addresses #100843