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

Unified Diff: pkg/front_end/lib/src/fasta/fasta_codes_generated.dart

Issue 2982093003: Unifying compiler context (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/lib/src/fasta/fasta_codes_generated.dart
diff --git a/pkg/front_end/lib/src/fasta/fasta_codes_generated.dart b/pkg/front_end/lib/src/fasta/fasta_codes_generated.dart
index ba010d8d801df7528fd8f72882f7cbeb77686bac..8b69d611cbe5beb70c206cc57c5b616438200706 100644
--- a/pkg/front_end/lib/src/fasta/fasta_codes_generated.dart
+++ b/pkg/front_end/lib/src/fasta/fasta_codes_generated.dart
@@ -212,6 +212,17 @@ const MessageCode messageCantInferPackagesFromManyInputs = const MessageCode(
r"""Cannot infer a .packages file when compiling multiple inputs.""",
tip: r"""Try specifying the file explicitly with the --packages option.""");
+// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
+const Code<Null> codeCantInferPackagesFromPackageUri =
+ messageCantInferPackagesFromPackageUri;
+
+// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
+const MessageCode messageCantInferPackagesFromPackageUri = const MessageCode(
+ "CantInferPackagesFromPackageUri",
+ message:
+ r"""Cannot infer a .packages file from an input `package:*` URI.""",
+ tip: r"""Try specifying the file explicitly with the --packages option.""");
+
// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
const Code<Null> codeCatchSyntax = messageCatchSyntax;
@@ -1394,7 +1405,7 @@ const MessageCode messageInternalProblemMissingContext = const MessageCode(
"InternalProblemMissingContext",
message: r"""Compiler cannot run without a compiler context.""",
tip:
- r"""Are calls to the compiler wrapped in CompilerContext.withGlobalOptions?""");
+ r"""Are calls to the compiler wrapped in CompilerContext.runInContext?""");
// DO NOT EDIT. THIS FILE IS GENERATED. SEE TOP OF FILE.
const Template<Message Function(String name)> templateInternalProblemNotFound =

Powered by Google App Engine
This is Rietveld 408576698