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

Lean deadlock #749

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Lean deadlock #749

wants to merge 10 commits into from

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    c760ddb View commit details
    Browse the repository at this point in the history
  2. Add broken testcase

    tobiasgrosser committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    78d441e View commit details
    Browse the repository at this point in the history
  3. Add comment

    tobiasgrosser committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    cc021f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. status

    tobiasgrosser committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5907fbb View commit details
    Browse the repository at this point in the history
  2. WIP

    tobiasgrosser committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    aaaa9ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db3417d View commit details
    Browse the repository at this point in the history
  4. refactor: bring the LeanSAT script into the age of post 2005 (#747)

    This PR:
    - turns the shell script into a python script
    - fixes the unexpected by error. The old code was assuming something of
    the form `:= sorry` to be replaced with `:= by tac` but now it's
    substituting inside of a tactic block
    - brings the script into the age of multi core CPUs, though care needs
    to be taken when running with too many jobs as some of this stuff can be
    quite memory hungry
    - uses `lake lean` so you can actually run it multiple times in a row
    without cleaning a lake cache (assuming you haven't actually compiled
    the benchmark files of course)
    hargoniX authored and tobiasgrosser committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0936f9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60b5641 View commit details
    Browse the repository at this point in the history
  6. WIP

    tobiasgrosser committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    615aa9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be15d07 View commit details
    Browse the repository at this point in the history