-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
options parser exception parsing multiple options in same code block #383
Comments
Is there any chance that this will be resolved soon? |
Closing this for now. Feel free to send a pull request if this is still a requirement. |
drigz
added a commit
to drigz/protobuf.js
that referenced
this issue
Mar 15, 2018
More information on the "Aggregate Syntax" here: protocolbuffers/protobuf#1148 These are accepted by the proto compiler but rarely used - I found an example in the [Cloud Endpoints docs](https://cloud.google.com/endpoints/docs/grpc-service-config/reference/rpc/google.api#google.api.HttpRule.FIELDS.string.google.api.HttpRule.rest_method_name). Fixes protobufjs#383.
drigz
added a commit
to drigz/protobuf.js
that referenced
this issue
Mar 15, 2018
More information on the "Aggregate Syntax" here: protocolbuffers/protobuf#1148 These are accepted by the proto compiler but rarely used - I found an example in the [Cloud Endpoints docs](https://cloud.google.com/endpoints/docs/grpc-service-config/reference/rpc/google.api#google.api.HttpRule.FIELDS.string.google.api.HttpRule.rest_method_name). Fixes protobufjs#383.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A proto file with options like:
Causes exceptions when parsing:
The text was updated successfully, but these errors were encountered: