Migration: clarify the "unmigrated dependencies" warning text.

The old phrasing was confusing because it was unclear which libraries
were being referred to.

Bug: https://github.com/dart-lang/sdk/issues/44061
Change-Id: Id68f28fcd8ba5a80763e7bf86d6774289701d381
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170841
Auto-Submit: Paul Berry <paulberry@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
This commit is contained in:
Paul Berry 2020-11-08 17:00:17 +00:00 committed by commit-bot@chromium.org
parent beb56d51f6
commit 9b4cbf46b8

View file

@ -18,7 +18,8 @@ const String unmigratedDependenciesWarning = '''
Warning: package has unmigrated dependencies.
Continuing due to the presence of `$_skipImportCheckFlag`. To see a complete
list of these libraries, re-run without the `$_skipImportCheckFlag` flag.
list of the unmigrated dependencies, re-run without the `$_skipImportCheckFlag`
flag.
''';
String unmigratedDependenciesError(List<String> uris) => '''