Zulip Chat Archive
Stream: mathlib4
Topic: toolchain upgrade problems
Dominic Steinitz (Jan 07 2026 at 10:51):
Invalid field toPartialHomeomorph: The environment does not contain Trivialization.toPartialHomeomorph
leanprover/lean4:v4.27.0-rc1
but this worked in
leanprover/lean4:v4.24.0-rc1
Is there something which documents the changes and what to do about them? I would have expected a deprecation given I had no warning.
Dominic Steinitz (Jan 07 2026 at 10:53):
I am looking here at the moment: https://lean-lang.org/doc/reference/latest/releases/
Dominic Steinitz (Jan 07 2026 at 10:54):
I found nothing about trivialisations :-(
Dominic Steinitz (Jan 07 2026 at 10:56):
My guess of toOpenPartialHomeomorph seems to have worked
Snir Broshi (Jan 07 2026 at 13:01):
Zulip thread #mathlib4 > Generalizing `PartialHomeomorph`? @ 💬
PR #29113
They added a deprecation for PartialHomeomorph, but not for the casts for structs that extend it
Last updated: Feb 28 2026 at 14:05 UTC