Skip to content

[Merged by Bors] - chore: fix focusing dots#5708

Closed
Parcly-Taxel wants to merge 4 commits intomasterfrom
fixdots2
Closed

[Merged by Bors] - chore: fix focusing dots#5708
Parcly-Taxel wants to merge 4 commits intomasterfrom
fixdots2

Conversation

@Parcly-Taxel
Copy link
Copy Markdown
Collaborator

This PR is the result of running

find . -type f -name "*.lean" -exec sed -i -E 's/^( +)\. /\1· /' {} \;
find . -type f -name "*.lean" -exec sed -i -E 'N;s/^( +·)\n +(.*)$/\1 \2/;P;D' {} \;

which firstly replaces . focusing dots with · and secondly removes isolated instances of such dots, unifying them with the following line. A new rule is placed in the style linter to verify this.


Open in Gitpod

```
find . -type f -name "*.lean" -exec sed -i -E 's/^( +)\. /\1· /' {} \;
```
find . -type f -name "*.lean" -exec sed -i -E 'N;s/^( +·)\n +(.*)$/\1 \2/;P;D' {} \;
@Parcly-Taxel Parcly-Taxel added awaiting-review awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. labels Jul 4, 2023
@Parcly-Taxel Parcly-Taxel requested a review from jcommelin July 4, 2023 08:51
Copy link
Copy Markdown
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🎉

If CI passes, please remove the label awaiting-CI and merge this yourself, by adding a comment bors r+.

bors d+

@bors
Copy link
Copy Markdown

bors bot commented Jul 4, 2023

✌️ Parcly-Taxel can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@kim-em kim-em added delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). and removed awaiting-review labels Jul 4, 2023
@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Jul 4, 2023
@Parcly-Taxel
Copy link
Copy Markdown
Collaborator Author

bors merge

bors bot pushed a commit that referenced this pull request Jul 4, 2023
This PR is the result of running
```
find . -type f -name "*.lean" -exec sed -i -E 's/^( +)\. /\1· /' {} \;
find . -type f -name "*.lean" -exec sed -i -E 'N;s/^( +·)\n +(.*)$/\1 \2/;P;D' {} \;
```
which firstly replaces `.` focusing dots with `·` and secondly removes isolated instances of such dots, unifying them with the following line. A new rule is placed in the style linter to verify this.
@bors
Copy link
Copy Markdown

bors bot commented Jul 4, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title chore: fix focusing dots [Merged by Bors] - chore: fix focusing dots Jul 4, 2023
@bors bors bot closed this Jul 4, 2023
@bors bors bot deleted the fixdots2 branch July 4, 2023 12:25
kbuzzard pushed a commit that referenced this pull request Jul 6, 2023
This PR is the result of running
```
find . -type f -name "*.lean" -exec sed -i -E 's/^( +)\. /\1· /' {} \;
find . -type f -name "*.lean" -exec sed -i -E 'N;s/^( +·)\n +(.*)$/\1 \2/;P;D' {} \;
```
which firstly replaces `.` focusing dots with `·` and secondly removes isolated instances of such dots, unifying them with the following line. A new rule is placed in the style linter to verify this.
kim-em pushed a commit that referenced this pull request Aug 14, 2023
This PR is the result of running
```
find . -type f -name "*.lean" -exec sed -i -E 's/^( +)\. /\1· /' {} \;
find . -type f -name "*.lean" -exec sed -i -E 'N;s/^( +·)\n +(.*)$/\1 \2/;P;D' {} \;
```
which firstly replaces `.` focusing dots with `·` and secondly removes isolated instances of such dots, unifying them with the following line. A new rule is placed in the style linter to verify this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants