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

Avoid marking generated C++ messages as final for now #5928

Merged
merged 1 commit into from
Mar 25, 2019

Conversation

acozzette
Copy link
Member

We need to mark messages as final soon, but before we do that we need to
provide a temporary opt-out mechanism to accommodate existing code that
inherits from generated messages. For 3.7.1 let's stop marking messages
final but in 3.8 we can reintroduce "final" with an opt-out option.

We need to mark messages as final soon, but before we do that we need to
provide a temporary opt-out mechanism to accommodate existing code that
inherits from generated messages. For 3.7.1 let's stop marking messages
final but in 3.8 we can reintroduce "final" with an opt-out option.
@acozzette acozzette requested a review from TeBoring March 21, 2019 18:10
@TeBoring TeBoring added this to the v3.7.0 milestone Mar 21, 2019
@TeBoring TeBoring merged commit b3c132f into protocolbuffers:3.7.x Mar 25, 2019
@acozzette acozzette deleted the cpp-final-5869 branch September 20, 2023 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants