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

Conversation

tobiasgrosser
Copy link
Collaborator

No description provided.

Copy link

Alive Statistics: 89 / 93 (4 failed)

Copy link

github-actions bot commented Nov 1, 2024

Alive Statistics: 89 / 93 (4 failed)

Copy link

github-actions bot commented Nov 1, 2024

Alive Statistics: 89 / 93 (4 failed)

tobiasgrosser and others added 5 commits November 1, 2024 07:22
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants