Commit df47d57
chore: adaptations for nightly-2025-06-30 (#8)
* cleanup grind tests
* chore: bump to nightly-2025-06-12
* merge lean-pr-testing-8419
* chore: bump to nightly-2025-06-12
* merge lean-pr-testing-8653
* adaptation note
* oops
* chore: adaptations for nightly-2025-06-12
* remove nolint simpNF
* remove spurious file
* Update lean-toolchain for testing leanprover/lean4#8751
* fix
* chore: bump to nightly-2025-06-13
* Merge master into nightly-testing
* fix
* remove upstreamed
* drop no-op `show`
* chore: bump to nightly-2025-06-14
* chore: bump to nightly-2025-06-15
* intentionally left blank
* fix tests
* chore: bump to nightly-2025-06-16
* fix upstream
* fix
* fix
* fixes
* chore: adaptations for nightly-2025-06-16
* chore: bump to nightly-2025-06-17
* fixes
* more fixes
* fixes!
* more fixes!
* hmm
* chore: adaptations for nightly-2025-06-17
* chore: adaptations for nightly-2025-06-17
* chore: lint `show` (adaptation for leanprover/lean4#7395) (leanprover-community#25749)
Adds `show` as an exception to the unused tactic linter and adds a separate linter for `show`s that should be replaced by `change`.
Context: https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/unused.20tactic.20linter.20for.20.60show.60/with/523701633
Co-authored-by: Christian Merten <[email protected]>
Co-authored-by: Kenny Lau <[email protected]>
Co-authored-by: Fabrizio Barroero <[email protected]>
Co-authored-by: Rob23oba <[email protected]>
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]>
Co-authored-by: Rob23oba <[email protected]>
Co-authored-by: Kim Morrison <[email protected]>
* Update lean-toolchain for testing leanprover/lean4#8577
* chore: bump to nightly-2025-06-18
* chore: adaptations for nightly-2025-06-18
* Merge master into nightly-testing
* Update lean-toolchain for testing leanprover/lean4#8804
* Update lean-toolchain for testing leanprover/lean4#8699
* bump Qq and batteries
* meta adaptations
* bump aesop
* fix
* fix (adaptation note)
* Update lean-toolchain for leanprover/lean4#8699
* shake
* chore: bump to nightly-2025-06-19
* fix
* Update lean-toolchain for leanprover/lean4#8699
* fix: correct memoFix's use of unsafe code
* fix: adjust noncomputable annotations for new compiler
* fix: replace use of `open private _ in` with `open private _ from`
The implementation of `open private _ from` relies on specific
internals of the old compiler and will no longer work.
* remove mul_hmul
* chore: adjust one maxHeartbeats for the new compiler
* linter
* chore: bump to nightly-2025-06-20
* chore: adaptations for nightly-2025-06-20
* Update lean-toolchain for testing leanprover/lean4#8914
* chore: bump to nightly-2025-06-21
* fix
* fixes
* fixes
* fixes
* updated lake manifest
* comment out tests
* chore: fix for nightly-testing (leanprover-community#26246)
* fix
* fix
* fix grind typeclasses
* chore: adaptations for nightly-2025-06-20
* lake update
* Update lean-toolchain for leanprover/lean4#8914
* fix grind instance
* chore: bump to nightly-2025-06-22
* chore: bump to nightly-2025-06-23
* chore: rm unused `Lean.Util.Paths` import & use updated batteries
* Ensure we checkout mathlib4 master, not nightly-testing master (which does not exist)
* merge lean-pr-testing-8804
* Bump dependencies and silence linter.
* Fixes
(Now `elabSimpArgs` already handles `*`, so we can delete the associated code.)
* lake update; disable unusedSimpArgs in Batteries
* lkae update aesop
* disable unusedSimpArgs in MathlibTest
* fix grind instance priorities
* comment out MathlibTest/zmod with adaptation note
* touch for CI
* chore: bump to nightly-2025-06-24
* Kick CI
* Bump batteries
* Guessing adaption for leanprover/lean4#8929
* chore: bump to nightly-2025-06-25
* fix: workflow merging master into nightly-testing
* fix
* chore: cache get uses tracking remote
* touch for new CI
* restart CI
* chore: bump to nightly-2025-06-26
* Update lean-toolchain for testing leanprover/lean4#8928
* Teach Mathlib about `mrefine`
* Merge master into nightly-testing
* Update lean-toolchain for testing leanprover/lean4#8980
* chore: update linter warning test outputs
* chore: remove excess line break in deprecation lint now that notes add their own line breaks
* chore: more test cleanup
* .
* cleanup adaptation notes
* fix
* fix
* chore: bump to nightly-2025-06-27
* Merge master into nightly-testing
* Merge master into nightly-testing
* re-enable unusedSimpArgs
* re-enable unusedSimpArgs
* re-enable unusedSimpArgs
* re-enable unusedSimpArgs
* re-enable unusedSimpArgs
* fix tests
* chore: bump to nightly-2025-06-28
* Merge master into nightly-testing
* lintining
* Merge master into nightly-testing
* unused simp args
* chore: bump to nightly-2025-06-29
* chore: adaptations for nightly-2025-06-29
* Merge master into nightly-testing
* chore: robustify `open Mathlib` benchmark
* deprecations
* Update lean-toolchain for testing leanprover/lean4#9086
* Merge master into nightly-testing
* fixes
* chore: bump to nightly-2025-06-30
* lake update
* lake update
* lake update
* lake update
* lake update
* .
---------
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Johan Commelin <[email protected]>
Co-authored-by: mathlib4-bot <[email protected]>
Co-authored-by: sgouezel <[email protected]>
Co-authored-by: Kyle Miller <[email protected]>
Co-authored-by: Sebastian Ullrich <[email protected]>
Co-authored-by: Rob23oba <[email protected]>
Co-authored-by: Rob23oba <[email protected]>
Co-authored-by: Christian Merten <[email protected]>
Co-authored-by: Kenny Lau <[email protected]>
Co-authored-by: Fabrizio Barroero <[email protected]>
Co-authored-by: Rob23oba <[email protected]>
Co-authored-by: Cameron Zwarich <[email protected]>
Co-authored-by: Mac Malone <[email protected]>
Co-authored-by: Anne C.A. Baanen <[email protected]>
Co-authored-by: Joachim Breitner <[email protected]>
Co-authored-by: Sebastian Graf <[email protected]>
Co-authored-by: Joseph Rotella <[email protected]>1 parent 9715c1d commit df47d57
File tree
9 files changed
+18
-21
lines changed- MathlibTest
- Mathlib
- Algebra/PresentedMonoid
- Analysis/Normed/Lp
- RingTheory/ZMod
- Tactic
- scripts/bench
9 files changed
+18
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
821 | | - | |
822 | | - | |
| 821 | + | |
823 | 822 | | |
824 | 823 | | |
825 | 824 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
| 334 | + | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
| 32 | + | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments