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

Prevent cache issues on version updates #58848

Merged
merged 4 commits into from
Mar 28, 2019

Conversation

GuillaumeGomez
Copy link
Member

Fixes #58827.

cc @rust-lang/infra

@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 1, 2019
@petrochenkov
Copy link
Contributor

r? @Mark-Simulacrum

@Mark-Simulacrum
Copy link
Member

I presume you'll want to beta backport as well, but I'll leave that to the rustdoc and/or docs team to decide.

@bors r+

@bors
Copy link
Contributor

bors commented Mar 4, 2019

📌 Commit 196e021 has been approved by Mark-Simulacrum

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 4, 2019
@QuietMisdreavus QuietMisdreavus added beta-nominated Nominated for backporting to the compiler in the beta channel. A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools labels Mar 6, 2019
@QuietMisdreavus
Copy link
Member

Beta-nominating since this fixes an issue we've had with docs version upgrades on the site for ages. @rust-lang/docs, would anyone like to approve the backport?

Centril added a commit to Centril/rust that referenced this pull request Mar 10, 2019
…Mark-Simulacrum

Prevent cache issues on version updates

Fixes rust-lang#58827.

cc @rust-lang/infra
Centril added a commit to Centril/rust that referenced this pull request Mar 10, 2019
…Mark-Simulacrum

Prevent cache issues on version updates

Fixes rust-lang#58827.

cc @rust-lang/infra
Centril added a commit to Centril/rust that referenced this pull request Mar 10, 2019
…Mark-Simulacrum

Prevent cache issues on version updates

Fixes rust-lang#58827.

cc @rust-lang/infra
Centril added a commit to Centril/rust that referenced this pull request Mar 10, 2019
…Mark-Simulacrum

Prevent cache issues on version updates

Fixes rust-lang#58827.

cc @rust-lang/infra
Centril added a commit to Centril/rust that referenced this pull request Mar 11, 2019
…Mark-Simulacrum

Prevent cache issues on version updates

Fixes rust-lang#58827.

cc @rust-lang/infra
kennytm added a commit to kennytm/rust that referenced this pull request Mar 11, 2019
…Mark-Simulacrum

Prevent cache issues on version updates

Fixes rust-lang#58827.

cc @rust-lang/infra
@GuillaumeGomez
Copy link
Member Author

Ok, it was the index generator generation which failed because the theme files didn't receive the suffix. Fixed now that we can move on!

@bors: r=Mark-Simulacrum,ollie27

@bors
Copy link
Contributor

bors commented Mar 27, 2019

📌 Commit 5652dd6 has been approved by Mark-Simulacrum,ollie27

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Mar 27, 2019
Centril added a commit to Centril/rust that referenced this pull request Mar 28, 2019
…Mark-Simulacrum,ollie27

Prevent cache issues on version updates

Fixes rust-lang#58827.

cc @rust-lang/infra
bors added a commit that referenced this pull request Mar 28, 2019
Rollup of 12 pull requests

Successful merges:

 - #57987 (Fix some AArch64 typos)
 - #58581 (Refactor generic parameter encoder functions)
 - #58803 (fs::copy() unix: set file mode early)
 - #58848 (Prevent cache issues on version updates)
 - #59198 (Do not complain about unmentioned fields in recovered patterns)
 - #59351 (Include llvm-ar with llvm-tools component)
 - #59413 (HirIdify hir::ItemId)
 - #59441 (Remove the block on natvis for lld-link.)
 - #59448 (Use consistent phrasing for all macro summaries)
 - #59456 (Add documentation about `for` used as higher ranked trait bounds)
 - #59472 (Document that `std::io::BufReader` discards contents on drop)
 - #59474 (Fix link capitalization in documentation of std::io::BufWriter.)

Failed merges:

r? @ghost
@bors bors merged commit 5652dd6 into rust-lang:master Mar 28, 2019
@GuillaumeGomez GuillaumeGomez deleted the fix-cache-issues branch March 28, 2019 13:08
@pietroalbini
Copy link
Member

Ping @rust-lang/docs @rust-lang/rustdoc this needs to be approved for beta backport.

@GuillaumeGomez
Copy link
Member Author

I approve for it. cc @QuietMisdreavus

@pietroalbini pietroalbini added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Apr 5, 2019
@pietroalbini pietroalbini removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Apr 5, 2019
@pietroalbini pietroalbini added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Apr 7, 2019
@pietroalbini
Copy link
Member

This was removed from the backport since it caused a build failure.

@ollie27
Copy link
Member

ollie27 commented Apr 7, 2019

This will need at least 37ab3dc to be backported as well. That commit got attached to the wrong PR: #58330.

bors added a commit that referenced this pull request Apr 8, 2019
[beta] Rollup backports

Cherry-picked:

* #58021: Fix fallout from #57667
* #59599: Updated RELEASES.md for 1.34.0
* #59587: Remove #[doc(hidden)] from Error::type_id
* #58994: Hide deprecation warnings inside derive expansions
* #58015: Expand docs for `TryFrom` and `TryInto`.
* #59770: ci: pin android emulator to 28.0.23
* #59704: ci: Update FreeBSD tarball downloads
* #59257: Update CI configuration for building Redox libraries
* #59724: Function arguments should never get promoted
* #59499: Fix broken download link in the armhf-gnu image
* #58330: Add rustdoc JS non-std tests
* #58848: Prevent cache issues on version updates

r? @ghost
@pietroalbini pietroalbini removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools beta-accepted Accepted for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.