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

Add support for reserved keyword in enums. #712

Closed
wants to merge 2 commits into from

Commits on Feb 16, 2024

  1. Add support for reserved keyword in enums.

    The `reserved` keyword was supported for messages but not for enums. Also, used this opportunity to remove the `FieldNumberRange` type and use `RangeInclusive` instead, as proposed by a `TODO` comment in the existing code.
    plusvic committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3fc5ad7 View commit details
    Browse the repository at this point in the history
  2. Fix formatting issues.

    plusvic committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b484d8a View commit details
    Browse the repository at this point in the history