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

Unified Diff: pkg/front_end/messages.yaml

Issue 2980033004: Throw if there is no compiler context available (Closed)
Patch Set: cl comments, handle validate and deprecated_InputError 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/testing/kernel_chain.dart ('k') | pkg/front_end/test/fasta/shaker_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 30ad9b2d6018968a9644ec0929a2c10e2d4b3a1a..a6f92a6aca41e268d614d413c68135b0e5c48146 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -628,6 +628,10 @@ InternalProblemAlreadyInitialized:
InternalProblemBodyOnAbstractMethod:
template: "Attempting to set body on abstract method."
+InternalProblemMissingContext:
+ template: "Compiler cannot run without a compiler context."
+ tip: "Are calls to the compiler wrapped in CompilerContext.withGlobalOptions?"
+
InternalVerificationError:
template: "Verification of the generated program failed: #string."
« no previous file with comments | « pkg/front_end/lib/src/fasta/testing/kernel_chain.dart ('k') | pkg/front_end/test/fasta/shaker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698