-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 #53701
Update RLS #53701
Conversation
|
@bors r+ p=79 |
📌 Commit 0741ed8a08eb7b3290522ff44842bab1dda38a92 has been approved by |
⌛ Testing commit 0741ed8a08eb7b3290522ff44842bab1dda38a92 with merge 2d1d3ccb2d5a820db27cdb670ed6f1eff29b4729... |
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
Please exempt (cc serde-rs/json#474) |
This fixes 'cannot find macro `json_internal!` in this scope' RLS compilation error in Rust CI, presumably due to a local macro fix in serde_json 1.0.25 (serde-rs/json@e40cbad)
@kennytm done. |
@bors r+ |
📌 Commit 3a17cf7 has been approved by |
✌️ @Xanewok can now approve this pull request |
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.
☀️ Test successful - status-appveyor, status-travis |
Tested on commit rust-lang/rust@39e6ba8. Direct link to PR: <rust-lang/rust#53701> 🎉 rls on windows: build-fail → test-pass. 🎉 rls on linux: build-fail → test-pass.
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.