-
Notifications
You must be signed in to change notification settings - Fork 54
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
Bump mathlib #273
base: main
Are you sure you want to change the base?
Bump mathlib #273
Conversation
import Mathlib.FieldTheory.Separable | ||
import Mathlib.NumberTheory.RamificationInertia.Basic | ||
import Mathlib.RingTheory.DedekindDomain.FiniteAdeleRing | ||
import Mathlib.RingTheory.DedekindDomain.IntegralClosure | ||
import Mathlib.Topology.Algebra.Algebra | ||
import Mathlib.Topology.Algebra.Module.ModuleTopology | ||
import FLT.Mathlib.Algebra.Algebra.Subalgebra.Pi | ||
import FLT.Mathlib.Algebra.Order.Hom.Monoid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The algebra instance started timing out with import Mathlib
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:-(
import Mathlib.FieldTheory.Separable | ||
import Mathlib.NumberTheory.RamificationInertia.Basic | ||
import Mathlib.RingTheory.DedekindDomain.FiniteAdeleRing | ||
import Mathlib.RingTheory.DedekindDomain.IntegralClosure | ||
import Mathlib.Topology.Algebra.Algebra | ||
import Mathlib.Topology.Algebra.Module.ModuleTopology | ||
import FLT.Mathlib.Algebra.Algebra.Subalgebra.Pi | ||
import FLT.Mathlib.Algebra.Order.Hom.Monoid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:-(
2c44261
to
edf7291
Compare
What the heck does "uncaught exception: parser 'subscript' was not found" (when compiling some random analysis file in mathlib) mean? Independent of that, are you happy @pitmonticone with the changes to lake-manifest.json? |
Yes, happy with those. I wasn't aware of that version pin and I don't think is justified, so I endorse the changes by Yaël. |
See https://leanprover.zulipchat.com/#narrow/channel/270676-lean4/topic/lean4checker.20failure/near/485826350 . Short version is that mathlib is currently borked and this will have to be fixed in mathlib and/or lean. |
edf7291
to
cce1182
Compare
Still "uncaught exception: parser 'subscript' was not found |
The issue to watch is leanprover/lean4#6325 |
Closes #271