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

fix: filter out term sorries that come from tactic sorries #68

Merged

Conversation

llllvvuu
Copy link
Contributor

@llllvvuu llllvvuu commented Jan 15, 2025

as of leanprover/lean4#5757, the tactic macro sorry now expands to exact sorry instead of exact @sorryAx _ false so we need to avoid double counting the sorry.

In addition, sorry is now using this mkLabeledSorry which adds a number of constants to usedConstants.

@kim-em kim-em merged commit 1e282b9 into leanprover-community:bump_to_v4.16.0-rc2 Jan 15, 2025
2 checks passed
kim-em added a commit that referenced this pull request Jan 15, 2025
* chore: bump to v4.16.0-rc2

* fix

* fix: filter out term sorries that come from tactic sorries (#68)

* fix: filter out term sorries that come from tactic sorries

tactic sorry now has a child `exact sorry` in the infotree

* bump test

* fix mathlib test

---------

Co-authored-by: L <[email protected]>
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.

2 participants