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

Unified Diff: lib/devc.dart

Issue 967933005: rename ddc -> dev_compiler, fixes #84 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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 | « lib/config.dart ('k') | lib/runtime/dart_logging_runtime.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/devc.dart
diff --git a/lib/devc.dart b/lib/devc.dart
index 6c28d6412a562de061b1d15bd4581c5f7afc4d67..0e8e005ad9f56c1659d14950d31f5c731b62fc2e 100644
--- a/lib/devc.dart
+++ b/lib/devc.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
/// Command line tool to run the checker on a Dart program.
-library ddc.devc;
+library dev_compiler.devc;
import 'dart:async';
import 'dart:convert';
@@ -169,5 +169,5 @@ CheckerResults _compileDart(
return new CheckerResults(libraries, rules, failure || options.forceCompile);
}
-final _log = new Logger('ddc');
+final _log = new Logger('dev_compiler');
final _earlyErrorResult = new CheckerResults(const [], null, true);
« no previous file with comments | « lib/config.dart ('k') | lib/runtime/dart_logging_runtime.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698