Skip to content

don't strip blank lines in lint documentation#4229

Merged
bors merged 1 commit into
rust-lang:masterfrom
euclio:lint-doc-generation-fix
Jul 13, 2019
Merged

don't strip blank lines in lint documentation#4229
bors merged 1 commit into
rust-lang:masterfrom
euclio:lint-doc-generation-fix

Conversation

@euclio

@euclio euclio commented Jun 23, 2019

Copy link
Copy Markdown
Contributor

changelog: don't strip blank lines in lint documentation

Fixes #4116.

This PR also switches the docs headings to deterministically display in the order that they are declared in the source, with "Configuration" always appearing last. It doesn't seem like there was a defined order before.

@flip1995 flip1995 added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jun 24, 2019
@flip1995

Copy link
Copy Markdown
Member

Sorry for the long wait time! We need to test these doc gen changes by hand, since it is not tested in the CI. This takes some time and motivation 😉 . Just tested this change locally and the documentation looks way cleaner with that change. Thanks!

@bors r+

@bors

bors commented Jul 10, 2019

Copy link
Copy Markdown
Contributor

📌 Commit 4ce100b has been approved by flip1995

@bors

bors commented Jul 10, 2019

Copy link
Copy Markdown
Contributor

⌛ Testing commit 4ce100b with merge 0398c23...

bors added a commit that referenced this pull request Jul 10, 2019
don't strip blank lines in lint documentation

changelog: don't strip blank lines in lint documentation

Fixes #4116.

This PR also switches the docs headings to deterministically display in the order that they are declared in the source, with "Configuration" always appearing last. It doesn't seem like there was a defined order before.
@bors

bors commented Jul 10, 2019

Copy link
Copy Markdown
Contributor

💔 Test failed - status-appveyor

@flip1995

Copy link
Copy Markdown
Member

failure caused by rust-lang/rust#62393 (comment)

@flip1995

Copy link
Copy Markdown
Member

@bors retry

@bors

bors commented Jul 11, 2019

Copy link
Copy Markdown
Contributor

⌛ Testing commit 4ce100b with merge 7102616...

bors added a commit that referenced this pull request Jul 11, 2019
don't strip blank lines in lint documentation

changelog: don't strip blank lines in lint documentation

Fixes #4116.

This PR also switches the docs headings to deterministically display in the order that they are declared in the source, with "Configuration" always appearing last. It doesn't seem like there was a defined order before.
@bors

bors commented Jul 11, 2019

Copy link
Copy Markdown
Contributor

💔 Test failed - status-appveyor

flip1995 added a commit to flip1995/rust-clippy that referenced this pull request Jul 12, 2019
…ip1995

don't strip blank lines in lint documentation

changelog: don't strip blank lines in lint documentation

Fixes rust-lang#4116.

This PR also switches the docs headings to deterministically display in the order that they are declared in the source, with "Configuration" always appearing last. It doesn't seem like there was a defined order before.
bors added a commit that referenced this pull request Jul 12, 2019
Rollup of 2 pull requests

Successful merges:

 - #4229 (don't strip blank lines in lint documentation)
 - #4268 (Fix bug in `implicit_hasher` causing crashes)

Failed merges:

r? @ghost
@flip1995

Copy link
Copy Markdown
Member

@bors retry

@bors

bors commented Jul 12, 2019

Copy link
Copy Markdown
Contributor

⌛ Testing commit 4ce100b with merge a22be98...

bors added a commit that referenced this pull request Jul 12, 2019
don't strip blank lines in lint documentation

changelog: don't strip blank lines in lint documentation

Fixes #4116.

This PR also switches the docs headings to deterministically display in the order that they are declared in the source, with "Configuration" always appearing last. It doesn't seem like there was a defined order before.
@bors

bors commented Jul 12, 2019

Copy link
Copy Markdown
Contributor

💔 Test failed - checks-travis

@bors

bors commented Jul 12, 2019

Copy link
Copy Markdown
Contributor

⌛ Testing commit 4ce100b with merge d5934dc...

bors added a commit that referenced this pull request Jul 12, 2019
don't strip blank lines in lint documentation

changelog: don't strip blank lines in lint documentation

Fixes #4116.

This PR also switches the docs headings to deterministically display in the order that they are declared in the source, with "Configuration" always appearing last. It doesn't seem like there was a defined order before.
@bors

bors commented Jul 12, 2019

Copy link
Copy Markdown
Contributor

💔 Test failed - checks-travis

@flip1995

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Jul 13, 2019

Copy link
Copy Markdown
Contributor

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.
  • There's another pull request that is currently being tested, blocking this pull request: Fix bug in implicit_hasher causing crashes #4268

@bors

bors commented Jul 13, 2019

Copy link
Copy Markdown
Contributor

📌 Commit 4ce100b has been approved by flip1995

@bors

bors commented Jul 13, 2019

Copy link
Copy Markdown
Contributor

⌛ Testing commit 4ce100b with merge 36fb646...

bors added a commit that referenced this pull request Jul 13, 2019
don't strip blank lines in lint documentation

changelog: don't strip blank lines in lint documentation

Fixes #4116.

This PR also switches the docs headings to deterministically display in the order that they are declared in the source, with "Configuration" always appearing last. It doesn't seem like there was a defined order before.
@bors

bors commented Jul 13, 2019

Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-travis, status-appveyor
Approved by: flip1995
Pushing 36fb646 to master...

@bors bors merged commit 4ce100b into rust-lang:master Jul 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties

Projects

None yet

Development

Successfully merging this pull request may close these issues.

We shouldn't strip blank comments in code in lint doc generation

3 participants