From 4f2adf06713eeec995d7811cd1d7a4dfe3cdda86 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 27 May 2017 21:32:51 -0700 Subject: 3883 --- html/edit/011-errors.mu.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'html/edit/011-errors.mu.html') diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html index 18baf52f..9faada08 100644 --- a/html/edit/011-errors.mu.html +++ b/html/edit/011-errors.mu.html @@ -72,7 +72,7 @@ if ('onhashchange' in window) { 9 local-scope 10 load-ingredients 11 recipes:&:editor <- get *env, recipes:offset - 12 in:text <- editor-contents recipes + 12 in:text <- editor-contents recipes 13 resources <- dump resources, [lesson/recipes.mu], in 14 recipe-errors:text <- reload in 15 *env <- put *env, recipe-errors:offset, recipe-errors @@ -99,7 +99,7 @@ if ('onhashchange' in window) { 36 { 37 ¦ recipe-errors:text <- get *env, recipe-errors:offset 38 ¦ break-unless recipe-errors - 39 ¦ row, screen <- render-text screen, recipe-errors, left, right, 1/red, row + 39 ¦ row, screen <- render-text screen, recipe-errors, left, right, 1/red, row 40 } 41 ] 42 @@ -171,7 +171,7 @@ if ('onhashchange' in window) { 108 ¦ sandbox-errors:text <- get *sandbox, errors:offset 109 ¦ break-unless sandbox-errors 110 ¦ *sandbox <- put *sandbox, response-starting-row-on-screen:offset, 0 # no response -111 ¦ row, screen <- render-text screen, sandbox-errors, left, right, 1/red, row +111 ¦ row, screen <- render-text screen, sandbox-errors, left, right, 1/red, row 112 ¦ # don't try to print anything more for this sandbox 113 ¦ jump +render-sandbox-end 114 } @@ -189,7 +189,7 @@ if ('onhashchange' in window) { 126 ¦ ] 127 ] 128 env:&:environment <- new-programming-environment resources, screen, [foo] -129 render-all screen, env, render +129 render-all screen, env, render 130 screen-should-contain [ 131 ¦ . run (F4) . 132 ¦ .recipe foo [ ╎foo . @@ -308,7 +308,7 @@ if ('onhashchange' in window) { 245 ¦ . run (F4) . 246 ¦ . ╎ . 247 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────. -248 ¦ . ╎0 edit copy delete . +248 ¦ . ╎0 edit copy to recipe delete . 249 ¦ . ╎add 2, 2 . 250 ¦ . ╎4 . 251 ¦ . ╎─────────────────────────────────────────────────. @@ -340,7 +340,7 @@ if ('onhashchange' in window) { 277 ¦ . errors found (0) run (F4) . 278 ¦ .recipe foo x:_elem -> z:_elem [ ╎ . 279 ¦ . local-scope ╎─────────────────────────────────────────────────. -280 ¦ . load-ingredients ╎0 edit copy delete . +280 ¦ . load-ingredients ╎0 edit copy to recipe delete . 281 ¦ . y:&:num <- copy 0 ╎foo 2 . 282 ¦ . z <- add x, y ╎foo_2: 'add' requires number ingredients, but go↩. 283 ¦ .] ╎t 'y' . @@ -360,7 +360,7 @@ if ('onhashchange' in window) { 297 ¦ . errors found (0) run (F4) . 298 ¦ .recipe foo x:_elem -> z:_elem [ ╎ . 299 ¦ . local-scope ╎─────────────────────────────────────────────────. -300 ¦ . load-ingredients ╎0 edit copy delete . +300 ¦ . load-ingredients ╎0 edit copy to recipe delete . 301 ¦ . y:&:num <- copy 0 ╎foo 2 . 302 ¦ . z <- add x, y ╎foo_3: 'add' requires number ingredients, but go↩. 303 ¦ .] ╎t 'y' . @@ -637,7 +637,7 @@ if ('onhashchange' in window) { 574 ¦ . errors found (0) run (F4) . 575 ¦ . ╎ . 576 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────. -577 ¦ . ╎0 edit copy delete . +577 ¦ . ╎0 edit copy to recipe delete . 578 ¦ . ╎get 1234:num, foo:offset . 579 ¦ . ╎unknown element 'foo' in container 'number' . 580 ¦ . ╎first ingredient of 'get' should be a container,↩. @@ -701,7 +701,7 @@ if ('onhashchange' in window) { 638 ¦ . errors found (0) run (F4) . 639 ¦ . ╎ . 640 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎─────────────────────────────────────────────────. -641 ¦ . ╎0 edit copy delete . +641 ¦ . ╎0 edit copy to recipe delete . 642 ¦ . ╎get 1234:num, foo:offset . 643 ¦ . ╎unknown element 'foo' in container 'number' . 644 ¦ . ╎first ingredient of 'get' should be a container,↩. @@ -737,7 +737,7 @@ if ('onhashchange' in window) { 674 ¦ . errors found (0) run (F4) . 675 ¦ .recipe foo [ ╎ . 676 ¦ . { ╎─────────────────────────────────────────────────. -677 ¦ . loop ╎0 edit copy delete . +677 ¦ . loop ╎0 edit copy to recipe delete . 678 ¦ . } ╎foo . 679 ¦ .] ╎took too long! . 680 ¦ . ╎─────────────────────────────────────────────────. @@ -774,7 +774,7 @@ if ('onhashchange' in window) { 711 ¦ . errors found (0) run (F4) . 712 ¦ .recipe foo [ ╎ . 713 ¦ . local-scope ╎─────────────────────────────────────────────────. -714 ¦ . a:num <- next-ingredient ╎0 edit copy delete . +714 ¦ . a:num <- next-ingredient ╎0 edit copy to recipe delete . 715 ¦ . b:num <- next-ingredient ╎foo 4, 0 . 716 ¦ . stash [dividing by], b ╎foo: divide by zero in '_, c:num <- divide-with-↩. 717 ¦ . _, c:num <- divide-with-remainder a, b ╎remainder a, b' . @@ -794,7 +794,7 @@ if ('onhashchange' in window) { 731 ¦ . errors found (0) run (F4) . 732 ¦ .recipe foo [ ╎ . 733 ¦ . local-scope ╎─────────────────────────────────────────────────. -734 ¦ . a:num <- next-ingredient ╎0 edit copy delete . +734 ¦ . a:num <- next-ingredient ╎0 edit copy to recipe delete . 735 ¦ . b:num <- next-ingredient ╎foo 4, 0 . 736 ¦ . stash [dividing by], b ╎dividing by 0 . 737 ¦ . _, c:num <- divide-with-remainder a, b ╎14 instructions run . -- cgit 1.4.1-2-gfad0