-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Reduce --verbose
output of --check-cfg
args
#13941
Comments
I have a local branch where I experimented with hiding/grouping those
With my local branch:
|
In general I would agree. However, if Cc @weihanglo |
That is a problem I have with verbosity in general: everyone wants a different piece of information and showing for one user can overwhelm and hide the information another user wants. Thats why for rebuild information, #2904 is likely a better route. btw there is a purist aspect of me that is hesitant about hiding parts of the command line. |
(fwi, my local branch actually uses an argfile for all |
--check-cfg
args--verbose
output of --check-cfg
args
Problem
Some crates have a lot of custom cfgs and they can take quite a lot of place in the logs output. For some crates they can easily dominate the output of
check -v
.Reported in rust-lang/rust#125351 (comment) and rust-lang/rust#124740 (comment)
Proposed Solution
Use dedicated argument file to pass of the
--check-cfg
arguments at once.Notes
No response
The text was updated successfully, but these errors were encountered: