about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-13 18:54:24 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-13 18:54:24 -0800
commit97c52ccea8cf4ca8b5a4e0c55c94a3894605cddf (patch)
tree30fce3c7c5db488c65a17ea7ddaa698bdd729a97
parent1f8713ebe813307ca62e3f9466244e9c7a71fa42 (diff)
downloadmu-97c52ccea8cf4ca8b5a4e0c55c94a3894605cddf.tar.gz
2434
-rw-r--r--sandbox/Readme.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/sandbox/Readme.md b/sandbox/Readme.md
index f2cb2fd9..5a6d6336 100644
--- a/sandbox/Readme.md
+++ b/sandbox/Readme.md
@@ -18,3 +18,7 @@ either side to run the sandbox.
 
 Known issues: you have to explicitly save inside your editor before hitting
 F4, unlike with 'mu edit'.
+
+One problem with a fork of the edit/ app is that many of the tests write to
+the same files under the .traces/ directory. I try to always commit the
+results of edit/ rather than the sandbox/ app, but I haven't been perfect.