You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to protoc compile a bunch of .proto files, several times I encountered this message:
foo.proto is a proto3 file that contains optional fields,
but code generator protoc-gen-clojure hasn't been updated to support optional fields in proto3.
Please ask the owner of this code generator to support proto3 optional.
What is the prognosis/timeline for this, if any?
If not, any idea how much work it would be for someone who knows almost nothing about protobufs to add this?
The text was updated successfully, but these errors were encountered:
While attempting to
protoc
compile a bunch of .proto files, several times I encountered this message:What is the prognosis/timeline for this, if any?
If not, any idea how much work it would be for someone who knows almost nothing about protobufs to add this?
The text was updated successfully, but these errors were encountered: