Uh oh!
There was an error while loading. Please reload this page.
submodules: update rls - #53610
Conversation
rust-highfive
commented
Aug 22, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Aug 22, 2018
|
alexcrichton
commented
Aug 22, 2018
@bors: r+ |
bors
commented
Aug 22, 2018
📌 Commit 4572b84446aa1587f123700cc5dff4e1278fb317 has been approved by |
matthiaskrgr
commented
Aug 22, 2018
There was no nightly released because of bad toolstate (rls failed to build) |
nrc
commented
Aug 22, 2018
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 |
matthiaskrgr
commented
Aug 22, 2018
Yeah ... clippy just rebroke ... :( I'll see if I can get this fixed. |
alexcrichton
commented
Aug 22, 2018
4572b84 to
eb7e2caComparematthiaskrgr
commented
Aug 23, 2018
I updated again, should get rls to the same state as #53638 |
eb7e2ca to
ba71a79Comparenrc
commented
Aug 23, 2018
@bors: r+ p=10 |
bors
commented
Aug 23, 2018
📌 Commit ba71a79c36edfdd16ce5d6a8b5d0b5fe2de4182d has been approved by |
rust-highfive
commented
Aug 23, 2018
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
493a5caComparenrc
commented
Aug 23, 2018
@bors: r+ |
bors
commented
Aug 23, 2018
📌 Commit 493a5ca34a0dfbb2f7832b2265f55b5027c80277 has been approved by |
493a5ca to
6c034faComparematthiaskrgr
commented
Aug 24, 2018
Fixed via rust-lang/rls#1010 and rebased. |
kennytm
commented
Aug 24, 2018
@matthiaskrgr how about |
matthiaskrgr
commented
Aug 24, 2018
@kennytm I can't reproduce this one locally anymore, I tried: but all passed. |
kennytm
commented
Aug 24, 2018
Let's see what bors think then. @bors r=nrc |
bors
commented
Aug 24, 2018
📌 Commit 6c034fa has been approved by |
bors
commented
Aug 24, 2018
⌛ Testing commit 6c034fa with merge e2b95da305eb10849938f27f7e3d78d2fa172676... |
bors
commented
Aug 24, 2018
💔 Test failed - status-appveyor |
kennytm
commented
Aug 24, 2018
Looks like the error is only reproducible on Windows. |
matthiaskrgr
commented
Aug 24, 2018
Ok, then there is nothing I can do about it since I don't have a windows machine. |
Xanewok
commented
Aug 24, 2018
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.
Xanewok
commented
Aug 24, 2018
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.