Skip to content

Removing a message from a .proto file leads to compile errors #473

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

Closed
oehme opened this issue Feb 25, 2021 · 1 comment
Closed

Removing a message from a .proto file leads to compile errors #473

oehme opened this issue Feb 25, 2021 · 1 comment

Comments

@oehme
Copy link
Contributor

oehme commented Feb 25, 2021

The generated Java file for a deleted message is not deleted, but its descriptors are removed from the xxxOuterClass, so compilation fails.

The generator task should clean its output directory before generating.

@voidzcy
Copy link
Contributor

voidzcy commented Feb 26, 2021

Duplicate of #331 and #464. We will resolve #332 first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants