You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the field `GeneratedDiagnosticClassInfo.package`, and its
associated enum type (`AnalyzerDiagnosticPackage`), which describes
which package an analyzer diagnostic code is being generated for
(analyzer, analysis_server, or linter).
This field is used to determine which analyzer messages should be
included in the `diagnosticCodeValues` list; the only messages that
should be included are those generated for the `analyzer` package.
Eventually each of these three packages will have its own
`diagnsticCodeValues` list.
With this change, the field
`GeneratedDiagnosticClassInfo.includeInDiagnosticCodeValues` is no
longer needed.
Change-Id: I6a6a69641591d0f25029490ced3e772b90c056c2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/458380
Reviewed-by: Konstantin Shcheglov <[email protected]>
Commit-Queue: Paul Berry <[email protected]>
0 commit comments