-
Notifications
You must be signed in to change notification settings - Fork 446
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: rw
should not include existing goal metavariables in the resulting subgoals
#4385
Conversation
rw
should not include existing metavariables in the resulting subgoalsrw
should not include existing goal metavariables in the resulting subgoals
Mathlib CI status (docs):
|
In your fix, the |
@semorrison Could you please take a look at the Mathlib failures? |
Looking now. |
All the changes in Mathlib are positive! (I'm surprised more people weren't complaining about their goals being stolen!) |
This includes adaptations for: * leanprover/lean4#4430 * leanprover/lean4#4421 * leanprover/lean4#4357 * leanprover/lean4#4385 * leanprover/lean4#4408 Sorry that it's a few days worth in one go, for various reasons it was hard to get to green during this period. --------- Co-authored-by: Johan Commelin <[email protected]>
closes #4381