Commit b8d2609
chore: adaptations for nightly-2025-06-20 (#26209)
* 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
* Trigger CI for leanprover/lean4#8419
* Revert "chore: use more robust syntax quotation in Shake"
This reverts commit cd87328.
* fix(Shake): fix import syntax
@Kha this is deliberately using this approach because syntax quotations
are also not robust but for a different reason: they fail to parse the
new versions of the syntax (and do so at run time). And using all the
optional doohickeys will not be future proof. The current setup is
explicitly meant to ping me when there is a syntax change so I can
evaluate the right way to handle it. In this case we want all the
module options to be ignored (treated the same as a regular import
for the purpose of dependency tracking), we don't want to fail.
* cleanup lakefile
* chore: bump to nightly-2025-06-06
* Update lean-toolchain for testing leanprover/lean4#8653
* fix
* how did this get dropped?!?!
* chore: bump to nightly-2025-06-07
* chore: bump to nightly-2025-06-08
* chore: bump to nightly-2025-06-09
* fix lakefile
* fix lint-style for new Lean.Options API
* chore: bump to nightly-2025-06-10
* chore: bump to nightly-2025-06-09
* merge lean-pr-testing-4
* chore: bump to nightly-2025-06-11
* chore: adaptations for nightly-2025-06-11
* Update Shake/Main.lean
Co-authored-by: Johan Commelin <[email protected]>
* Apply suggestions from code review
* revert
* chore: adaptations for nightly-2025-06-11
* 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) (#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]>
* chore: bump to nightly-2025-06-18
* chore: adaptations for nightly-2025-06-18
* Merge master into nightly-testing
* chore: bump to nightly-2025-06-19
* fix
* remove mul_hmul
* linter
* chore: bump to nightly-2025-06-20
* chore: adaptations for nightly-2025-06-20
---------
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Joachim Breitner <[email protected]>
Co-authored-by: Kim Morrison <[email protected]>
Co-authored-by: Sebastian Ullrich <[email protected]>
Co-authored-by: mathlib4-bot <[email protected]>
Co-authored-by: Mario Carneiro <[email protected]>
Co-authored-by: Johan Commelin <[email protected]>
Co-authored-by: sgouezel <[email protected]>
Co-authored-by: Kyle Miller <[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]>1 parent c48b640 commit b8d2609
File tree
4 files changed
+27
-14
lines changed- Mathlib/Algebra
- CharP
- Group
4 files changed
+27
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
214 | 215 | | |
215 | 216 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
60 | 79 | | |
61 | 80 | | |
62 | 81 | | |
| |||
178 | 197 | | |
179 | 198 | | |
180 | 199 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | 200 | | |
187 | 201 | | |
188 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1079 | 1079 | | |
1080 | 1080 | | |
1081 | 1081 | | |
1082 | | - | |
1083 | | - | |
| 1082 | + | |
1084 | 1083 | | |
1085 | 1084 | | |
1086 | 1085 | | |
| |||
1090 | 1089 | | |
1091 | 1090 | | |
1092 | 1091 | | |
1093 | | - | |
1094 | | - | |
| 1092 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments