-
Notifications
You must be signed in to change notification settings - Fork 6
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
Server Error when running frontend.process on mathlib4 #44
Comments
What version of mathlib are you using? Mathlib4 seem to have this issue internally: https://github.com/leanprover-community/mathlib4/blob/2e8dbf68904ffbccb7529f87a2207d6289e6a2e7/Mathlib/Data/Nat/Digits.lean#L812 |
My version is new enough to suffer from this, I'll try downgrading and report back! |
Can you use the v4.12 tag of mathlib? |
Facing the same error on tag v4.12 upon running frontend.process on file |
Fixed in upstream: https://git.leni.sh/aniva/Pantograph/pulls/128. Will merge by the end of the week. You can try running this in repl by
where
|
This PR helped me and others track down another bug in Lean 4: https://leanprover.zulipchat.com/#narrow/channel/270676-lean4/topic/What.20is.20.60term.2Epseudo.2Eantiquot.60.3F/near/487319979 |
Awesome, thanks!
|
I successfully built mathlib4, started the PyPantograph server on it and ran tactic invocations on the file
Mathlib/ModelTheory/Syntax.lean
. This resulted inThis is especially interesting because the term in question is not even mentioned in the whole file.
The text was updated successfully, but these errors were encountered: