Commit 8a9ccb2
chore: clear remaining nightly build warnings
* `AlternatingFaceMapComplex`: `not_lt_zero'` deprecated, use `not_lt_zero`.
* `Finsupp/Single`: `Finsupp.support_single_ne_zero` deprecated, use the
unprimed `Finsupp.support_single`.
* `Probability/Independence/Basic`: drop the `beta_reduce` step that no
longer fires.
* `MeasureSpace.eq_zero_of_isEmpty` and `VectorMeasure.eq_zero_of_isEmpty`:
these are `@[nontriviality]` (a scoped simp set), so the new
`warning.simp.varHead` lint about `μ` being a variable LHS is exactly
the "acceptable for scoped simp lemmas" case — suppress per-declaration.
* `Over.mapId` / `Under.mapId`: the outer `variable
[P.IsStableUnderComposition]` is redundant with the per-decl
`[P.IsMultiplicative]`, but is needed by the surrounding `Over.map`
/ `Under.map` declarations. Suppress the
`linter.overlappingInstances` lint on the two `mapId` definitions.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1144411 commit 8a9ccb2
6 files changed
Lines changed: 7 additions & 3 deletions
File tree
- Mathlib
- AlgebraicTopology
- CategoryTheory/MorphismProperty
- Data/Finsupp
- MeasureTheory
- Measure
- VectorMeasure
- Probability/Independence
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| 241 | + | |
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
853 | 853 | | |
854 | 854 | | |
855 | 855 | | |
| 856 | + | |
856 | 857 | | |
857 | 858 | | |
858 | 859 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| 293 | + | |
293 | 294 | | |
294 | 295 | | |
295 | 296 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
877 | 877 | | |
878 | 878 | | |
879 | 879 | | |
880 | | - | |
| 880 | + | |
881 | 881 | | |
882 | 882 | | |
883 | 883 | | |
| |||
0 commit comments