We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to enable the --experimental_allow_proto3_optional protoc option. Maybe this is already possible, but I was not able to figure out how.
--experimental_allow_proto3_optional
The text was updated successfully, but these errors were encountered:
Add extra_protoc_args at rule level, closes #105
2a1ecc2
This will be supported in 3.0.0 #106:
python_proto_compile( name = "person_python_proto", protos = ["@rules_proto_grpc//example/proto:person_proto"], extra_protoc_args = ["--experimental_allow_proto3_optional"] )
Sorry, something went wrong.
Perfect, thanks!
Successfully merging a pull request may close this issue.
I'd like to enable the
--experimental_allow_proto3_optional
protoc option. Maybe this is already possible, but I was not able to figure out how.The text was updated successfully, but these errors were encountered: