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

Unified Diff: pkg/dartino_compiler/lib/generate_bytecodes.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
« no previous file with comments | « pkg/dartino_compiler/lib/debug_state.dart ('k') | pkg/dartino_compiler/lib/generated_bytecodes.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dartino_compiler/lib/generate_bytecodes.dart
diff --git a/pkg/fletchc/lib/generate_bytecodes.dart b/pkg/dartino_compiler/lib/generate_bytecodes.dart
similarity index 99%
rename from pkg/fletchc/lib/generate_bytecodes.dart
rename to pkg/dartino_compiler/lib/generate_bytecodes.dart
index c3423b162ea461df4f378588f3dfe31015ff972b..47054d9092d507358462ce2b5e31f4d0978fdce5 100644
--- a/pkg/fletchc/lib/generate_bytecodes.dart
+++ b/pkg/dartino_compiler/lib/generate_bytecodes.dart
@@ -10,7 +10,7 @@ main() {
// WARNING: Generated file, do not edit!
-part of fletch.bytecodes;
+part of dartino.bytecodes;
""");
print("enum Opcode {");
« no previous file with comments | « pkg/dartino_compiler/lib/debug_state.dart ('k') | pkg/dartino_compiler/lib/generated_bytecodes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698