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

Added UnmarshalOpt to allow a best effort unmarshal #863

Merged
merged 17 commits into from
Jun 26, 2023

Commits on Jun 7, 2023

  1. Added UnmarshalOpt to allow a best effort unmarshal. A failing unmars…

    …hal still will not pass, but now the unmarshal will continue, logging any errors it encounters instead of exiting immediately.
    lgomez9 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a00d70b View commit details
    Browse the repository at this point in the history
  2. Fixed typos

    lgomez9 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    59bea89 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    1be412e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    0bc538d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    904af97 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'best_effort_unmarshal' of https://github.com/lgomez9/ygot

    … into best_effort_unmarshal
    lgomez9 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2f88e02 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    100a40c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c317450 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    5a65f6d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    808f845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d31eda8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c7ad8f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    35fed0e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    7cd70bf View commit details
    Browse the repository at this point in the history
  2. Added test for UnmarshalNotifications. Added check for the correct er…

    …ror string when BestEffortUnmarshal is passed.
    lgomez9 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    765caad View commit details
    Browse the repository at this point in the history
  3. Fixing small syntax errors

    lgomez9 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    fbef1c1 View commit details
    Browse the repository at this point in the history
  4. Ran gofmt

    lgomez9 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    cd4f0bc View commit details
    Browse the repository at this point in the history