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

Unified Diff: pkg/front_end/messages.yaml

Issue 2975823002: Remove all deprecated fasta message methods from analyzer. (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
« no previous file with comments | « pkg/front_end/lib/src/fasta/problems.dart ('k') | no next file » | 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 70a573e0dd052b2af81da76e2758f25aaf34c287..b747a0f11a8465ace8ef2a74b69e4584e2272f90 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -549,3 +549,15 @@ FastaUsageLong:
FastaCLIArgumentRequired:
template: "Expected value after '#name'."
+
+Unhandled:
+ template: "Unhandled: #string in #name."
+
+Unimplemented:
+ template: "Unimplemented: #string."
+
+Unexpected:
+ template: "Expected '#string', but got '#name'."
+
+Unsupported:
+ template: "Unsupported operation: '#name'."
« no previous file with comments | « pkg/front_end/lib/src/fasta/problems.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698