Uh oh!
There was an error while loading. Please reload this page.
Prevent cache issues on version updates - #58848
Conversation
rust-highfive
commented
Mar 1, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
petrochenkov
commented
Mar 4, 2019
Mark-Simulacrum
commented
Mar 4, 2019
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
commented
Mar 4, 2019
📌 Commit 196e021 has been approved by |
QuietMisdreavus
commented
Mar 6, 2019
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? |
…Mark-Simulacrum Prevent cache issues on version updates Fixesrust-lang#58827. cc @rust-lang/infra
…Mark-Simulacrum Prevent cache issues on version updates Fixesrust-lang#58827. cc @rust-lang/infra
…Mark-Simulacrum Prevent cache issues on version updates Fixesrust-lang#58827. cc @rust-lang/infra
…Mark-Simulacrum Prevent cache issues on version updates Fixesrust-lang#58827. cc @rust-lang/infra
…Mark-Simulacrum Prevent cache issues on version updates Fixesrust-lang#58827. cc @rust-lang/infra
…Mark-Simulacrum Prevent cache issues on version updates Fixesrust-lang#58827. cc @rust-lang/infra
862103b to
5652dd6CompareGuillaumeGomez
commented
Mar 27, 2019
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
commented
Mar 27, 2019
📌 Commit 5652dd6 has been approved by |
…Mark-Simulacrum,ollie27 Prevent cache issues on version updates Fixesrust-lang#58827. cc @rust-lang/infra
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
emilyalbini
commented
Apr 5, 2019
Ping @rust-lang/docs @rust-lang/rustdoc this needs to be approved for beta backport. |
GuillaumeGomez
commented
Apr 5, 2019
I approve for it. cc @QuietMisdreavus |
emilyalbini
commented
Apr 7, 2019
This was removed from the backport since it caused a build failure. |
ollie27
commented
Apr 7, 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
Fixes#58827.
cc @rust-lang/infra