-
Notifications
You must be signed in to change notification settings - Fork 225
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
Cannot set --experimental_allow_proto3_optional options #234
Comments
Hi @xprezesx, |
I can add it in the new MR tomorrow. |
Ok, took a deeper look and the problem is that a lot of generators still don't support the optional flag. I re-test when generators include it. |
Once all packages support it Ill do MR. Wating for proto3 optional support in packages: |
Hi @ido-namely, |
Hi @ido-namely, are you still looking at implementing this? |
Hey @esparzak, Are you sure the |
Hey @xprezesx , |
Hi, unless anyone objects, I will consider this issue resolved and close this at the end of this week. |
As mentioned in previous comments, the flag in question seems to already enabled by default on the version of Feel free to reopen or further discuss in case you disagree. |
There is new option in protobuf 3
optional
.I can't find possibility to set this flag on
protoc
functiondocker run -v
pwd:/defs namely/protoc-all -l php -o library/ -i --experimental_allow_proto3_optional -d ./ 1 ↵ jacekbednarek@Jacek-Shoplo-Macbook-2019 --experimental_allow_proto3_optional: warning: directory does not exist. catalog/product/domain/product.proto: This file contains proto3 optional fields, but --experimental_allow_proto3_optional was not set.
The text was updated successfully, but these errors were encountered: