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: without recover bad simp arg should fail #4359

Merged
merged 2 commits into from
Jun 5, 2024
Merged

Conversation

nomeata
Copy link
Collaborator

@nomeata nomeata commented Jun 5, 2024

this is an amendment to #4177, after @kmill pointed out an issue:

Users might expect that within a tactic combinator like first, simp [h] fails if h does not exist. Therefore the behavior introduced in
PR #4177, which is really most useful in mormal interactive use of
skip, is restricted to when recover := true.

this is an amendment to #4177, after @kmill pointed out an issue:

Users might expect that within a tactic combinator like `first`, `simp
[h]` fails if `h` does not exist. Therefore the behavior introduced in
PR #4177, which is really most useful in mormal interactive use of
`skip`, is restricted to when `recover := true`.
@nomeata nomeata requested a review from kim-em as a code owner June 5, 2024 07:14
@nomeata nomeata added the awaiting-review Waiting for someone to review the PR label Jun 5, 2024
@nomeata nomeata requested a review from kmill June 5, 2024 07:14
@nomeata nomeata changed the title fix: without recover fix: without recover bad simp arg should fail Jun 5, 2024
@github-actions github-actions bot added the toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN label Jun 5, 2024
leanprover-community-mathlib4-bot added a commit to leanprover-community/batteries that referenced this pull request Jun 5, 2024
@github-actions github-actions bot temporarily deployed to lean-lang.org/lean4/doc June 5, 2024 07:58 Inactive
leanprover-community-mathlib4-bot added a commit to leanprover-community/batteries that referenced this pull request Jun 5, 2024
@nomeata nomeata removed the awaiting-review Waiting for someone to review the PR label Jun 5, 2024
@nomeata nomeata added this pull request to the merge queue Jun 5, 2024
Merged via the queue into master with commit 5cd9f80 Jun 5, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant