Skip to content

Update RLS and deps #43611

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

Merged
merged 4 commits into from
Aug 3, 2017
Merged

Update RLS and deps #43611

merged 4 commits into from
Aug 3, 2017

Conversation

nrc
Copy link
Member

@nrc nrc commented Aug 2, 2017

This PR further moves towards configuring save-analysis using the rls-data Config struct. We remove completely the concept of api_crate. Updates the RLS so the client is expecting these changes and which pulls in a commit re-enabling all RLS tests (been disabled due to a span error for a while).

@rust-highfive
Copy link
Contributor

r? @arielb1

(rust_highfive has picked a reviewer for you, use r? to override)

.unwrap_or(i.to_string()))
.filter_map(|(i, f)| {
if include_priv_fields || f.vis == ast::Visibility::Public {
f.ident.map(|i| i.to_string()).or_else(|| Some(i.to_string()))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

100 chars 😐

@nrc
Copy link
Member Author

nrc commented Aug 3, 2017

r? @eddyb

@rust-highfive rust-highfive assigned eddyb and unassigned arielb1 Aug 3, 2017
@eddyb
Copy link
Member

eddyb commented Aug 3, 2017

@bors r+

@bors
Copy link
Collaborator

bors commented Aug 3, 2017

📌 Commit f055333 has been approved by eddyb

@bors
Copy link
Collaborator

bors commented Aug 3, 2017

⌛ Testing commit f055333ee25046f8f2e6c3e1958580cacef85fb2 with merge cd2a1e9fa2cc38472d8bca5b8b0207831d185a0b...

@bors
Copy link
Collaborator

bors commented Aug 3, 2017

💔 Test failed - status-travis

@nrc
Copy link
Member Author

nrc commented Aug 3, 2017

@bors: r=eddyb

@bors
Copy link
Collaborator

bors commented Aug 3, 2017

📌 Commit 2683ba6 has been approved by eddyb

@bors
Copy link
Collaborator

bors commented Aug 3, 2017

⌛ Testing commit 2683ba6 with merge b0424b5...

bors added a commit that referenced this pull request Aug 3, 2017
Update RLS and deps

This PR further moves towards configuring save-analysis using the rls-data Config struct. We remove completely the concept of api_crate. Updates the RLS so the client is expecting these changes and which pulls in a commit re-enabling all RLS tests (been disabled due to a span error for a while).
@bors
Copy link
Collaborator

bors commented Aug 3, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: eddyb
Pushing b0424b5 to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants