Index: pkg/front_end/messages.yaml |
diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml |
index 34277b036a3cb5760ce8285d1822906eb4a6889b..d1686fb8230a70d16fd0fc84ff5deed3addef30d 100644 |
--- a/pkg/front_end/messages.yaml |
+++ b/pkg/front_end/messages.yaml |
@@ -628,7 +628,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." |
@@ -881,7 +881,11 @@ CannotReadPackagesFile: |
template: "Unable to read '.packages' file:\n #string." |
CantInferPackagesFromManyInputs: |
- template: "Cannot infer a .packages file when compiling multiple inputs." |
+ template: "Can't infer a .packages file when compiling multiple inputs." |
+ tip: "Try specifying the file explicitly with the --packages option." |
+ |
+CantInferPackagesFromPackageUri: |
+ template: "Can't infer a .packages file from an input 'package:*' URI." |
tip: "Try specifying the file explicitly with the --packages option." |
PackageNotFound: |