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

Unified Diff: pkg/dartino_compiler/lib/src/diagnostic.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/diagnostic.dart
diff --git a/pkg/fletchc/lib/src/diagnostic.dart b/pkg/dartino_compiler/lib/src/diagnostic.dart
similarity index 98%
rename from pkg/fletchc/lib/src/diagnostic.dart
rename to pkg/dartino_compiler/lib/src/diagnostic.dart
index 61b0e3beab0e7c674781bc7ee142e754db36cc5d..a8630bb912b40e856366d095357bf1338a415e68 100644
--- a/pkg/fletchc/lib/src/diagnostic.dart
+++ b/pkg/dartino_compiler/lib/src/diagnostic.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.diagnostic;
+library dartino_compiler.diagnostic;
import 'messages.dart' show
DiagnosticKind,
@@ -188,7 +188,7 @@ class InputError {
/// Throw an internal error that will be recorded as a compiler crash.
///
/// In general, assume, no matter how unlikely, that [message] may be read by a
-/// user (that is, a developer using Fletch). For this reason, try to:
+/// user (that is, a developer using Dartino). For this reason, try to:
///
/// * Avoid phrases that can be interpreted as blaming the user (all error
/// messages should state what is wrong, in a way that doesn't assign blame).
« no previous file with comments | « pkg/dartino_compiler/lib/src/device_type.dart ('k') | pkg/dartino_compiler/lib/src/dynamic_call_enqueuer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698