Uh oh!
There was an error while loading. Please reload this page.
[beta]: Prepare the 1.31.0 beta release - #55405
Conversation
rust-highfive
commented
Oct 27, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Oct 27, 2018
|
alexcrichton
commented
Oct 27, 2018
alexcrichton
commented
Oct 27, 2018
@Mark-Simulacrum you may also know best how to triage/tag #55404 |
Mark-Simulacrum
commented
Oct 28, 2018
@bors r+ p=5 |
bors
commented
Oct 28, 2018
📌 Commit c0230fe1fbec3f4e91635dc9eafb2a727a568bff has been approved by |
emilyalbini
commented
Oct 28, 2018
@bors r- |
emilyalbini
commented
Oct 28, 2018
Rolled up beta-accepted PRs inside this one. @bors r=Mark-Simulacrum p=5 |
bors
commented
Oct 28, 2018
📌 Commit 7d9a81406de8591a96091eb2246119a8ed1e50af has been approved by |
bors
commented
Oct 29, 2018
⌛ Testing commit 7d9a81406de8591a96091eb2246119a8ed1e50af with merge 8847a29102455ede37bc1d63c2b786a115af2a50... |
bors
commented
Oct 29, 2018
💔 Test failed - status-appveyor |
Cc @nrc - looks like we might need an RLS update.. though this might be because of the lack of bootstrap compiler update... @aturon@steveklabnik This probably means we can't get RC2 out tomorrow - it'll take probably till Tuesday at the earliest |
nrc
commented
Oct 29, 2018
I'm not sure where rustc and the RLS are coming from. RLS is broken with current nightly (will try and fix today, but realistically tomorrow). However, I believe the RLS that should have been uplifted to beta worked with the rustc at that time. |
Mark-Simulacrum
commented
Oct 29, 2018
Yes - I'm not sure how this managed to break. I probably won't get a chance to take a look until tomorrow night unfortunately... |
bors
commented
Oct 29, 2018
⌛ Trying commit 7c81496 with merge 7ee121b8bbe37a8d2d8049cfa1243ecbcebbffc9... |
Mark-Simulacrum
commented
Oct 29, 2018
@petrochenkov FWIW I think there was a bit of miscommunication with beta promotion timeline. |
bors
commented
Oct 29, 2018
☀️ Test successful - status-travis |
bors
commented
Oct 29, 2018
⌛ Testing commit 7c81496 with merge a8b53646eee16bd1cb56df53c5fb0ab2b475c37c... |
bors
commented
Oct 29, 2018
💔 Test failed - status-appveyor |
rust-highfive
commented
Oct 29, 2018
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
emilyalbini
commented
Oct 29, 2018
What is happening with bors today |
emilyalbini
commented
Oct 29, 2018
@bors r+ p=1000 |
bors
commented
Oct 29, 2018
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Oct 29, 2018
📌 Commit 7c81496 has been approved by |
bors
commented
Oct 29, 2018
[beta]: Prepare the 1.31.0 beta release * Update to Cargo's branched 1.31.0 branch * Update the channel to `beta` Rolled up beta-accepted PRs: * #55362: Remove `cargo new --edition` from release notes. * #55325: Fix link to macros chapter * #55358: Remove redundant clone (2) * #55346: Shrink `Statement`. * #55274: Handle bindings in substructure of patterns with type ascriptions * #55297: Partial implementation of uniform paths 2.0 to land before beta * #55192: Fix ordering of nested modules in non-mod.rs mods * #55185: path suggestions in Rust 2018 should point out the change in semantics * #55423: back out bogus `Ok`-wrapping suggestion on `?` arm type mismatch Note that **this does not update the bootstrap compiler** due to #55404
bors
commented
Oct 29, 2018
☀️ Test successful - status-appveyor, status-travis |
petrochenkov
commented
Oct 29, 2018
@Mark-Simulacrum That's not a bit of miscommunication, that's a total failure of communication. |
emilyalbini
commented
Oct 29, 2018
@petrochenkov beta was branched off today with the last PR before #54145 landed, since that was the one breaking RLS. There are more details in #55405 (comment). |
@pietroalbini |
emilyalbini
commented
Oct 29, 2018
@petrochenkov I think we can backport #54145 once RLS is fixed (along with the RLS fix), so I wouldn't worry about working on top of beta. @Mark-Simulacrum can confirm that though. |
This follows up rust-lang#55405 with an update to the bootstrap compiler now that a new version of `chalk-engine` is published. Closesrust-lang#55404
betaRolled up beta-accepted PRs:
cargo new --editionfrom release notes. #55362: Removecargo new --editionfrom release notes.Statement. #55346: ShrinkStatement.Ok-wrapping suggestion on?arm type mismatch #55423: back out bogusOk-wrapping suggestion on?arm type mismatchNote that this does not update the bootstrap compiler due to #55404