-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Add an alias from cargo x
to cargo run --
in .cargo/config.toml
.
#95858
Comments
@rustbot label +E-easy +E-help-wanted |
@rustbot claim |
@Mark-Simulacrum: #95980 (comment)
Hmm, that's fair - I would like to eventually have the entrypoint be I am also happy to run a mini user survey in Zulip / the community discord; I think it will be good to learn what entrypoints people expect, even if the decision is not actually a democratic process. (update: done and done)
👍
That makes sense to me, but if we're avoiding changes to .cargo/config in rustbuild, we should also avoid them in bootstrap.py - it's very strange to me that bootstrap.py tries to guess whether you'd like vendoring or not and set that it up itself, IMO the user should have to configure that, which is closer to a normal cargo workflow. If we really want to support autoconfiguring vendoring, we should have that as part of
I don't really want to pursue that, especially since the cargo team is short on review time lately. I'd rather get |
I actually think the current situation is largely fine, FWIW. But I may be too used to the status quo -- I did have to explain how to do the build to someone in a PR recently, I assume they were trying |
Some good points brought up by various people:
|
The conclusion from that survey is we're going to use |
This helps with #94829 by making it more visually similar to the existing
src/tools/x
command.Originally posted by @bjorn3 in #95854 (comment)
@rustbot label +S-tracking-design-concerns
The text was updated successfully, but these errors were encountered: