Skip to content

Clarify the relationship between extended and tools in config.toml - #68127

Merged
bors merged 1 commit into
rust-lang:masterfrom
varkor:clarify-extended-option
Jan 14, 2020
Merged

Clarify the relationship between extended and tools in config.toml#68127
bors merged 1 commit into
rust-lang:masterfrom
varkor:clarify-extended-option

Conversation

@varkor

Copy link
Copy Markdown
Contributor

I.e. tools is only effective if extended = true. Alternatively, we could make tools = [] by default and remove extended (although we'd want to list the possible options), but improving the description seems sufficient to solve the issue.

Fixes#61194.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @alexcrichton

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

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 11, 2020
@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+ rollup

@bors

bors commented Jan 13, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 9ef4fd7 has been approved by alexcrichton

@borsbors 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 Jan 13, 2020
JohnTitor added a commit to JohnTitor/rust that referenced this pull request Jan 14, 2020
…lexcrichton
Clarify the relationship between `extended` and `tools` in `config.toml`
I.e. `tools` is only effective if `extended = true`. Alternatively, we could make `tools = []` by default and remove `extended` (although we'd want to list the possible options), but improving the description seems sufficient to solve the issue.
Fixesrust-lang#61194.
@JohnTitorJohnTitor mentioned this pull request Jan 14, 2020
bors added a commit that referenced this pull request Jan 14, 2020
Rollup of 10 pull requests
Successful merges:
- #67854 (Use `report_in_external_macro` for internal lints)
- #67989 (rustdoc: Don't allow `#![feature(...)]` on stable or beta)
- #68036 (libterm: parse extended terminfo format)
- #68127 (Clarify the relationship between `extended` and `tools` in `config.toml`)
- #68143 (Forbid elided lifetimes within const generic parameter types)
- #68150 (Document behavior of set_nonblocking on UnixListener)
- #68166 (rustdoc: HTML escape arrows on help popup)
- #68176 (Clean up err codes)
- #68179 (Remove unneeded scope)
- #68188 (Tweak assertion note in format check)
Failed merges:
r? @ghost
@bors
bors merged commit 9ef4fd7 into rust-lang:masterJan 14, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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.

extended=false results in tools=["src","rls","clippy"] to be completely ignored

4 participants

@varkor@rust-highfive@alexcrichton@bors