-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 to solve serious crash #41969
Conversation
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. |
@bors r+ |
📌 Commit eef6662 has been approved by |
@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.
⌛ Testing commit eef6662 with merge 884fd4c... |
@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.
@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? :) |
Could you squash commits? |
- Updates ls_types to "0.10.0", which prevents RLS crashes
@Mark-Simulacrum Commits were squashed (I don't squash commits very often, but hopefully everything is in order). |
Thanks! @bors r+ |
📌 Commit b868434 has been approved by |
⌛ Testing commit b868434 with merge e30ddb2... |
💔 Test failed - status-appveyor |
Build failed due to a seemingly random(?) server error with crates.io. |
@bors retry |
Previous appveyor failure, #41545. Logged.
|
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.
Thanks @Enet4 ! |
☀️ 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.