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

Print verification coverage only when -trace used #770

Merged
merged 7 commits into from
Aug 14, 2023

Commits on Aug 10, 2023

  1. Print verification coverage only when -trace used

    The -trackVerificationCoverage option enables tracking of verification
    coverage but the results are printed only when -trace is also provided.
    This makes it possible to see the results in text, but makes the output
    less noisy for clients of Boogie as a library (such as Dafny).
    atomb committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    74ac2e7 View commit details
    Browse the repository at this point in the history
  2. Fix unnecessaryassumes1

    atomb committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    40d1e08 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    b9c7778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0d13f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29854ff View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

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

Commits on Aug 14, 2023

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