Commit 5a9a408
chore: adaptations for nightly-2025-06-05 (#25490)
* chore: adaptations for nightly-2025-05-21
* fix for leanprover/lean4#7352
* remove unneeded List.ofFn_succ from simp sets
* Merge master into nightly-testing
* Merge master into nightly-testing
* Revert "fix for leanprover/lean4#7352"
This reverts commit 38ca408.
* chore: fix some defeq abuse in theorem statements around the `Id` monad (#25098)
Follows on from leanprover/lean4#7352.
This also deprecates:
* `id.mk`, which looks like a porting error
* `Free(Add)(Magma|Semigroup).mul_map_seq`, which is a garbage lemma that both is not meaningfully about the free objects and has defeq abuse everywhere.
* chore: bump to nightly-2025-05-22
* update batteries
* chore: bump to nightly-2025-05-23
* Update lean-toolchain for testing leanprover/lean4#8449
* chore: adaptations for nightly-2025-05-22 (#25110)
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]>
Co-authored-by: Kim Morrison <[email protected]>
Co-authored-by: github-actions <[email protected]>
* remove now upstreamed `clear_value`
* Update lean-toolchain for testing leanprover/lean4#8457
* chore: update tests for `Format` bug fix
* Trigger CI for leanprover/lean4#8457
* lake update
* lake update
* fixes
* Merge master into nightly-testing
* chore: bump to nightly-2025-05-24
* fix
* chore: adaptations for nightly-2025-05-24 (#25147)
Co-authored-by: Kim Morrison <[email protected]>
Co-authored-by: mathlib4-bot <[email protected]>
Co-authored-by: Eric Wieser <[email protected]>
Co-authored-by: github-actions <[email protected]>
* chore: adaptations for nightly-2025-05-24
* Merge master into nightly-testing
* Update lean-toolchain for testing leanprover/lean4#8470
* chore: bump to nightly-2025-05-25
* chore: adaptations for nightly-2025-05-25
* chore: adaptations for nightly-2025-05-25 (#25184)
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]>
Co-authored-by: Eric Wieser <[email protected]>
Co-authored-by: Kim Morrison <[email protected]>
Co-authored-by: github-actions <[email protected]>
* unsimp `List.getElem?_length`
This is solved using `getElem?_neg` now.
* chore: adaptations for nightly-2025-05-25
* Trigger CI for leanprover/lean4#8470
* chore: bump to nightly-2025-05-26
* lake update
* deprecations
* Trigger CI for leanprover/lean4#8449
* Merge master into nightly-testing
* chore: bump to nightly-2025-05-27
* chore: adaptations for nightly-2025-05-27
* Update lean-toolchain for testing leanprover/lean4#8504
* chore: bump to nightly-2025-05-28
* chore: adaptations for nightly-2025-05-27 (#25234)
Co-authored-by: mathlib4-bot <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Kim Morrison <[email protected]>
* fix
* Update lean-toolchain for testing leanprover/lean4#8519
* fix merge
* fix merge again
* deprecations
* deprecations
* fix Archive
* comment out test
* Fix and re-enable directory dependency lint test.
* chore: bump to nightly-2025-05-29
* Use the formatting from the master branch. (Seems to have been a merge that went wrong.)
* lake update
* chore: adaptations for nightly-2025-05-28 (#25295)
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]>
Co-authored-by: mathlib4-bot <[email protected]>
Co-authored-by: github-actions <[email protected]>
* fix
* Trigger CI for leanprover/lean4#8337
* Trigger CI for leanprover/lean4#8519
* fixes
* Merge master into nightly-testing
* chore: bump to nightly-2025-05-30
* chore: adaptations for nightly-2025-05-29 (#25306)
Co-authored-by: Kim Morrison <[email protected]>
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]>
Co-authored-by: mathlib4-bot <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Rob23oba <[email protected]>
* chore: bump to nightly-2025-05-31
* chore: bump to nightly-2025-06-01
* chore: remove simp attribute when value of argument can not be inferred by simp
* fix Archive
* chore: adaptations for nightly-2025-06-01 (#25355)
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]>
Co-authored-by: Anne C.A. Baanen <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: mathlib4-bot <[email protected]>
* chore: bump to nightly-2025-06-02
* chore: adaptations for nightly-2025-06-02 (#25360)
Co-authored-by: Kim Morrison <[email protected]>
Co-authored-by: mathlib4-bot <[email protected]>
Co-authored-by: Anne C.A. Baanen <[email protected]>
Co-authored-by: github-actions <[email protected]>
* Update lean-toolchain for testing leanprover/lean4#8584
* chore: adaptations for nightly-2025-06-02
* change phrasing of comments
* chore(Geometry/Manifold): two simp-lemmas can be proven by simp
* fix two lint problems
* Trigger CI for leanprover/lean4#8519
* chore: bump to nightly-2025-06-03
* fix
* fix
* Update lean-toolchain for testing leanprover/lean4#8610
* fix
* revert change in `Mathlib.Data.ZMOD.Basic`
* fix Mathlib/Data/List/EditDistance/Estimator.lean
* give specialized simp lemmas higher prio
* simp can prove these
* simp can prove these
* chore: bump to nightly-2025-06-04
* bump toolchain
* Adapt eqns
* Revert "Adapt eqns"
This reverts commit 34f1f7f.
* Simply remove check for now
* fix a bunch
* fixes?
* chore: adaptations for nightly-2025-06-04
* add `simp low` lemma `injOn_of_eq_iff_eq`
* wip
* wip
* wip
* fix
* Trigger CI for leanprover-community/batteries#1220
* Merge master into nightly-testing
* chore: bump to nightly-2025-06-05
* Kick CI
* Bump lean4-cli
* Bump import-graph
* Kick CI
* update lakefile
* chore: use more robust syntax quotation in Shake
* cleanup lakefile
---------
Co-authored-by: mathlib4-bot <[email protected]>
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]>
Co-authored-by: Kim Morrison <[email protected]>
Co-authored-by: Eric Wieser <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Rob23oba <[email protected]>
Co-authored-by: Joseph Rotella <[email protected]>
Co-authored-by: Anne C.A. Baanen <[email protected]>
Co-authored-by: Sebastian Ullrich <[email protected]>
Co-authored-by: Johan Commelin <[email protected]>
Co-authored-by: Jovan Gerbscheid <[email protected]>
Co-authored-by: Joachim Breitner <[email protected]>1 parent 004f545 commit 5a9a408
File tree
6 files changed
+13
-12
lines changed- Mathlib
- Data
- Tactic
- Shake
6 files changed
+13
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
251 | 253 | | |
252 | 254 | | |
253 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments