You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: adaptations for nightly-2025-06-17 (#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]>
0 commit comments