-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[beta]: Prepare the 1.31.0 beta release #55405
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
|
@Mark-Simulacrum you may also know best how to triage/tag #55404 |
@bors r+ p=5 |
📌 Commit c0230fe1fbec3f4e91635dc9eafb2a727a568bff has been approved by |
@bors r- |
Rolled up beta-accepted PRs inside this one. @bors r=Mark-Simulacrum p=5 |
📌 Commit 7d9a81406de8591a96091eb2246119a8ed1e50af has been approved by |
⌛ Testing commit 7d9a81406de8591a96091eb2246119a8ed1e50af with merge 8847a29102455ede37bc1d63c2b786a115af2a50... |
💔 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 |
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. |
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... |
⌛ Trying commit 7c81496 with merge 7ee121b8bbe37a8d2d8049cfa1243ecbcebbffc9... |
@petrochenkov FWIW I think there was a bit of miscommunication with beta promotion timeline. |
☀️ Test successful - status-travis |
⌛ Testing commit 7c81496 with merge a8b53646eee16bd1cb56df53c5fb0ab2b475c37c... |
💔 Test failed - status-appveyor |
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 |
What is happening with bors today |
@bors r+ p=1000 |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 7c81496 has been approved by |
[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
☀️ Test successful - status-appveyor, status-travis |
@Mark-Simulacrum That's not a bit of miscommunication, that's a total failure of communication. |
@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 |
@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. Closes rust-lang#55404
beta
Rolled up beta-accepted PRs:
cargo new --edition
from release notes. #55362: Removecargo new --edition
from 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