-
Notifications
You must be signed in to change notification settings - Fork 366
Closed
Labels
Description
Most users only have the capacity to fix deprecation warnings in their own code, but they may end up using libraries that have their own deprecation warnings. We should add a --quiet-upstream
flag (and similar flags for the Dart and JS APIs) to silence deprecation warnings emitted by upstream libraries (that is, libraries loaded through load paths and package:
URLs).
I think this flag should probably not silence warnings due to @warn
, since libraries frequently use those to indicate that downstream users are using the library in an invalid or deprecated way.
MaxGenash, tve, C2H6-383, ninofiliu, tedw and 8 more