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

Avoid printing newlines when processing some type default warnings #2001

Merged
merged 2 commits into from
Jan 4, 2024

Commits on Dec 20, 2023

  1. Avoid printing newlines when processing some type default warnings

    Before, SAW would filter out type-default warnings when processing Cryptol, but
    would always pretty-print the warnings' container (`TypeDefaultWarnings`), even
    if filtering rendered it empty. Printing an empty `TypeDefaultWarnings` amounts
    to displaying a newline. See #1407.
    samcowger committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ab9d9f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

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