Chromium Code Reviews| Index: pkg/front_end/messages.yaml |
| diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml |
| index a6f92a6aca41e268d614d413c68135b0e5c48146..b069cb0a52c62126e0488a8d34f49bba83aca7d5 100644 |
| --- a/pkg/front_end/messages.yaml |
| +++ b/pkg/front_end/messages.yaml |
| @@ -630,7 +630,7 @@ InternalProblemBodyOnAbstractMethod: |
| InternalProblemMissingContext: |
| template: "Compiler cannot run without a compiler context." |
| - tip: "Are calls to the compiler wrapped in CompilerContext.withGlobalOptions?" |
| + tip: "Are calls to the compiler wrapped in CompilerContext.runInContext?" |
| InternalVerificationError: |
| template: "Verification of the generated program failed: #string." |
| @@ -874,6 +874,10 @@ CantInferPackagesFromManyInputs: |
| template: "Cannot infer a .packages file when compiling multiple inputs." |
| tip: "Try specifying the file explicitly with the --packages option." |
| +CantInferPackagesFromPackageUri: |
| + template: "Cannot infer a .packages file from an input `package:*` URI." |
|
ahe
2017/07/18 16:54:37
Suggestion:
Can't infer a '.packages' file from '
Siggi Cherem (dart-lang)
2017/07/18 22:50:44
I decided to keep the original phrasing because I
|
| + tip: "Try specifying the file explicitly with the --packages option." |
| + |
| PackageNotFound: |
| template: "Could not resolve the package '#name' in '#uri'." |