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

[Merged by Bors] - fix: improve the logging behavior of slim_check #10393

Closed
wants to merge 3 commits into from

Commits on Feb 9, 2024

  1. fix: improve the logging behavior of slim_check

    There was a bug in the tactic that meant it would always print "no goals to be solved".
    
    This also promotes the code-generation from `IO` to `CoreM`, so that the output can be sent through the logging infrastructure rather than `IO.println`.
    eric-wieser committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    df722c2 View commit details
    Browse the repository at this point in the history
  2. long line

    eric-wieser committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4cffd19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cf4668 View commit details
    Browse the repository at this point in the history