-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-languageDart language related items (some items might be better tracked at github.com/dart-lang/language).Dart language related items (some items might be better tracked at github.com/dart-lang/language).type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
Dart doesn't have a way to silence individual warning types. Perhaps if we had that ability, we wouldn't need this request. So maybe I should be filing a "allow someone to opt-out of certain warnings." :) In the meantime...
It is possible to import two anonymous/unnamed libraries into the same app. However, a developer will see a warning when this happens. Because the program starts, compiles, and runs just fine, the warning feels too oppressive/noisy.
This warning feels more like a hint or a lint rule, less like a "your program might break if you don't take care of this".
Metadata
Metadata
Assignees
Labels
area-languageDart language related items (some items might be better tracked at github.com/dart-lang/language).Dart language related items (some items might be better tracked at github.com/dart-lang/language).type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug