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

Unified Diff: pkg/front_end/messages.yaml

Issue 2980273002: Random improvements in error reporting. (Closed)
Patch Set: rebased 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
« no previous file with comments | « pkg/front_end/lib/src/fasta/problems.dart ('k') | pkg/front_end/test/kernel_generator_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/messages.yaml
diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml
index d1686fb8230a70d16fd0fc84ff5deed3addef30d..b0a3d1c618dcf5a985b8518df87e9c5d50f2c21c 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -630,6 +630,9 @@ InternalProblemMissingContext:
template: "Compiler cannot run without a compiler context."
tip: "Are calls to the compiler wrapped in CompilerContext.runInContext?"
+InternalProblemProvidedBothCompileSdkAndSdkSummary:
+ template: "The compileSdk and sdkSummary options are mutually exclusive"
+
InternalVerificationError:
template: "Verification of the generated program failed: #string."
@@ -812,13 +815,13 @@ MissingInput:
template: "No input file provided to the compiler."
InputFileNotFound:
- template: "Input file not found: #string."
+ template: "Input file not found: #uri."
SdkRootNotFound:
- template: "SDK root directory not found: #string."
+ template: "SDK root directory not found: #uri."
SdkSummaryNotFound:
- template: "SDK summary not found: #string."
+ template: "SDK summary not found: #uri."
ThisAccessInFieldInitializer:
template: "Can't access 'this' in a field initializer to read '#name'."
« no previous file with comments | « pkg/front_end/lib/src/fasta/problems.dart ('k') | pkg/front_end/test/kernel_generator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698