-
Notifications
You must be signed in to change notification settings - Fork 13.3k
is there a way to disable seeing warnings if there are errors blocking compilation? #80863
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
@alok it seems using |
You could also use |
i’m actually looking for the conditional behavior since it automates a common workflow: first make it work (no errors), then make it work well (no warnings). |
@alok you may be interested in https://github.com/Canop/bacon/ |
|
Whether or not warnings are printed should have nothing to do with whether you need to recompile smh |
You don't think that you might end up missing out on warning messages that actually explain the circumstances that lead to the error? Say, a warning on a likely-problematic declaration and an error on the attempt to use whatever was declared? |
Closing this as i'm not sure there's much to be done here in a way that doesn't have concerns and there are alternatives present as listed above. |
most of the time, if i have compile error(s), i want to see only that error. warnings take up my attention needlessly.
could this be a command line flag or an option to how error format is set now?
The text was updated successfully, but these errors were encountered: