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

Unified Diff: pkg/dartino_compiler/lib/src/enqueuer_mixin.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/enqueuer_mixin.dart
diff --git a/pkg/fletchc/lib/src/enqueuer_mixin.dart b/pkg/dartino_compiler/lib/src/enqueuer_mixin.dart
similarity index 98%
rename from pkg/fletchc/lib/src/enqueuer_mixin.dart
rename to pkg/dartino_compiler/lib/src/enqueuer_mixin.dart
index e0bbd408cbba85d0bd240e38825c47bda33bd40d..b2ccbe79e5904ac775e65596cdee5be1ded0ed8d 100644
--- a/pkg/fletchc/lib/src/enqueuer_mixin.dart
+++ b/pkg/dartino_compiler/lib/src/enqueuer_mixin.dart
@@ -2,9 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-// TODO(ahe): Get rid of this file. Perhaps by having [FletchEnqueuer] extend
+// TODO(ahe): Get rid of this file. Perhaps by having [DartinoEnqueuer] extend
// [CodegenEnqueuer].
-part of fletchc.fletch_enqueuer;
+part of dartino_compiler.dartino_enqueuer;
get notImplemented => throw "not implemented";
« no previous file with comments | « pkg/dartino_compiler/lib/src/dynamic_call_enqueuer.dart ('k') | pkg/dartino_compiler/lib/src/find_position_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698