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

Unified Diff: pkg/front_end/messages.yaml

Issue 2982093003: Unifying compiler context (Closed)
Patch Set: 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 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'."

Powered by Google App Engine
This is Rietveld 408576698