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

Support Non-Strict Trace Checking #222

Merged
merged 3 commits into from
Jul 10, 2024

Commits on Jul 10, 2024

  1. Update Alignment Algorithm

    This makes a small (but important) change to the alignment algorithm.
    Specifically, it no longer reports an error if there are unknown columns
    in the trace.  Instead, the caller is responsible for checking this and
    reacting accordingly.  This enables the caller to continue if it so
    wishes.
    DavePearce committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8b1d43e View commit details
    Browse the repository at this point in the history
  2. Support --warn in check command

    This adds the ability to override the default and reduce the level of
    strictness when it comes to unknown columns in the trace.  Specifically,
    with `--warn` the tool will continue with a warning when an unknown
    trace column is encountered.
    DavePearce committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0c5b9a6 View commit details
    Browse the repository at this point in the history
  3. Tidy up check command

    This tidies up the check command and improves the warnings.
    DavePearce committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0a5f949 View commit details
    Browse the repository at this point in the history