-
Notifications
You must be signed in to change notification settings - Fork 954
"missing installed component" error should be translated through renames #2440
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
Comments
Well spotted. This should definitely be fixed otherwise users may get confused. |
This ought to be fairly straightforward to correct. I'd be happy to discuss it either here or on Discord with anyone interested in attempting a fix. |
We should probably fix the stringification stuff for these types so that it is fixed systematically. |
IIRC the component doesn't have back-references to its manifest which is needed for renaming. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This bug describes how the message that is output should be translated to deal with the metadata in the publication process that deal with publishing it on the web. Your question/error is something to do with the installation process, and entirely unrelated to this bug, other than that the same message which is being discussed is output in both cases. Please follow the request and open a new ticket, it was made in good faith. |
As documented, component names passed to
rustup component add
are translated through therenames
table, and component names inrustup component list
are translated backwards throughrenames
. However, when rustup skips a nightly version because it doesn't have an installed component, the error message gives the "preview" component name, and doesn't translate backwards throughrenames
:rustup --version
:rustup 1.22.1 (b01adbbc3 2020-07-08)
rustup show
:The text was updated successfully, but these errors were encountered: