chore: use backticks for sorry in diagnostic messages#11608
Merged
nomeata merged 1 commit intoleanprover:masterfrom Dec 15, 2025
Merged
chore: use backticks for sorry in diagnostic messages#11608nomeata merged 1 commit intoleanprover:masterfrom
sorry in diagnostic messages#11608nomeata merged 1 commit intoleanprover:masterfrom
Conversation
This PR changes the "declaration uses 'sorry'" warning to use backticks
(`sorry`) instead of single quotes ('sorry'), consistent with Lean's
conventions for formatting code identifiers in diagnostic messages.
92dede8 to
2f26634
Compare
|
Mathlib CI status (docs):
|
Collaborator
|
Reference manual CI status:
|
nomeata
added a commit
to leanprover-community/mathlib4-nightly-testing
that referenced
this pull request
Dec 16, 2025
nomeata
added a commit
to nomeata/aesop
that referenced
this pull request
Dec 16, 2025
kim-em
pushed a commit
to leanprover-community/aesop
that referenced
this pull request
Dec 16, 2025
kim-em
added a commit
to leanprover-community/mathlib4
that referenced
this pull request
Jan 26, 2026
* deprecation in lakefile * chore: bump to nightly-2025-12-10 * Update lean-toolchain for testing leanprover/lean4#11581 * Update lean-toolchain for testing leanprover/lean4#11587 * chore: adaptations for nightly-2025-12-10 * fix * fix for leanprover/lean4#11581 * deprecation * remove unused argument * feat: register mathlib tactics with try? (#136) This PR adds `register_try?_tactic` calls for all finishing tactics currently registered with `register_hint`, which are not already covered by `grind` modules (i.e. I have not registered `linarith` or `ring`), using identical priority values: **Common tactics** (Common.lean): - tauto (priority 500) - aesop (priority 80) - fun_prop (priority 200) **Domain-specific tactics**: - norm_num (1000), noncomm_ring (1000) - field (850), bound (70) - finiteness (1000), compute_degree (1000), positivity (1000), field_simp (1000) 🤖 Prepared with Claude Code * chore: adaptations for nightly-2025-12-10 (#141) Co-authored-by: mathlib4-bot <github-mathlib4-bot@leanprover.zulipchat.com> Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Joachim Breitner <mail@joachim-breitner.de> * fix deprecation in mk_all * chore: adaptations for nightly-2025-12-10 * chore: bump to nightly-2025-12-11 * Kick CI * lake update * fix deps * remove upstreamed * workaround * fix * chore: bump to nightly-2025-12-12 * Update lean-toolchain for testing leanprover/lean4#11620 * more fix * fix the fix * lake update * adding a prime to NameMapExtension * adaptations for leanprover/lean4#11620 * revert spurious change * warning * Merge master into nightly-testing * fixes * fix * deprecations * chore: bump to nightly-2025-12-13 * lake update * lake update * fix merge * revert a lia back to omega * remove upstreamed * deprecation * fixes * fix archive * lint * lake update aesop * chore: adaptations for nightly-2025-12-13 * remove aliases for upstreamed lemmas * deprecation * revert a lia back to omega * lake update * cutsat to lia * hm * note * adaptation notes * chore: bump to nightly-2025-12-14 * remove @[grind =] from even_sign_iff * chore: adaptations for nightly-2025-12-13 (#142) * lake update * chore: adaptations for nightly-2025-12-14 (#143) * chore: adaptations for nightly-2025-12-14 * chore: update lean-toolchain to leanprover/lean4:nightly-2025-12-14 * chore: bump to nightly-2025-12-15 * chore: adaptations for nightly-2025-12-15 (#144) * chore: bump to nightly-2025-12-16 * Update batteries * Adapt to leanprover/lean4#11608 * Pull in aesop fixes (from my fork, sorry for that) * chore: adaptations for nightly-2025-12-16 * fixes * chore: bump to nightly-2025-12-17 * chore: adaptations for nightly-2025-12-17 * chore: adaptations for nightly-2025-12-16 (#145) * chore: adaptations for nightly-2025-12-17 (#146) * chore: adaptations for nightly-2025-12-17 * chore: bump to nightly-2025-12-18 * lake update * chore: adaptations for nightly-2025-12-18 * chore: bump to nightly-2025-12-19 * remove upstreamed * remove upstreamed * fixes * chore: bump to nightly-2025-12-20 * mk_all * chore: adaptations for nightly-2025-12-20 * chore: adaptations for nightly-2025-12-20 (#148) Co-authored-by: mathlib4-bot <github-mathlib4-bot@leanprover.zulipchat.com> Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: Kim Morrison <kim@tqft.net> Co-authored-by: Kim Morrison <477956+kim-em@users.noreply.github.com> Co-authored-by: Joachim Breitner <mail@joachim-breitner.de> * chore: adaptations for nightly-2025-12-20 * chore: bump to nightly-2025-12-21 * chore: adaptations for nightly-2025-12-21 * chore: adaptations for nightly-2025-12-21 (#149) * chore: adaptations for nightly-2025-12-21 * chore: bump to nightly-2025-12-22 * chore: adaptations for nightly-2025-12-22 * chore: bump to nightly-2025-12-23 * chore: bump to nightly-2025-12-24 * chore: adaptations for nightly-2025-12-24 * chore: bump to nightly-2025-12-25 * chore: adaptations for nightly-2025-12-25 * chore: bump to nightly-2025-12-26 * chore: adaptations for nightly-2025-12-26 * chore: bump to nightly-2025-12-27 * chore: bump to nightly-2025-12-28 * chore: bump to nightly-2025-12-29 * chore: bump to nightly-2025-12-30 * chore: bump to nightly-2025-12-31 * chore: bump to nightly-2026-01-01 * chore: bump to nightly-2026-01-02 * lake update * chore: bump to nightly-2026-01-03 * chore: bump to nightly-2026-01-04 * merge lean-pr-testing-10059 * lake update * deprecations * Revert "merge lean-pr-testing-10387" This reverts commit e166d33, reversing changes made to cf6049c. * fix * Revert incorrectly merged lean-pr-testing branches Reverts the following branches that were incorrectly merged due to a bug in discover-lean-pr-testing.yml where an empty prs.txt caused grep to match ALL lean-pr-testing branches: - lean-pr-testing-2714 (from Oct 2023!) - lean-pr-testing-11455 - lean-pr-testing-11163 - lean-pr-testing-10231 - lean-pr-testing-10178 - lean-pr-testing-10059 These PRs are not in nightly-2026-01-04, so their adaptations should not be merged. The bug fix is in: #33546 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * deprecations * Update lean-toolchain for testing leanprover/lean4#11893 * fix * chore: bump to nightly-2026-01-05 * remove upstreamed * lake update * fix * chore: adaptations for nightly-2026-01-05 * chore: bump to nightly-2026-01-06 * chore: adaptations for nightly-2026-01-06 * chore: adaptations for nightly-2026-01-06 * chore: bump to nightly-2026-01-07 * chore: adaptations for nightly-2026-01-07 * chore: adaptations for nightly-2026-01-09 (#159) * replace aesop proof * chore: adaptations for nightly-2026-01-07 * chore: bump to nightly-2026-01-08 * chore: adaptations for nightly-2026-01-08 * chore: bump to nightly-2026-01-09 --------- Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: Kim Morrison <kim@tqft.net> Co-authored-by: mathlib4-bot <github-mathlib4-bot@leanprover.zulipchat.com> * chore: adaptations for nightly-2026-01-23 (#160) Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch> Co-authored-by: Rob23oba <robin@arnez.web.de> Co-authored-by: Rob23oba <robin.arnez@web.de> Co-authored-by: Markus Himmel <markus@lean-fro.org> * chore: adaptations for nightly-2026-01-24 (#161) Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch> Co-authored-by: Rob23oba <robin@arnez.web.de> Co-authored-by: Rob23oba <robin.arnez@web.de> Co-authored-by: Markus Himmel <markus@lean-fro.org> * chore: adaptations for nightly-2026-01-25 (#162) Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch> Co-authored-by: Rob23oba <robin@arnez.web.de> Co-authored-by: Rob23oba <robin.arnez@web.de> Co-authored-by: Markus Himmel <markus@lean-fro.org> * chore: bump toolchain to v4.28.0-rc1 * fix: use main/master instead of nightly-testing for dependencies --------- Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: mathlib4-bot <github-mathlib4-bot@leanprover.zulipchat.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Joachim Breitner <mail@joachim-breitner.de> Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch> Co-authored-by: Ruben Van de Velde <65514131+Ruben-VandeVelde@users.noreply.github.com> Co-authored-by: leanprover-community-bot-assistant <97194829+leanprover-community-bot-assistant@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Kevin Buzzard <k.buzzard@imperial.ac.uk> Co-authored-by: Rob23oba <robin@arnez.web.de> Co-authored-by: Rob23oba <robin.arnez@web.de> Co-authored-by: Markus Himmel <markus@lean-fro.org>
YellPika
pushed a commit
to YellPika/mathlib4
that referenced
this pull request
Feb 3, 2026
* deprecation in lakefile * chore: bump to nightly-2025-12-10 * Update lean-toolchain for testing leanprover/lean4#11581 * Update lean-toolchain for testing leanprover/lean4#11587 * chore: adaptations for nightly-2025-12-10 * fix * fix for leanprover/lean4#11581 * deprecation * remove unused argument * feat: register mathlib tactics with try? (leanprover-community#136) This PR adds `register_try?_tactic` calls for all finishing tactics currently registered with `register_hint`, which are not already covered by `grind` modules (i.e. I have not registered `linarith` or `ring`), using identical priority values: **Common tactics** (Common.lean): - tauto (priority 500) - aesop (priority 80) - fun_prop (priority 200) **Domain-specific tactics**: - norm_num (1000), noncomm_ring (1000) - field (850), bound (70) - finiteness (1000), compute_degree (1000), positivity (1000), field_simp (1000) 🤖 Prepared with Claude Code * chore: adaptations for nightly-2025-12-10 (leanprover-community#141) Co-authored-by: mathlib4-bot <github-mathlib4-bot@leanprover.zulipchat.com> Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Joachim Breitner <mail@joachim-breitner.de> * fix deprecation in mk_all * chore: adaptations for nightly-2025-12-10 * chore: bump to nightly-2025-12-11 * Kick CI * lake update * fix deps * remove upstreamed * workaround * fix * chore: bump to nightly-2025-12-12 * Update lean-toolchain for testing leanprover/lean4#11620 * more fix * fix the fix * lake update * adding a prime to NameMapExtension * adaptations for leanprover/lean4#11620 * revert spurious change * warning * Merge master into nightly-testing * fixes * fix * deprecations * chore: bump to nightly-2025-12-13 * lake update * lake update * fix merge * revert a lia back to omega * remove upstreamed * deprecation * fixes * fix archive * lint * lake update aesop * chore: adaptations for nightly-2025-12-13 * remove aliases for upstreamed lemmas * deprecation * revert a lia back to omega * lake update * cutsat to lia * hm * note * adaptation notes * chore: bump to nightly-2025-12-14 * remove @[grind =] from even_sign_iff * chore: adaptations for nightly-2025-12-13 (leanprover-community#142) * lake update * chore: adaptations for nightly-2025-12-14 (leanprover-community#143) * chore: adaptations for nightly-2025-12-14 * chore: update lean-toolchain to leanprover/lean4:nightly-2025-12-14 * chore: bump to nightly-2025-12-15 * chore: adaptations for nightly-2025-12-15 (leanprover-community#144) * chore: bump to nightly-2025-12-16 * Update batteries * Adapt to leanprover/lean4#11608 * Pull in aesop fixes (from my fork, sorry for that) * chore: adaptations for nightly-2025-12-16 * fixes * chore: bump to nightly-2025-12-17 * chore: adaptations for nightly-2025-12-17 * chore: adaptations for nightly-2025-12-16 (leanprover-community#145) * chore: adaptations for nightly-2025-12-17 (leanprover-community#146) * chore: adaptations for nightly-2025-12-17 * chore: bump to nightly-2025-12-18 * lake update * chore: adaptations for nightly-2025-12-18 * chore: bump to nightly-2025-12-19 * remove upstreamed * remove upstreamed * fixes * chore: bump to nightly-2025-12-20 * mk_all * chore: adaptations for nightly-2025-12-20 * chore: adaptations for nightly-2025-12-20 (leanprover-community#148) Co-authored-by: mathlib4-bot <github-mathlib4-bot@leanprover.zulipchat.com> Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: Kim Morrison <kim@tqft.net> Co-authored-by: Kim Morrison <477956+kim-em@users.noreply.github.com> Co-authored-by: Joachim Breitner <mail@joachim-breitner.de> * chore: adaptations for nightly-2025-12-20 * chore: bump to nightly-2025-12-21 * chore: adaptations for nightly-2025-12-21 * chore: adaptations for nightly-2025-12-21 (leanprover-community#149) * chore: adaptations for nightly-2025-12-21 * chore: bump to nightly-2025-12-22 * chore: adaptations for nightly-2025-12-22 * chore: bump to nightly-2025-12-23 * chore: bump to nightly-2025-12-24 * chore: adaptations for nightly-2025-12-24 * chore: bump to nightly-2025-12-25 * chore: adaptations for nightly-2025-12-25 * chore: bump to nightly-2025-12-26 * chore: adaptations for nightly-2025-12-26 * chore: bump to nightly-2025-12-27 * chore: bump to nightly-2025-12-28 * chore: bump to nightly-2025-12-29 * chore: bump to nightly-2025-12-30 * chore: bump to nightly-2025-12-31 * chore: bump to nightly-2026-01-01 * chore: bump to nightly-2026-01-02 * lake update * chore: bump to nightly-2026-01-03 * chore: bump to nightly-2026-01-04 * merge lean-pr-testing-10059 * lake update * deprecations * Revert "merge lean-pr-testing-10387" This reverts commit e166d33, reversing changes made to cf6049c. * fix * Revert incorrectly merged lean-pr-testing branches Reverts the following branches that were incorrectly merged due to a bug in discover-lean-pr-testing.yml where an empty prs.txt caused grep to match ALL lean-pr-testing branches: - lean-pr-testing-2714 (from Oct 2023!) - lean-pr-testing-11455 - lean-pr-testing-11163 - lean-pr-testing-10231 - lean-pr-testing-10178 - lean-pr-testing-10059 These PRs are not in nightly-2026-01-04, so their adaptations should not be merged. The bug fix is in: leanprover-community#33546 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * deprecations * Update lean-toolchain for testing leanprover/lean4#11893 * fix * chore: bump to nightly-2026-01-05 * remove upstreamed * lake update * fix * chore: adaptations for nightly-2026-01-05 * chore: bump to nightly-2026-01-06 * chore: adaptations for nightly-2026-01-06 * chore: adaptations for nightly-2026-01-06 * chore: bump to nightly-2026-01-07 * chore: adaptations for nightly-2026-01-07 * chore: adaptations for nightly-2026-01-09 (leanprover-community#159) * replace aesop proof * chore: adaptations for nightly-2026-01-07 * chore: bump to nightly-2026-01-08 * chore: adaptations for nightly-2026-01-08 * chore: bump to nightly-2026-01-09 --------- Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: Kim Morrison <kim@tqft.net> Co-authored-by: mathlib4-bot <github-mathlib4-bot@leanprover.zulipchat.com> * chore: adaptations for nightly-2026-01-23 (leanprover-community#160) Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch> Co-authored-by: Rob23oba <robin@arnez.web.de> Co-authored-by: Rob23oba <robin.arnez@web.de> Co-authored-by: Markus Himmel <markus@lean-fro.org> * chore: adaptations for nightly-2026-01-24 (leanprover-community#161) Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch> Co-authored-by: Rob23oba <robin@arnez.web.de> Co-authored-by: Rob23oba <robin.arnez@web.de> Co-authored-by: Markus Himmel <markus@lean-fro.org> * chore: adaptations for nightly-2026-01-25 (leanprover-community#162) Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch> Co-authored-by: Rob23oba <robin@arnez.web.de> Co-authored-by: Rob23oba <robin.arnez@web.de> Co-authored-by: Markus Himmel <markus@lean-fro.org> * chore: bump toolchain to v4.28.0-rc1 * fix: use main/master instead of nightly-testing for dependencies --------- Co-authored-by: leanprover-community-mathlib4-bot <leanprover-community-mathlib4-bot@users.noreply.github.com> Co-authored-by: mathlib4-bot <github-mathlib4-bot@leanprover.zulipchat.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Joachim Breitner <mail@joachim-breitner.de> Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch> Co-authored-by: Ruben Van de Velde <65514131+Ruben-VandeVelde@users.noreply.github.com> Co-authored-by: leanprover-community-bot-assistant <97194829+leanprover-community-bot-assistant@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Kevin Buzzard <k.buzzard@imperial.ac.uk> Co-authored-by: Rob23oba <robin@arnez.web.de> Co-authored-by: Rob23oba <robin.arnez@web.de> Co-authored-by: Markus Himmel <markus@lean-fro.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR changes the "declaration uses 'sorry'" warning to use backticks instead of single quotes, consistent with Lean's conventions for formatting code identifiers in diagnostic messages.