Uh oh!
There was an error while loading. Please reload this page.
Update RLS and Cargo - #60436
Conversation
rust-highfive
commented
May 1, 2019
|
rust-highfive
commented
May 1, 2019
The job 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 |
Manishearth
commented
May 1, 2019
@bors r+ |
bors
commented
May 1, 2019
📌 Commit 3b24cf8 has been approved by |
ehuss
commented
May 1, 2019
This won't work without updating cargo. I can post a PR, or you can just add the cargo update here. |
Align with the version bump in rust-lang/rls#1448
Xanewok
commented
May 2, 2019
Right, makes sense! Included the Cargo update to the version it was bumped to in rust-lang/rls#1448. @bors r=Manishearth |
bors
commented
May 2, 2019
📌 Commit 31407e8 has been approved by |
Centril
commented
May 2, 2019
r? @Manishearth |
kennytm
commented
May 2, 2019
@bors p=1 |
Update RLS and Cargo Fixes the `test-fail` RLS toolstate caused by rust-lang#59114. r? @Centril@Manishearth
bors
commented
May 2, 2019
⌛ Testing commit 31407e8 with merge 76e253ea206ee38d71e5a5346553236b43072508... |
bors
commented
May 3, 2019
💥 Test timed out |
Xanewok
commented
May 3, 2019
@bors retry |
Manishearth
commented
May 3, 2019
Not quite, it's fixing the potential of a security bug in an internal API on an obscure platform. The only danger there is someone committing a change to libstd in the next few days that ignores this yet-undocumented invariant, causing an actual security bug to be shipped. It needs to be landed, but there's no rush. |
Manishearth
commented
May 3, 2019
Oh, I missed the assertion in the PR. Never mind. |
bors
commented
May 4, 2019
⌛ Testing commit 31407e8 with merge 4271bdecdf124a1cb9668e90cae977b1f1b59ca1... |
bors
commented
May 4, 2019
💔 Test failed - status-appveyor |
kennytm
commented
May 4, 2019
Something's wrong with the incremental test on 32-bit Windows. |
ehuss
commented
May 5, 2019
Can someone retry this? It shouldn't be possible for this PR to affect the incremental tests. I also built i686-pc-windows-gnu locally and the incremental tests seem fine. |
Centril
commented
May 5, 2019
@bors retry |
bors
commented
May 6, 2019
⌛ Testing commit 31407e8 with merge 6d24046cb37ed176061c8b029d5df9994eb96d87... |
bors
commented
May 6, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
May 6, 2019
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 |
kennytm
commented
May 6, 2019
@bors retry Travis connection reset while updating homebrew. |
bors
commented
May 6, 2019
Update RLS and Cargo Fixes the `test-fail` RLS toolstate caused by #59114. r? @Centril@Manishearth
bors
commented
May 6, 2019
☀️ Test successful - checks-travis, status-appveyor |
rust-highfive
commented
May 6, 2019
Tested on commit rust-lang/rust@7ac0200. Direct link to PR: <rust-lang/rust#60436> 🎉 rls on windows: test-fail → test-pass (cc @Xanewok, @rust-lang/infra). 🎉 rls on linux: test-fail → test-pass (cc @Xanewok, @rust-lang/infra).
Fixes the
test-failRLS toolstate caused by #59114.r? @Centril@Manishearth