Skip to content
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 #63472

Merged
merged 1 commit into from Aug 12, 2019
Merged

Update RLS #63472

merged 1 commit into from Aug 12, 2019

Conversation

Xanewok
Copy link
Member

@Xanewok Xanewok commented Aug 11, 2019

This update includes the ability to warn on deprecated config keys.
It's important to be able to warn the user whenever they're using
an old configuration rather than giving them a cryptic "unknown
configuration error"

cc rust-lang/vscode-rust#639

Since we removed a config value in the current nightly, it'd be
very good if this change can make also make it before cutting the
next release.

This update includes the ability to warn on deprecated config keys.
It's important to be able to warn the user whenever they're using
an old configuration rather than giving them a cryptic "unknown
configuration error"

cc rust-lang/vscode-rust#639

Since we removed a config value in the current nightly, it'd be
very good if this change can make also make it before cutting the
next release.
@rust-highfive
Copy link
Collaborator

r? @alexcrichton

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

@rust-highfive
Copy link
Collaborator

⚠️ Warning ⚠️

  • These commits modify submodules.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 11, 2019
@Mark-Simulacrum
Copy link
Member

@bors r+ p=1

r? @Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Aug 11, 2019

📌 Commit c8a2855 has been approved by Mark-Simulacrum

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 11, 2019
@bors
Copy link
Contributor

bors commented Aug 11, 2019

⌛ Testing commit c8a2855 with merge 899efd5...

bors added a commit that referenced this pull request Aug 11, 2019
Update RLS

This update includes the ability to warn on deprecated config keys.
It's important to be able to warn the user whenever they're using
an old configuration rather than giving them a cryptic "unknown
configuration error"

cc rust-lang/vscode-rust#639

Since we removed a config value in the current nightly, it'd be
very good if this change can make also make it before cutting the
next release.
@bors
Copy link
Contributor

bors commented Aug 12, 2019

☀️ Test successful - checks-azure
Approved by: Mark-Simulacrum
Pushing 899efd5 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Aug 12, 2019
@bors bors merged commit c8a2855 into rust-lang:master Aug 12, 2019
Xanewok added a commit to Xanewok/rust that referenced this pull request Aug 12, 2019
This fixes handling default configuration for the `crate_blacklist`
RLS configuration.

Technically this isn't needed, as the VS Code extension can be
configured to accept a predefined blacklist that's equal to the default
one but it's best that it also lands so that we don't need to work
around that.

cc rust-lang#63472
@Xanewok Xanewok mentioned this pull request Aug 12, 2019
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request Aug 14, 2019
Update RLS

This fixes handling default configuration for the `crate_blacklist`
RLS configuration.

Technically this isn't needed, as the VS Code extension can be
configured to accept a predefined blacklist that's equal to the default
one but it's best that it also lands so that we don't need to work
around that.

Without this, manually passing a `null` value as the configuration
unfortunately crashes the RLS. This is the last fix related to configuration.

cc rust-lang#63472

r? @Mark-Simulacrum
Centril added a commit to Centril/rust that referenced this pull request Aug 15, 2019
Update RLS

This fixes handling default configuration for the `crate_blacklist`
RLS configuration.

Technically this isn't needed, as the VS Code extension can be
configured to accept a predefined blacklist that's equal to the default
one but it's best that it also lands so that we don't need to work
around that.

Without this, manually passing a `null` value as the configuration
unfortunately crashes the RLS. This is the last fix related to configuration.

cc rust-lang#63472

r? @Mark-Simulacrum
bors added a commit that referenced this pull request Aug 17, 2019
Update RLS

This fixes handling default configuration for the `crate_blacklist`
RLS configuration.

Technically this isn't needed, as the VS Code extension can be
configured to accept a predefined blacklist that's equal to the default
one but it's best that it also lands so that we don't need to work
around that.

Without this, manually passing a `null` value as the configuration
unfortunately crashes the RLS. This is the last fix related to configuration.

cc #63472

r? @Mark-Simulacrum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants