-
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
submodules: update rls #53610
submodules: update rls #53610
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors: r+ |
📌 Commit 4572b84446aa1587f123700cc5dff4e1278fb317 has been approved by |
There was no nightly released because of bad toolstate (rls failed to build) |
Is this updating to a branch? Because if not I think it won't work - building master RLS locally with the latest Rust commit fails in Clippy |
Yeah ... clippy just rebroke ... :( I'll see if I can get this fixed. |
4572b84
to
eb7e2ca
Compare
I updated again, should get rls to the same state as #53638 |
eb7e2ca
to
ba71a79
Compare
@bors: r+ p=10 |
📌 Commit ba71a79c36edfdd16ce5d6a8b5d0b5fe2de4182d has been approved by |
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 |
ba71a79
to
493a5ca
Compare
@bors: r+ |
📌 Commit 493a5ca34a0dfbb2f7832b2265f55b5027c80277 has been approved by |
493a5ca
to
6c034fa
Compare
Fixed via rust-lang/rls#1010 and rebased. |
@matthiaskrgr how about |
@kennytm I can't reproduce this one locally anymore, I tried:
but all passed. |
Let's see what bors think then. @bors r=nrc |
📌 Commit 6c034fa has been approved by |
⌛ Testing commit 6c034fa with merge e2b95da305eb10849938f27f7e3d78d2fa172676... |
💔 Test failed - status-appveyor |
Looks like the error is only reproducible on Windows. |
Ok, then there is nothing I can do about it since I don't have a windows machine. |
I can take a look at the Windows error later today. |
Fixing error from rust-lang/rust#53610 (comment), specifically https://ci.appveyor.com/project/rust-lang/rust/build/1.0.8732/job/1vio56we88sawdcb#L11560. Confirmed the error and the fix while using rust-lang/rust@61b0072.
Verified the fix in rust-lang/rls#1013 locally, so when that lands we should update RLS to pull that instead. |
Update RLS Continuation of #53610. Workspaces are tricky - the `json_internal` problem was only reproducible in Rust CI (not sure why it was only relevant to Windows?) and it seems that this was fixed by updating serde_json workspace-wide. Tested locally in Rust repo and it seems to be working. Nightlies are currently shipping without RLS, so it'd be great to include this in the next nightlies if possible.
No description provided.