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

Unified Diff: pkg/dartino_compiler/lib/src/console_print.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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/dartino_compiler/lib/src/console_print.dart
diff --git a/pkg/fletchc/lib/src/console_print.dart b/pkg/dartino_compiler/lib/src/console_print.dart
similarity index 95%
rename from pkg/fletchc/lib/src/console_print.dart
rename to pkg/dartino_compiler/lib/src/console_print.dart
index 65e5c85d0b0c18690ba36e1d663cb5c92feb6e48..3710788e24babf027e775241704976288feb6662 100644
--- a/pkg/fletchc/lib/src/console_print.dart
+++ b/pkg/dartino_compiler/lib/src/console_print.dart
@@ -5,7 +5,7 @@
// TODO(ahe): We should have a more general logging facility.
// We currently print directly to stdout (via Zone.ROOT.print) and assume that
// stdout of this process is piped to a log file.
-library fletchc.console_print;
+library dartino_compiler.console_print;
import 'dart:async' show
Zone;
« no previous file with comments | « pkg/dartino_compiler/lib/src/codegen_visitor.dart ('k') | pkg/dartino_compiler/lib/src/constructor_codegen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698