Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upWarn when tools are missing and allow to override #1337
Conversation
nrc
added some commits
Jan 5, 2018
nrc
force-pushed the
nrc:ui-missing-tool
branch
from
fba0f3e
to
514984b
Jan 11, 2018
This comment has been minimized.
This comment has been minimized.
|
Looks good to me! I think though that the added test may be failing? |
nrc
force-pushed the
nrc:ui-missing-tool
branch
from
28dd69d
to
dcf0f9d
Jan 14, 2018
This comment has been minimized.
This comment has been minimized.
|
OK, looks like we're passing tests now (I guess Travis is stuck or got bored or something). |
This comment has been minimized.
This comment has been minimized.
|
@bors: r+ |
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Jan 15, 2018
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
|
@bors: retry
…On Mon, Jan 15, 2018 at 7:07 PM, bors ***@***.***> wrote:
|
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Jan 16, 2018
This comment has been minimized.
This comment has been minimized.
|
|
bors
merged commit dcf0f9d
into
rust-lang:master
Jan 16, 2018
bors
referenced this pull request
Jan 16, 2018
Closed
[WIP] Add subcommand to check for available updates without updating #1271
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
nrc commentedJan 11, 2018
Closes #1277
Idea here is to not update if the RLS is missing (for example). There was actually functionality to do this already, but it was not catching the RLS and Rustfmt since they were missing in an unexpected way.
The second commit adds
rustup update --forceto update even if some components are missingr? @alexcrichton