-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Increase the format version of rustdoc-json-types #93132
Conversation
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. |
I'm unclear in why and what should be reverted. Can you elaborate? |
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 |
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. |
@bors r+ rollup |
📌 Commit 1521b53 has been approved by |
…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.
…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.
…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
@rustbot modify labels: +A-rustdoc-json |
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 thatrustdoc-json-types
is versioned.