-
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
[stable] 1.34.1 point release #60198
Conversation
|
Would be nice to include the stable-accepted release notes fixes as well: |
It's a primitive slice method, not a standalone function.
36b625e
to
34aed3d
Compare
Good catch, added! |
@bors r+ p=1000 |
📌 Commit 34aed3d has been approved by |
⌛ Testing commit 34aed3d with merge 51a0553fd41238b8a723b858c97ff7932acf189e... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
💔 Test failed - status-appveyor |
Eeek? @bors retry |
⌛ Testing commit 34aed3d with merge bb9f4bfb6497da2cfe2fb37a163caa8810a00d71... |
This comment has been minimized.
This comment has been minimized.
I had a similar error when running the tests on Arch Linux, for me the solution was to uninstall the system's LLDB. Not sure why this suddenly popped up on AppVeyor though. |
Wtf? AppVeyor wasn't scheduled. @bors retry |
@bors treeclosed- AppVeyor said to have fixed the issue. |
[stable] 1.34.1 point release The release date is April 25th. Included in this point release: * #59891: Fix the link to sort_by_cached_key * #59989: Fix links to Atomic* in RELEASES.md * rust-lang/rust-clippy#3805: Fix ICE https://github.com/rust-lang/rust-clippy/issue/3747 * rust-lang/rust-clippy#3821: do not trigger redundant_closure when there is a difference in borrow... * rust-lang/rust-clippy#3844: Fix two missing_const_for_fn false positives
This comment has been minimized.
This comment has been minimized.
💔 Test failed - status-appveyor |
Appveyor updated their build images on April 14th, which involved an LLVM upgrade (to 8) and Python upgrades: https://www.appveyor.com/updates/2019/04/14/. With the theory that this might be responsible for our troubles, I've pushed a commit downgrading to the "previous" image. @bors r+ |
📌 Commit 9a8268e has been approved by |
[stable] 1.34.1 point release The release date is April 25th. Included in this point release: * #59891: Fix the link to sort_by_cached_key * #59989: Fix links to Atomic* in RELEASES.md * rust-lang/rust-clippy#3805: Fix ICE https://github.com/rust-lang/rust-clippy/issue/3747 * rust-lang/rust-clippy#3821: do not trigger redundant_closure when there is a difference in borrow... * rust-lang/rust-clippy#3844: Fix two missing_const_for_fn false positives
This comment has been minimized.
This comment has been minimized.
💔 Test failed - status-appveyor |
Same failure as before |
9a8268e
to
d8a026d
Compare
I think the @bors r=Mark-Simulacrum p=1000 |
📌 Commit d8a026d has been approved by |
[stable] 1.34.1 point release The release date is April 25th. Included in this point release: * #59891: Fix the link to sort_by_cached_key * #59989: Fix links to Atomic* in RELEASES.md * rust-lang/rust-clippy#3805: Fix ICE https://github.com/rust-lang/rust-clippy/issue/3747 * rust-lang/rust-clippy#3821: do not trigger redundant_closure when there is a difference in borrow... * rust-lang/rust-clippy#3844: Fix two missing_const_for_fn false positives
☀️ Test successful - checks-travis, status-appveyor |
The release date is April 25th.
Included in this point release: