-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Update RLS and Cargo #60436
Update RLS and Cargo #60436
Conversation
|
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 |
@bors r+ |
📌 Commit 3b24cf8 has been approved by |
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
Right, makes sense! Included the Cargo update to the version it was bumped to in rust-lang/rls#1448. @bors r=Manishearth |
📌 Commit 31407e8 has been approved by |
r? @Manishearth |
@bors p=1 |
Update RLS and Cargo Fixes the `test-fail` RLS toolstate caused by rust-lang#59114. r? @Centril @Manishearth
⌛ Testing commit 31407e8 with merge 76e253ea206ee38d71e5a5346553236b43072508... |
💥 Test timed out |
@bors retry |
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. |
Oh, I missed the assertion in the PR. Never mind. |
⌛ Testing commit 31407e8 with merge 4271bdecdf124a1cb9668e90cae977b1f1b59ca1... |
💔 Test failed - status-appveyor |
Something's wrong with the incremental test on 32-bit Windows. |
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. |
@bors retry |
⌛ Testing commit 31407e8 with merge 6d24046cb37ed176061c8b029d5df9994eb96d87... |
💔 Test failed - checks-travis |
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 |
@bors retry Travis connection reset while updating homebrew. |
Update RLS and Cargo Fixes the `test-fail` RLS toolstate caused by #59114. r? @Centril @Manishearth
☀️ Test successful - checks-travis, status-appveyor |
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-fail
RLS toolstate caused by #59114.r? @Centril @Manishearth