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 generating code which returns errors on unknown fields #162

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 11, 2021

  1. Configuration menu
    Copy the full SHA
    9964991 View commit details
    Browse the repository at this point in the history
  2. Add documentation for new flag.

    bramp committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    387bc05 View commit details
    Browse the repository at this point in the history
  3. Fixed a couple of minor typos.

    bramp committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    e8afb97 View commit details
    Browse the repository at this point in the history
  4. Changed the unknown field error to be a public method (so we can actu…

    …ally use it in generated code).
    bramp committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    66e78dc View commit details
    Browse the repository at this point in the history
  5. Add unknown field tests.

    bramp committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    0dfd20f View commit details
    Browse the repository at this point in the history
  6. Change the NKeys behaviour when checking for unknown fields. Specific…

    …ally always check for all keys, instead of the first N keys.
    bramp committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    0b6bcab View commit details
    Browse the repository at this point in the history