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
Changes the variables `analyzerMessages`, `feAnalyzerSharedMessages`,
`frontEndMessages`, and `lintMessages` from maps (keyed by analyzer
code or front end code) to lists. The map functionality is no longer
needed now that analyzer and front end codes are stored in the
`Message` objects, and maps are available in `diagnosticTables` for
looking up messages by name when needed.
Change-Id: I6a6a6964138f9bd17d3595b3ed8aaf4aadd9ecfd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/457540
Reviewed-by: Samuel Rawlins <[email protected]>
Reviewed-by: Johnni Winther <[email protected]>
Reviewed-by: Konstantin Shcheglov <[email protected]>
Commit-Queue: Paul Berry <[email protected]>
0 commit comments