Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - chore(Tactic/Linter): do not import TextBased linter #17187

Closed
wants to merge 1 commit into from

Conversation

joneugster
Copy link
Collaborator

@joneugster joneugster commented Sep 27, 2024

Mathlib.Tactic.Linter.TextBased is only used by the script lake exe lint-style and therefore does not to be imported by Mathlib.


A future PR might factor this out to live completely outside Mathlib/, but I don't want to do that until the text-based unicode linter PRs (starting with #17129) are approved.

Open in Gitpod

@joneugster joneugster added the easy < 20s of review time. See the lifecycle page for guidelines. label Sep 27, 2024
Copy link

PR summary 2daeefc6b4

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.Tactic.Linter 24 20 -4 (-16.67%)
Import changes for all files
Files Import difference
There are 4228 files with changed transitive imports taking up over 178798 characters: this is too many to display!
You can run scripts/import_trans_difference.sh all locally to see the whole output.

Declarations diff

No declarations were harmed in the making of this PR! 🐙

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.

@github-actions github-actions bot added the t-meta Tactics, attributes or user commands label Sep 27, 2024
@adomani
Copy link
Collaborator

adomani commented Sep 27, 2024

Thanks!

maintainer merge

Copy link

🚀 Pull request has been placed on the maintainer queue by adomani.

@kim-em
Copy link
Contributor

kim-em commented Sep 30, 2024

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Sep 30, 2024
mathlib-bors bot pushed a commit that referenced this pull request Sep 30, 2024
`Mathlib.Tactic.Linter.TextBased` is only used by the script `lake exe lint-style` and therefore does not to be imported by Mathlib.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Sep 30, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore(Tactic/Linter): do not import TextBased linter [Merged by Bors] - chore(Tactic/Linter): do not import TextBased linter Sep 30, 2024
@mathlib-bors mathlib-bors bot closed this Sep 30, 2024
@mathlib-bors mathlib-bors bot deleted the eugster/do-not-import-textbased-linter branch September 30, 2024 13:03
chrisflav pushed a commit that referenced this pull request Oct 1, 2024
`Mathlib.Tactic.Linter.TextBased` is only used by the script `lake exe lint-style` and therefore does not to be imported by Mathlib.
fbarroero pushed a commit that referenced this pull request Oct 2, 2024
`Mathlib.Tactic.Linter.TextBased` is only used by the script `lake exe lint-style` and therefore does not to be imported by Mathlib.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy < 20s of review time. See the lifecycle page for guidelines. maintainer-merge ready-to-merge This PR has been sent to bors. t-meta Tactics, attributes or user commands
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants