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

Unified Diff: pkg/front_end/messages.yaml

Issue 2980033004: Throw if there is no compiler context available (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 30ad9b2d6018968a9644ec0929a2c10e2d4b3a1a..89909072358733ad297239151f38c65e3cb4e596 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: "Wrap calls to the compiler in a zone with a compiler context."
ahe 2017/07/17 08:42:07 This sounds like an order (which is impolite). Als
Siggi Cherem (dart-lang) 2017/07/17 20:18:38 Done.
+
InternalVerificationError:
template: "Verification of the generated program failed: #string."

Powered by Google App Engine
This is Rietveld 408576698