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
[messages] Remove hacks that allowed for non-existent file.
Removes the following hacks:
- The `allowNonExistent` parameter from `_loadCfeStyleMessages`.
- The `!file.existsSync()` check from `messages_suite.dart`.
These were temporary hacks to allow code generation (and presubmits,
respectively) to succeed during the transition period before
`pkg/_fe_analyzer_shared/messages.yaml` was introduced.
Now that `pkg/_fe_analyzer_shared/messages.yaml` is present, the hacks
are no longer needed.
Change-Id: I6a6a69642565a8278a94b61912308bfdcbd04d50
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/448661
Commit-Queue: Paul Berry <[email protected]>
Reviewed-by: Johnni Winther <[email protected]>
0 commit comments