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

Unified Diff: pkg/dartino_compiler/lib/vm_commands.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/vm_command_reader.dart ('k') | pkg/dartino_compiler/lib/vm_session.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dartino_compiler/lib/vm_commands.dart
diff --git a/pkg/fletchc/lib/vm_commands.dart b/pkg/dartino_compiler/lib/vm_commands.dart
similarity index 99%
rename from pkg/fletchc/lib/vm_commands.dart
rename to pkg/dartino_compiler/lib/vm_commands.dart
index 355b9ffa7d093feb236982b35f22c34623660b88..28e00be0ebffb7e6c221c9a5c81efb57d6613167 100644
--- a/pkg/fletchc/lib/vm_commands.dart
+++ b/pkg/dartino_compiler/lib/vm_commands.dart
@@ -2,7 +2,7 @@
// 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.
-library fletchc.vm_commands;
+library dartino_compiler.vm_commands;
import 'dart:convert' show
UTF8;
@@ -152,7 +152,7 @@ abstract class VmCommand {
/// If the number is unknown (e.g. one response determines whether more will
/// come) this will be `null`.
///
- /// Some of the [VmCommand]s will instruct the fletch-vm to continue running
+ /// Some of the [VmCommand]s will instruct the dartino-vm to continue running
/// the program. The response [VmCommand] can be one of
/// * ProcessBreakpoint
/// * ProcessTerminated
« no previous file with comments | « pkg/dartino_compiler/lib/vm_command_reader.dart ('k') | pkg/dartino_compiler/lib/vm_session.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698