You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(AlgebraicGeometry): rename fields of Scheme.Cover to match ZeroHypercover (#29803)
This is in preparation for replacing `Scheme.Cover` by `ZeroHypercover` for the Zariski precoverage (see #29061). For consistency, also the fields of `Scheme.AffineCover` were updated accordingly.
Deprecations were added for the following renames:
- `Scheme.Cover.J` -> `Scheme.Cover.I₀`
- `Scheme.Cover.obj` -> `Scheme.Cover.X`
- `Scheme.Cover.map` -> `Scheme.Cover.f`
and similarly for `AffineCover`. No deprecations were added for the automatically generated `simps` lemmas, in the expectation that users will already get a deprecation warning for one of the fields above.
0 commit comments