-
Notifications
You must be signed in to change notification settings - Fork 66
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
chore: bump to v1.15.0-rc1
#970
base: main
Are you sure you want to change the base?
Conversation
https://github.com/teorth/equational_theories/pull/970/files#diff-409cb2b8a4104e6f92772ad832e1551e548fb7ffcb5d3d45c600a9b603f5338cR348-R349 can be replaced with
|
Co-Authored-By: Kim Morrison <kim@tqft.net>
Thank you @kim-em, done. |
For posterity: I believe the CI failure here is lean4#5548, and that a fix may be adding a |
Done. Let's see... |
It's likely that the current issue is related to the following: I am waiting for the above PR to be merged, after which I will re-run the CI jobs. |
@pitmonticone The fix for that build failure is: diff --git a/equational_theories/MemoFinOp.lean b/equational_theories/MemoFinOp.lean
index 22c326ad..dd74d59d 100644
--- a/equational_theories/MemoFinOp.lean
+++ b/equational_theories/MemoFinOp.lean
@@ -132 +132 @@ elab "finOpTable" str:str :term => do
- discard <| withCurrHeartbeats <| Tactic.run mv.mvarId! do Lean.Elab.Tactic.evalTactic (← `(tactic| decide!))
+ discard <| withCurrHeartbeats <| Tactic.run mv.mvarId! do Lean.Elab.Tactic.evalTactic (← `(tactic| decide +kernel)) |
Thanks. I'll do it later today. |
null
Closes #977