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

Mark enums that cannot be extended as final #324

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented May 30, 2024

Mark enums that cannot be extended as final

Previously they were always recorded as final, which interfered with a downstream j2cl optimization.

Enums are still never recorded as abstract, which would require more analysis of supertypes and overrides to see if there were any un-implemented abstract methods, which is out of scope for turbine.

@copybara-service copybara-service bot changed the title Don't mark enums as abstract Mark enums that cannot be extended as final May 30, 2024
@copybara-service copybara-service bot closed this May 30, 2024
@copybara-service copybara-service bot deleted the test_main_636332264 branch May 30, 2024 00: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.

0 participants