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

feat: allow_alias for enums #207

Merged
merged 2 commits into from Mar 10, 2021
Merged

Commits on Mar 10, 2021

  1. feat: allow_alias for enums

    Certain APIs, e.g. recommendationengine, have enums where variants are
    aliased, i.e. different names map to the same integer value.
    
    Allowing this behavior in proto plus for the cpp protobuf runtime
    requires constructing and passing the correct options.
    software-dov committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    0224635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    700c294 View commit details
    Browse the repository at this point in the history