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

Macro fixes #149

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Macro fixes #149

merged 1 commit into from
Feb 9, 2024

Conversation

stephencelis
Copy link
Member

This applies public access to everything inside the enum, which will gracefully degrade to the access control of the context (fixes #148).

This also applies the availability clause of the declaration to the extension.

This applies `public` access to everything inside the enum, which will
gracefully degrade to the access control of the context (fixes #148).

This also applies the availability clause of the declaration to the
extension.
@stephencelis stephencelis merged commit 551150d into main Feb 9, 2024
4 checks passed
@stephencelis stephencelis deleted the macro-fixes branch February 9, 2024 19:24
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.

Build fails if enum is defined in a public extension
2 participants