about summary refs log tree commit diff stats
path: root/sandbox
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-09 16:49:09 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-09 16:49:09 -0700
commit5f52da4aeeccd949d31b3bae9e5510b521fb173d (patch)
tree5f553f06d54260cd04be3b0790f3f84edd088eec /sandbox
parent538831ed8a41bdf76684dda1cfc645a26788b288 (diff)
downloadmu-5f52da4aeeccd949d31b3bae9e5510b521fb173d.tar.gz
2267
Introducing a new 'newlayer' tag like 'todo', to record places where a
nascent new layer might be starting to bud off.
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/005-sandbox.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/005-sandbox.mu b/sandbox/005-sandbox.mu
index cc21a284..ddfbef31 100644
--- a/sandbox/005-sandbox.mu
+++ b/sandbox/005-sandbox.mu
@@ -160,7 +160,7 @@ recipe update-recipes [
   local-scope
   env:address:programming-environment-data <- next-ingredient
   screen:address <- next-ingredient
-  in:address:array:character <- restore [recipes.mu]
+  in:address:array:character <- restore [recipes.mu]  # newlayer: persistence
   reload in
   reply 0/no-errors-found, env/same-as-ingredient:0, screen/same-as-ingredient:1
 ]