Uh oh!
There was an error while loading. Please reload this page.
Update RLS to solve serious crash - #41969
Conversation
rust-highfive
commented
May 13, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
petrochenkov
commented
May 13, 2017
@bors r+ |
bors
commented
May 13, 2017
📌 Commit eef6662 has been approved by |
Mark-Simulacrum
commented
May 13, 2017
@bors p=1 |
Update RLS to solve serious crash As a follow-up to rust-lang/rls#312, this PR contains the fix to the latest experienced RLS crashes, which should hopefully reach the nightly release as soon as possible.
bors
commented
May 13, 2017
⌛ Testing commit eef6662 with merge 884fd4c... |
Mark-Simulacrum
commented
May 13, 2017
@bors retry Prioritizing rollup that contains this |
Update RLS to solve serious crash As a follow-up to rust-lang/rls#312, this PR contains the fix to the latest experienced RLS crashes, which should hopefully reach the nightly release as soon as possible.
nrc
commented
May 13, 2017
@bors r- There has been another update to LSP types (to 0.10), so this submodule update is out of date now. |
@nrc I have pulled the latest changes to the PR. Can we try again now? :) |
Mark-Simulacrum
commented
May 14, 2017
Could you squash commits? |
- Updates ls_types to "0.10.0", which prevents RLS crashes
Enet4
commented
May 14, 2017
@Mark-Simulacrum Commits were squashed (I don't squash commits very often, but hopefully everything is in order). |
Mark-Simulacrum
commented
May 14, 2017
Thanks! @bors r+ |
bors
commented
May 14, 2017
📌 Commit b868434 has been approved by |
bors
commented
May 14, 2017
⌛ Testing commit b868434 with merge e30ddb2... |
bors
commented
May 14, 2017
💔 Test failed - status-appveyor |
chetgurevitch
commented
May 14, 2017
Build failed due to a seemingly random(?) server error with crates.io. |
Mark-Simulacrum
commented
May 14, 2017
@bors retry |
Mark-Simulacrum
commented
May 14, 2017
Previous appveyor failure, #41545. Logged. |
bors
commented
May 14, 2017
Update RLS to solve serious crash As a follow-up to rust-lang/rls#312, this PR contains the fix to the latest experienced RLS crashes, which should hopefully reach the nightly release as soon as possible.
nrc
commented
May 14, 2017
Thanks @Enet4 ! |
bors
commented
May 14, 2017
☀️ Test successful - status-appveyor, status-travis |
As a follow-up to rust-lang/rls#312, this PR contains the fix to the latest experienced RLS crashes, which should hopefully reach the nightly release as soon as possible.