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

Moar semicolons #3607

Merged
merged 4 commits into from
Apr 29, 2020
Merged

Moar semicolons #3607

merged 4 commits into from
Apr 29, 2020

Conversation

martinthomson
Copy link
Member

There are a few manual tweaks here, but the first commit is strictly automated.

Take the regex (note leading space):

```
 \(see([\n\s]+(?:(?:Section|Appendix)[\n\s]+\S+[\n\s]+of[\n\s]+)?(?:\{\{|\[)[^\}]+(?:\}\}|\]))\)\.
```
And replace with:
```
; see$1.
```

All mechanical, no manual fixups.
@martinthomson martinthomson added the editorial An issue that does not affect the design of the protocol; does not require consensus. label Apr 29, 2020
@martinthomson martinthomson linked an issue Apr 29, 2020 that may be closed by this pull request
Copy link
Contributor

@MikeBishop MikeBishop left a comment

Choose a reason for hiding this comment

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

Largely goodness; a few quibbles.

draft-ietf-quic-transport.md Outdated Show resolved Hide resolved
draft-ietf-quic-transport.md Outdated Show resolved Hide resolved
Co-Authored-By: Mike Bishop <mbishop@evequefou.be>
@martinthomson martinthomson merged commit 568bd28 into master Apr 29, 2020
@martinthomson martinthomson deleted the semicolons branch April 29, 2020 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial An issue that does not affect the design of the protocol; does not require consensus.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Semicolons on references in !-transport
5 participants