Consider defaulting to --suppress-fe-warnings
with pub run
#51033
Labels
area-dart-cli
Use area-dart-cli for issues related to the 'dart' command like tool.
See discussion at #34137 (comment)
Assuming the default remains to print frontend warnings on startup we may want to alway suppress them with
pub run
andpub global run
- including in the shell script created to execute the entrypoint withoutpub
. The reasoning is that the user who activated a package and is running withpub
is the least likely to be the developer and the least likely to be able to take action on the warnings.As is this is an edge case - fe warnings only come in to play when running from source which is not the common pattern. dart-lang/pub#1683 would tip the scales though.
The text was updated successfully, but these errors were encountered: