--no-warnings
flag for build
, run
, test
#3932
Closed
EthanOlpin
started this conversation in
Ideas & suggestions
Replies: 1 comment 5 replies
-
Could you expand on the problem you're having with the warnings from your project being shown? Thanks! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During development it would be useful to have a flag for suppressing warnings. I'm not sure that this is a universal experience, but for me warnings often feel like noise in situations where I just want to observe behavior or make incremental changes and test in a short loop. Warnings about
todo
s, deprecations, and unused bindings are generally informing me about a loose end that I'm aware of but am not interesting in tying up right that second.Happy to create an issue for this but I'm unsure if this is controversial. I wasn't able to find any formal decisions around this topic, though there has been a small amount of discussion: e.g.
Beta Was this translation helpful? Give feedback.
All reactions