Skip to content

Conversation

Urgau
Copy link
Member

@Urgau Urgau commented Jan 20, 2022

PR #87648 changed rustdoc-json-types without increasing the format version.
e7529d6#diff-ede26372490522288745c5b3df2b6b2a1cc913dcd09b29af3a49935afe00c7e6

This PR increase the format version by +1 and move the FORMAT_VERSION constant to the start of the file to hopefully make it more clear that rustdoc-json-types is versioned.

@rustbot rustbot added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Jan 20, 2022
@Urgau
Copy link
Member Author

Urgau commented Jan 20, 2022

@CraftSpider
Copy link
Contributor

As mentioned in the linked PR, some changes may be reverted. I'd like to wait on merging this till that settles. But I appreciate the update, and like moving the constant to the top.

@oli-obk
Copy link
Contributor

oli-obk commented Jan 21, 2022

I'm unclear in why and what should be reverted. Can you elaborate?

@JulianKnodt
Copy link
Contributor

To add a little more to Oli's question, there were definitely a lot of changes in the PR where I made a mistake in adding them, but they have been fixed by later PRs without being reverted. Is there any further reason to revert changes, esp. w/ regards to rustdoc-json, and if so what parts

@CraftSpider
Copy link
Contributor

Nope, it looks good now. I was personally somewhat confused what the plan was on the other PR, given what you just said, this looks good to merge.

@oli-obk
Copy link
Contributor

oli-obk commented Jan 22, 2022

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Jan 22, 2022

📌 Commit 1521b53 has been approved by oli-obk

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Jan 22, 2022
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jan 22, 2022
…on, r=oli-obk

Increase the format version of rustdoc-json-types

PR rust-lang#87648 changed `rustdoc-json-types` without increasing the format version.
rust-lang@e7529d6#diff-ede26372490522288745c5b3df2b6b2a1cc913dcd09b29af3a49935afe00c7e6

This PR increase the format version by +1 and move the `FORMAT_VERSION` constant to the start of the file to hopefully make it more clear that `rustdoc-json-types` is versioned.
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jan 22, 2022
…on, r=oli-obk

Increase the format version of rustdoc-json-types

PR rust-lang#87648 changed `rustdoc-json-types` without increasing the format version.
rust-lang@e7529d6#diff-ede26372490522288745c5b3df2b6b2a1cc913dcd09b29af3a49935afe00c7e6

This PR increase the format version by +1 and move the `FORMAT_VERSION` constant to the start of the file to hopefully make it more clear that `rustdoc-json-types` is versioned.
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 22, 2022
…askrgr

Rollup of 9 pull requests

Successful merges:

 - rust-lang#85967 (add support for the l4-bender linker on the x86_64-unknown-l4re-uclibc tier 3 target)
 - rust-lang#92828 (Print a helpful message if unwinding aborts when it reaches a nounwind function)
 - rust-lang#93012 (Update pulldown-cmark version to fix markdown list issue)
 - rust-lang#93116 (Simplify use of `map_or`)
 - rust-lang#93132 (Increase the format version of rustdoc-json-types)
 - rust-lang#93147 (Interner cleanups)
 - rust-lang#93153 (Reject unsupported naked functions)
 - rust-lang#93170 (Add missing GUI test explanations)
 - rust-lang#93172 (rustdoc: remove dashed underline under main heading)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 45f5f34 into rust-lang:master Jan 22, 2022
@rustbot rustbot added this to the 1.60.0 milestone Jan 22, 2022
@aDotInTheVoid
Copy link
Member

@rustbot modify labels: +A-rustdoc-json

@rustbot rustbot added the A-rustdoc-json Area: Rustdoc JSON backend label Oct 25, 2022
@Urgau Urgau deleted the fix-rustdoc-json-format-version branch May 5, 2023 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rustdoc-json Area: Rustdoc JSON backend S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants