Commit a5bfe18
chore: adaptations for nightly-2025-07-03 (#10)
* fix
* fixes
* chore: adaptations for nightly-2025-06-16 (leanprover-community#25994)
* 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
* 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
---------
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: mathlib4-bot <[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: Kim Morrison <[email protected]>
Co-authored-by: Joachim Breitner <[email protected]>
Co-authored-by: Mario Carneiro <[email protected]>
Co-authored-by: sgouezel <[email protected]>
Co-authored-by: Kyle Miller <[email protected]>
* 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 (leanprover-community#26043)
* 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
* 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
---------
Co-authored-by: Jovan Gerbscheid <[email protected]>
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]>
Co-authored-by: Johan Commelin <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Kim Morrison <[email protected]>
Co-authored-by: Joachim Breitner <[email protected]>
Co-authored-by: mathlib4-bot <[email protected]>
Co-authored-by: Sebastian Ullrich <[email protected]>
Co-authored-by: Mario Carneiro <[email protected]>
Co-authored-by: sgouezel <[email protected]>
Co-authored-by: Kyle Miller <[email protected]>
Co-authored-by: Rob23oba <[email protected]>
* 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: adaptations for nightly-2025-06-18 (leanprover-community#26077)
* 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
* 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) (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]>
* chore: bump to nightly-2025-06-18
* chore: adaptations for nightly-2025-06-18
---------
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]>
Co-authored-by: Kim Morrison <[email protected]>
Co-authored-by: Joachim Breitner <[email protected]>
Co-authored-by: mathlib4-bot <[email protected]>
Co-authored-by: Johan Commelin <[email protected]>
Co-authored-by: Jovan Gerbscheid <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Sebastian Ullrich <[email protected]>
Co-authored-by: Mario Carneiro <[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]>
* chore: bump to nightly-2025-06-19
* feat: add algebra shims for Grind.Nat/IntModule (leanprover-community#26133)
This PR adds shims so `grind` will understand Mathlib's `AddCommMonoid` and `AddCommGroup`. (Subsequent shims will connect up the order structures for modules and rings.)
* 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
* feat: generalize grind algebra shims (leanprover-community#26131)
This PR extends the shims converting from Mathlib to `Lean.Grind` typeclasses, now that `grind` knows about (non-commutative)-(semi)-rings.
* chore: bump to nightly-2025-06-20
* chore: adaptations for nightly-2025-06-20
* chore: adaptations for nightly-2025-06-20 (leanprover-community#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) (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]>
* 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]>
* 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
* chore: adaptations for nightly-2025-06-26 (#2)
* 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
* chore: adaptations for nightly-2025-06-27 (#3)
* 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
* chore: adaptations for nightly-2025-06-28 (#5)
* 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) (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
* lint
---------
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]>
Co-authored-by: mathlib4-bot <[email protected]>
Co-authored-by: Johan Commelin <[email protected]>
Co-authored-by: github-actions <[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]>
* 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
* .
* Merge master into nightly-testing
* Merge master into nightly-testing
* Merge master into nightly-testing
* Merge master into nightly-testing
* cleanup
* unusedSimpArgs
* bump toolchain
* lake update
* Merge master into nightly-testing
* Merge master into nightly-testing
* chore: adaptations for nightly-2025-07-01
* add adaptation note
* add adaptation note
* chore: bump to nightly-2025-07-02
* fixes
* Merge master into nightly-testing
* fixes
* update test output
* Merge master into nightly-testing
* Merge master into nightly-testing
* chore: bump to nightly-2025-07-03
* chore: adaptations for nightly-2025-07-03
---------
Co-authored-by: leanprover-community-mathlib4-bot <[email protected]>
Co-authored-by: mathlib4-bot <[email protected]>
Co-authored-by: leanprover-community-mathlib4-bot <129911861+leanprover-community-mathlib4-bot@users.noreply.github.com>
Co-authored-by: github-actions <[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]>
Co-authored-by: Mario Carneiro <[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]>
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: Sebastian Graf <[email protected]>
Co-authored-by: Joseph Rotella <[email protected]>1 parent c9fe4c8 commit a5bfe18
File tree
13 files changed
+65
-57
lines changed- MathlibTest
- Mathlib
- Data/Nat
- Logic/Function
- RingTheory
13 files changed
+65
-57
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
130 | | - | |
| 128 | + | |
131 | 129 | | |
132 | 130 | | |
133 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
| 92 | + | |
97 | 93 | | |
98 | 94 | | |
99 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
34 | 42 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 43 | + | |
| 44 | + | |
38 | 45 | | |
39 | 46 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
168 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments