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

Ignore optional commas in aggregate options #999

Merged
merged 1 commit into from
Mar 18, 2018

Commits on Mar 15, 2018

  1. Ignore optional commas in aggregate options

    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 committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    1ff3701 View commit details
    Browse the repository at this point in the history