about summary refs log tree commit diff stats
path: root/edit
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-27 18:01:55 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-27 18:01:55 -0800
commite8ed8c612516fabc6fd34c358383cf5c6b060e3f (patch)
treee2b3d7e27e8890021e953b30cd5c34c91556cb3e /edit
parent7ee2a2ae8a0b2e1716b4499a36393469f4950644 (diff)
downloadmu-e8ed8c612516fabc6fd34c358383cf5c6b060e3f.tar.gz
2480
A long-standing question resolved: why specializations sometimes skipped
some names. Turns out cleanup is incomplete if Recipe_ordinal and Recipe
aren't exactly lined up with each other, and the early exit in
new_variant was breaking that constraint.
Diffstat (limited to 'edit')
-rw-r--r--edit/010-warnings.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit/010-warnings.mu b/edit/010-warnings.mu
index 4a04d73d..5e41cf12 100644
--- a/edit/010-warnings.mu
+++ b/edit/010-warnings.mu
@@ -173,7 +173,7 @@ z <- add x, [a]
     .local-scope                                       ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .load-ingredients                                  ┊                                                x.
     .z <- add x, [a]                                   ┊foo 2                                            .
-    .]                                                 ┊foo_3: 'add' requires number ingredients, but go↩.
+    .]                                                 ┊foo_2: 'add' requires number ingredients, but go↩.
     .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊t [a]                                            .
     .                                                  ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .                                                  ┊                                                 .
@@ -192,7 +192,7 @@ z <- add x, [a]
     .local-scope                                       ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .load-ingredients                                  ┊                                                x.
     .z <- add x, [a]                                   ┊foo 2                                            .
-    .]                                                 ┊foo_3: 'add' requires number ingredients, but go↩.
+    .]                                                 ┊foo_2: 'add' requires number ingredients, but go↩.
     .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊t [a]                                            .
     .                                                  ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .                                                  ┊                                                 .