Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: pkg/front_end/messages.yaml

Issue 2982093003: Unifying compiler context (Closed)
Patch Set: revert change to kernel-service.dart Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698