Skip to content

Commit 02052d4

Browse files
chore: bump mathlib to 6cf3ab1, fix breaking changes (#547)
Bump `mathlib` dependency to [6cf3ab1](leanprover-community/mathlib4@6cf3ab1): chore: make argument in `zero_le`/`one_le` implicit (#38148) (2026-04-29) Previously at: [6727686](leanprover-community/mathlib4@6727686): ci(olean_report): use `lake env` instead of `lake exec` to invoke cache binary (#38712) (2026-04-29) Tracking issue: #546 --- This PR bumps `mathlib` to an identified incompatible (first-known-bad) commit (`6cf3ab1`) so you can reproduce and fix the incompatibility locally by checking out this branch. _Opened automatically by [downstream-reports/track-incompatibility](https://github.com/leanprover-community/downstream-reports) via [this workflow run](https://github.com/leanprover/cslib/actions/runs/25351406099)._ --------- Co-authored-by: mathlib-nightly-testing[bot] <mathlib-nightly-testing[bot]@users.noreply.github.com> Co-authored-by: Chris Henson <chrishenson.net@gmail.com>
1 parent aa62343 commit 02052d4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cslib/Computability/Automata/NA/Concat.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ theorem finConcat_language_eq [Inhabited Symbol] :
177177
obtain ⟨ss, ⟨_, h_ωtr⟩, _⟩ := concat_run_exists h_xl1 h_run2
178178
#adaptation_note
179179
/-- A grind regression found moving to nightly-2026-03-31 (changes from lean#13166) -/
180-
have h_mtr := LTS.OmegaExecution.extract_mTr h_ωtr (zero_le (xl1.length + xl2.length))
180+
have h_mtr := LTS.OmegaExecution.extract_mTr h_ωtr (zero_le (a := xl1.length + xl2.length))
181181
simp [← append_append_ωSequence, extract_eq_drop_take,
182182
take_append_of_le_length, ← List.length_append] at h_mtr
183183
have : ss (xl1.length + xl2.length) = (ss.drop xl1.length) xl2.length := by grind

lake-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "leanprover-community",
8-
"rev": "672768680fb7e4eff7dac7ceca12bc3889fd60fd",
8+
"rev": "6cf3ab1c11e19e328c2e535bdd32d66dc7842fb5",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "672768680fb7e4eff7dac7ceca12bc3889fd60fd",
11+
"inputRev": "6cf3ab1c11e19e328c2e535bdd32d66dc7842fb5",
1212
"inherited": false,
1313
"configFile": "lakefile.lean"},
1414
{"url": "https://github.com/leanprover-community/plausible",

lakefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ weak.linter.unicodeLinter = false
1818
[[require]]
1919
name = "mathlib"
2020
scope = "leanprover-community"
21-
rev = "672768680fb7e4eff7dac7ceca12bc3889fd60fd"
21+
rev = "6cf3ab1c11e19e328c2e535bdd32d66dc7842fb5"
2222

2323
[[lean_lib]]
2424
name = "Cslib"

0 commit comments

Comments
 (0)