[Merged by Bors] - chore(AtLocation): clean up backtick handling#37999
[Merged by Bors] - chore(AtLocation): clean up backtick handling#37999grunweg wants to merge 4 commits intoleanprover-community:masterfrom
Conversation
Make errors in AtLocation surround the tactic name with backticks by default. This fixes a few error messages to comply with mathlib's style guide. Extracted from leanprover-community#37899.
PR summary 0b45e1648dImport changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diffNo declarations were harmed in the making of this PR! 🐙 You can run this locally as follows## summary with just the declaration names:
./scripts/pr_summary/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/pr_summary/declarations_diff.sh long <optional_commit>The doc-module for No changes to technical debt.You can run this locally as
|
There was a problem hiding this comment.
Looks good! I'm suggesting putting the assumption about proc in the docstring so writers can see it at the call site. :) I think these suggestions should be all of them.
I looked up other uses of the transform* functions used here, and apparently they weren't using backticks! So this looks like a good change. :)
maintainer delegate
|
Let me alert the bot, it seems to have missed the edit: maintainer delegate |
|
🚀 Pull request has been placed on the maintainer queue by thorimur. |
|
Thanks for the PR and the review! bors d+ |
|
✌️ grunweg can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Thomas R. Murrills <68410468+thorimur@users.noreply.github.com>
|
Thanks for the quick review! |
Make errors in AtLocation surround the tactic name with backticks by default. This fixes a few error messages to comply with mathlib's style guide. Extracted from #37899.
|
Canceled. Address comments or fix if necessary, and then someone with permission can run |
|
bors merge |
Make errors in AtLocation surround the tactic name with backticks by default. This fixes a few error messages to comply with mathlib's style guide. Extracted from #37899. Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded: |
Make errors in AtLocation surround the tactic name with backticks by default. This fixes a few error messages to comply with mathlib's style guide.
Extracted from #37899.