-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-plugintype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
(I don't think they are right now)
These are all situations in which I think an error should be printed (to stdout or stderr, whatever we already do), and exit with a non-zero exit:
- an exception that occurs while setting up the shared plugin entrypoint (like a
pub getfailure), - a malformed
pluginssection in analysis_options.yaml, - a plugin throws an exception while computing diagnostics,
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-plugintype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug