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: PANIC at Lean.MVarId.falseOrByContra #5157

Merged
merged 1 commit into from
Aug 26, 2024
Merged

fix: PANIC at Lean.MVarId.falseOrByContra #5157

merged 1 commit into from
Aug 26, 2024

Conversation

leodemoura
Copy link
Member

closes #4985
closes #4984

@leodemoura leodemoura requested a review from kim-em as a code owner August 26, 2024 00:16
@leodemoura leodemoura enabled auto-merge August 26, 2024 00:19
@github-actions github-actions bot temporarily deployed to lean-lang.org/lean4/doc August 26, 2024 00:26 Inactive
@leodemoura leodemoura added this pull request to the merge queue Aug 26, 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 Aug 26, 2024
leanprover-community-mathlib4-bot added a commit to leanprover-community/batteries that referenced this pull request Aug 26, 2024
leanprover-community-mathlib4-bot added a commit to leanprover-community/mathlib4 that referenced this pull request Aug 26, 2024
Merged via the queue into master with commit 7036583 Aug 26, 2024
15 checks passed
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the builds-mathlib CI has verified that Mathlib builds against this PR label Aug 26, 2024
@leanprover-community-mathlib4-bot
Copy link
Collaborator

Mathlib CI status (docs):

match gs with
| some [] => return none
| some [g] => return some (← g.intro1).2
| some _ => panic! "expected at most one sugoal"
Copy link
Contributor

@eric-wieser eric-wieser Aug 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| some _ => panic! "expected at most one sugoal"
| some _ => panic! "expected at most one subgoal"

tobiasgrosser pushed a commit to opencompl/lean4 that referenced this pull request Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builds-mathlib CI has verified that Mathlib builds against this PR toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN
Projects
None yet
3 participants