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

Accept extra args in exonum build #1914

Open
augustocdias opened this issue Nov 16, 2020 · 4 comments
Open

Accept extra args in exonum build #1914

augustocdias opened this issue Nov 16, 2020 · 4 comments

Comments

@augustocdias
Copy link

I want to pass experimental_allow_proto3_optional to Protobuf generator and in the current setup the wrapper does not support setting extra_arg for the generator.

Is it possible to support it?

@aleksuss
Copy link
Contributor

I suppose protoc-rust crate should support this feature first, shouldn't it ?

@augustocdias
Copy link
Author

It does already:

https://github.com/stepancheg/rust-protobuf/blob/master/protoc-rust/src/lib.rs#L136

@augustocdias
Copy link
Author

I've just realised they haven't published this yet... So this must way as you said @aleksuss

@aleksuss
Copy link
Contributor

I've just realised they haven't published this yet.

Exactly.

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

No branches or pull requests

2 participants