about summary refs log tree commit diff stats
path: root/edit/011-errors.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-27 09:23:20 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-27 09:23:20 -0700
commit72855698f5ef082b89c2a53b435c4b31495da277 (patch)
tree2006b93677f9b7cee584c219075d026ed686bfab /edit/011-errors.mu
parent91f220ae692490ab182bf493857e912c4a977cf4 (diff)
downloadmu-72855698f5ef082b89c2a53b435c4b31495da277.tar.gz
3599
Diffstat (limited to 'edit/011-errors.mu')
-rw-r--r--edit/011-errors.mu6
1 files changed, 4 insertions, 2 deletions
diff --git a/edit/011-errors.mu b/edit/011-errors.mu
index 23c2c172..b48cd5fa 100644
--- a/edit/011-errors.mu
+++ b/edit/011-errors.mu
@@ -486,7 +486,8 @@ recipe foo [
     .  local-scope                                     ┊                                                 .
     .  x:num <- copy y:num                             ┊                                                 .
     .]                                                 ┊                                                 .
-    .foo: use before set: 'y'                          ┊                                                 .
+    .foo: tried to read ingredient 'y' in 'x:num <- co↩┊                                                 .
+    .py y:num' but it hasn't been written to yet       ┊                                                 .
     .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊                                                 .
     .                                                  ┊                                                 .
   ]
@@ -504,7 +505,8 @@ recipe foo [
     .  local-scope                                     ┊                                                 .
     .  x:num <- copy y:num                             ┊                                                 .
     .]                                                 ┊                                                 .
-    .foo: use before set: 'y'                          ┊                                                 .
+    .foo: tried to read ingredient 'y' in 'x:num <- co↩┊                                                 .
+    .py y:num' but it hasn't been written to yet       ┊                                                 .
     .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊                                                 .
     .                                                  ┊                                                 .
   ]