-
Notifications
You must be signed in to change notification settings - Fork 371
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: removes non-breaking spaces (U+00a0) #16257
Conversation
PR summary 029839cae9Import 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/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit> The doc-module for |
Are there any such spaces in the archive, tests or counterexamples? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
maintainer merge
🚀 Pull request has been placed on the maintainer queue by grunweg. |
As far as I can see, there are no more in the entire repository. |
bors r+ |
Removes all non-breaking spaces (U+00a0) from Mathlib. This is in preparation for using the "unicode linter" (#16215), which would (as of now) disallow non-printing characters except for space (U+0020) and linefeed (U+000A).
Build failed (retrying...): |
Removes all non-breaking spaces (U+00a0) from Mathlib. This is in preparation for using the "unicode linter" (#16215), which would (as of now) disallow non-printing characters except for space (U+0020) and linefeed (U+000A).
Build failed (retrying...): |
@sgouezel it seems that a linter complains about a too long line in a file this PR didn't change? How can that happen? Probably has something to do with the fact that the line-length linter was changed earlier today? |
Removes all non-breaking spaces (U+00a0) from Mathlib. This is in preparation for using the "unicode linter" (#16215), which would (as of now) disallow non-printing characters except for space (U+0020) and linefeed (U+000A).
Build failed (retrying...): |
Removes all non-breaking spaces (U+00a0) from Mathlib. This is in preparation for using the "unicode linter" (#16215), which would (as of now) disallow non-printing characters except for space (U+0020) and linefeed (U+000A).
Build failed: |
bors r+ |
Removes all non-breaking spaces (U+00a0) from Mathlib. This is in preparation for using the "unicode linter" (#16215), which would (as of now) disallow non-printing characters except for space (U+0020) and linefeed (U+000A).
Build failed (retrying...): |
The lint failure might be from another PR currently being merged or from a commit in After merging |
✌️ adomasbaliuka can now approve this pull request. To approve and merge a pull request, simply reply with |
Canceled. |
bors r+ |
Removes all non-breaking spaces (U+00a0) from Mathlib. This is in preparation for using the "unicode linter" (#16215), which would (as of now) disallow non-printing characters except for space (U+0020) and linefeed (U+000A).
This PR was included in a batch that was canceled, it will be automatically retried |
Removes all non-breaking spaces (U+00a0) from Mathlib. This is in preparation for using the "unicode linter" (#16215), which would (as of now) disallow non-printing characters except for space (U+0020) and linefeed (U+000A).
This PR was included in a batch that was canceled, it will be automatically retried |
Removes all non-breaking spaces (U+00a0) from Mathlib. This is in preparation for using the "unicode linter" (#16215), which would (as of now) disallow non-printing characters except for space (U+0020) and linefeed (U+000A).
Pull request successfully merged into master. Build succeeded: |
Removes all non-breaking spaces (U+00a0) from Mathlib. This is in preparation for using the "unicode linter" (#16215), which would (as of now) disallow non-printing characters except for space (U+0020) and linefeed (U+000A).
Removes all non-breaking spaces (U+00a0) from Mathlib. This is in preparation for using the "unicode linter" (#16215), which would (as of now) disallow non-printing characters except for space (U+0020) and linefeed (U+000A).
Removes all non-breaking spaces (U+00a0) from Mathlib. This is in preparation for using the "unicode linter" (#16215), which would (as of now) disallow non-printing characters except for space (U+0020) and linefeed (U+000A).
Removes all non-breaking spaces (U+00a0) from Mathlib.
This is in preparation for using the "unicode linter" (#16215), which would (as of now) disallow non-printing characters except for space (U+0020) and linefeed (U+000A).
Relevant discussions:
Zulip
feat(Tactic/Linter): lint unwanted unicode #16215