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

Apply generic constraints to enums #122

Merged
merged 2 commits into from
May 26, 2023

Conversation

kevinbhayes
Copy link
Collaborator

This MR applies default generic constraints to Swift enums with associated values in the same way that it does for structs.

Resolves #121

@kevinbhayes kevinbhayes added bug Something isn't working high-priority This issue takes precedent over ones that don't have this label labels May 26, 2023
@snowsignal snowsignal merged commit 2f78e51 into main May 26, 2023
@snowsignal snowsignal deleted the kevin/swift/generic-decorators-on-enums branch May 26, 2023 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority This issue takes precedent over ones that don't have this label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write generic decorators to enums with associated types as well
2 participants