-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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
Update RLS and deps #43611
Conversation
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())) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
100 chars 😐
r? @eddyb |
@bors r+ |
📌 Commit f055333 has been approved by |
⌛ Testing commit f055333ee25046f8f2e6c3e1958580cacef85fb2 with merge cd2a1e9fa2cc38472d8bca5b8b0207831d185a0b... |
💔 Test failed - status-travis |
@bors: r=eddyb |
📌 Commit 2683ba6 has been approved by |
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).
☀️ Test successful - status-appveyor, status-travis |
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).