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

Unified Diff: pkg/front_end/messages.yaml

Issue 2979003002: support resolving .packages in FE (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 a0b9dcd5d447f08e754c0f9cbd0cfda95c1fa469..d65942fc46a39fd320093beb880eb687dda9063b 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -790,6 +790,9 @@ MissingMain:
tip: "Try adding a method named 'main' to your program."
dart2jsCode: MISSING_MAIN
+MissingInputs:
+ template: "No input files provided to the compiler."
ahe 2017/07/14 13:44:58 files -> file.
Siggi Cherem (dart-lang) 2017/07/14 19:54:06 Done.
+
MissingInputFile:
template: "Input file not found: #string."
@@ -846,3 +849,6 @@ AccessError:
PreviousUseOfName:
template: "Previous use of '#name'."
+
+InvalidPackagesFile:
+ template: "Invalid .packages file '#uri':\n #string."
ahe 2017/07/14 13:44:58 Invalid is a word that we should avoid. How about:
Siggi Cherem (dart-lang) 2017/07/14 19:54:06 Done. However, now that I am catching the argument

Powered by Google App Engine
This is Rietveld 408576698