-
Notifications
You must be signed in to change notification settings - Fork 892
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
Correct "toolchain list" command verbose option #2084
Correct "toolchain list" command verbose option #2084
Conversation
You have some strange indentation which needs fixing in your test. |
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.
Not bad at all for a first pass. Please simplify as directed and undo one of your changes, and ensure that the code is properly formatted so it passes the CI.
This is a distinct improvement in output.
e1a6837
to
5b75969
Compare
@kinnison, updated per suggestions, ready for your next convenience to review again. Thanks! |
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.
This is looking very good, but I had an idea about linked toolchains (see comments)
5b75969
to
f8f8f21
Compare
Greeting, @kinnison! Sorry about the delay. Been under the "water" w. life & work in last couple of days, but now I'm back and pushed an update to the PR. Like your suggestion of symlink a lot to take the feature further! Updated the feature & added suggested test. Also updated to use Ready for your next convenience to review again. Thanks! |
f8f8f21
to
05d3413
Compare
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.
Almost there, one little bogon to resolve...
e0b797f
to
571fffb
Compare
@kinnison, updated to address the bogon, :) Thanks. |
Correct the
verbose
(orv
) option oftoolchain list
to display full path of toolchains. Updated tests.current observation - only displays user's rustup directory
fixed version