Skip to content

Add SwiftLanguageRuntime support for implicit enum members. #8146

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

Merged

Conversation

adrian-prantl
Copy link

To verify this I also added a new assertion that replaces the // FIXME unimplemented comments sprinkled over the code. This uncoverd a bunch mre bugs related to implicit fields that are also fixed in this patch. One issue with nested enums is described in a comment but not yet fixed.

@adrian-prantl
Copy link
Author

All of the changes in this commit were triggered by the new assertion.

@adrian-prantl
Copy link
Author

@swift-ci test

Copy link

@augusto2112 augusto2112 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great change!

To verify this I also added a new assertion that replaces the // FIXME
unimplemented comments sprinkled over the code. This uncoverd a bunch
mre bugs related to implicit fields that are also fixed in this
patch. One issue with nested enums is described in a comment but not
yet fixed.
@adrian-prantl
Copy link
Author

@swift-ci test

@adrian-prantl
Copy link
Author

@swift-ci test windows

@adrian-prantl adrian-prantl merged commit 9a57599 into swiftlang:stable/20230725 Feb 8, 2024
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.

2 participants