Skip to content

Conversation

Xanewok
Copy link
Contributor

@Xanewok Xanewok commented 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.

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

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
@rust-highfive
Copy link
Contributor

⚠️ 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 12, 2019
@Mark-Simulacrum
Copy link
Member

@bors r+ p=1

@bors
Copy link
Collaborator

bors commented Aug 12, 2019

📌 Commit 5124f34 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 12, 2019
@Xanewok
Copy link
Contributor Author

Xanewok commented Aug 13, 2019

This doesn't update Cargo.toml and is a small and safe update, so I'd say it's also safe to...

@bors rollup

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
@Centril
Copy link
Contributor

Centril commented Aug 16, 2019

@bors rollup-

@bors
Copy link
Collaborator

bors commented Aug 17, 2019

⌛ Testing commit 5124f34 with merge e910be8...

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
@bors
Copy link
Collaborator

bors commented Aug 17, 2019

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

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Aug 17, 2019
@bors bors merged commit 5124f34 into rust-lang:master Aug 17, 2019
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.

5 participants