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

Unified Diff: pkg/compiler/lib/src/inferrer/debug.dart

Issue 1498643002: Minor cleanup in inferrer folder (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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/compiler/lib/src/inferrer/closure_tracer.dart ('k') | pkg/compiler/lib/src/inferrer/list_tracer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/inferrer/debug.dart
diff --git a/runtime/observatory/lib/cli.dart b/pkg/compiler/lib/src/inferrer/debug.dart
similarity index 56%
copy from runtime/observatory/lib/cli.dart
copy to pkg/compiler/lib/src/inferrer/debug.dart
index 607c58a919685c7fca635c1bf5acb02543720582..502f966c6a90a3054caf071abb7e3d6b51309bbb 100644
--- a/runtime/observatory/lib/cli.dart
+++ b/pkg/compiler/lib/src/inferrer/debug.dart
@@ -2,8 +2,10 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library cli;
+/// Values used only for debugging type inference.
+library compiler.src.inferrer.debug;
-import 'dart:async';
+bool VERBOSE = false;
+bool PRINT_SUMMARY = false;
+final ANOMALY_WARN = false;
-part 'src/cli/command.dart';
« no previous file with comments | « pkg/compiler/lib/src/inferrer/closure_tracer.dart ('k') | pkg/compiler/lib/src/inferrer/list_tracer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698