Merged
Conversation
Contributor
|
Member
|
@bors r+ p=79 |
Collaborator
|
📌 Commit 0741ed8a08eb7b3290522ff44842bab1dda38a92 has been approved by |
Collaborator
|
⌛ Testing commit 0741ed8a08eb7b3290522ff44842bab1dda38a92 with merge 2d1d3ccb2d5a820db27cdb670ed6f1eff29b4729... |
Collaborator
|
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
Member
|
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)
Contributor
Author
|
@kennytm done. |
Member
|
@bors r+ |
Collaborator
|
📌 Commit 3a17cf7 has been approved by |
Member
Collaborator
|
✌️ @Xanewok can now approve this pull request |
Collaborator
bors
added a commit
that referenced
this pull request
Aug 25, 2018
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.
Collaborator
|
☀️ Test successful - status-appveyor, status-travis |
Contributor
rust-highfive
added a commit
to rust-lang-nursery/rust-toolstate
that referenced
this pull request
Aug 25, 2018
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.
This was referenced Aug 25, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continuation of #53610.
Workspaces are tricky - the
json_internalproblem 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.