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

protoc-gen-go: Don't rely on local package name for mset name hack. #562

Merged
merged 1 commit into from
Mar 15, 2018

Commits on Mar 15, 2018

  1. protoc-gen-go: Don't rely on local package name for mset name hack.

    The generator includes a hack for generating the name of fields which
    extend proto2.bridge.MessageSet. (The ultimate motivation appears to
    be compatibility with proto1 text formats.) Apply this hack based
    on whether the message being extended defines the message_set_wire_format
    option, not on the local name of that message type.
    neild committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    e7858f1 View commit details
    Browse the repository at this point in the history