Skip to content
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

Consider appending to CLI list arguments rather than overwriting #59219

Open
tmandry opened this issue Mar 15, 2019 · 1 comment
Open

Consider appending to CLI list arguments rather than overwriting #59219

tmandry opened this issue Mar 15, 2019 · 1 comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@tmandry
Copy link
Member

tmandry commented Mar 15, 2019

Right now with (at least) -C and -Z command line arguments that are lists, specifying the argument multiple times overwrites the earlier options. It probably would be more logical to append to that list, but this may be a breaking change for stable flags.

@Centril Centril added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Mar 16, 2019
@eddyb
Copy link
Member

eddyb commented Mar 18, 2019

cc @rust-lang/compiler

@Enselic Enselic added the C-enhancement Category: An issue proposing an enhancement or a PR with one. label Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants