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

Unified Diff: pkg/front_end/tool/_fasta/log_collector.dart

Issue 2970273004: Deprecate all diagnostics methods that use strings. (Closed)
Patch Set: Merged with 4df146dd9a465d63344330bf3e45524b927c92ec 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/tool/_fasta/analyzer_compile.dart ('k') | pkg/kernel/test/closures_initializers/suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/tool/_fasta/log_collector.dart
diff --git a/pkg/front_end/tool/_fasta/log_collector.dart b/pkg/front_end/tool/_fasta/log_collector.dart
index 3e07606bd945600c89350db8312a9e483f4d4836..b9fa0f694a9cb74c51b8a7170d4a6a2ef4e94f55 100644
--- a/pkg/front_end/tool/_fasta/log_collector.dart
+++ b/pkg/front_end/tool/_fasta/log_collector.dart
@@ -8,7 +8,8 @@ import 'dart:isolate' show RawReceivePort;
import 'dart:io';
-import 'package:front_end/src/fasta/errors.dart' show defaultServerAddress;
+import 'package:front_end/src/fasta/deprecated_problems.dart'
+ show defaultServerAddress;
badRequest(HttpRequest request, int status, String message) {
request.response.statusCode = status;
« no previous file with comments | « pkg/front_end/tool/_fasta/analyzer_compile.dart ('k') | pkg/kernel/test/closures_initializers/suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698