about summary refs log tree commit diff stats
path: root/html/edit/011-errors.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-13 17:21:47 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-13 17:37:27 -0700
commit05a22c024d0ffe3382f94ccacec6718cb10ef78f (patch)
treed0f7893d0b7a67ce64b5eeefb63e5fcf2694f86c /html/edit/011-errors.mu.html
parentef6116cbaf9368e490bfdec1c6404396ac161026 (diff)
downloadmu-05a22c024d0ffe3382f94ccacec6718cb10ef78f.tar.gz
3856
Bugfix on commit 3853: clear `render-all-on-no-more-events` once you've
actually run the `render-all`.
Diffstat (limited to 'html/edit/011-errors.mu.html')
-rw-r--r--html/edit/011-errors.mu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html
index 4d09cebb..1929e787 100644
--- a/html/edit/011-errors.mu.html
+++ b/html/edit/011-errors.mu.html
@@ -86,7 +86,7 @@ if ('onhashchange' in window) {
 <span id="L23" class="LineNr"> 23 </span>  errors-found? <span class="Special">&lt;-</span> copy <span class="Constant">0/false</span>
 <span id="L24" class="LineNr"> 24 </span>]
 <span id="L25" class="LineNr"> 25 </span>
-<span id="L26" class="LineNr"> 26 </span><span class="muRecipe">before</span> <span class="Constant"><a href='004-programming-environment.mu.html#L416'>&lt;render-components-end&gt;</a></span> [
+<span id="L26" class="LineNr"> 26 </span><span class="muRecipe">before</span> <span class="Constant"><a href='004-programming-environment.mu.html#L417'>&lt;render-components-end&gt;</a></span> [
 <span id="L27" class="LineNr"> 27 </span>  trace<span class="Constant"> 11</span>, <span class="Constant">[app]</span>, <span class="Constant">[render status]</span>
 <span id="L28" class="LineNr"> 28 </span>  recipe-errors:text <span class="Special">&lt;-</span> get *env, <span class="Constant">recipe-errors:offset</span>
 <span id="L29" class="LineNr"> 29 </span>  <span class="Delimiter">{</span>
@@ -95,7 +95,7 @@ if ('onhashchange' in window) {
 <span id="L32" class="LineNr"> 32 </span>  <span class="Delimiter">}</span>
 <span id="L33" class="LineNr"> 33 </span>]
 <span id="L34" class="LineNr"> 34 </span>
-<span id="L35" class="LineNr"> 35 </span><span class="muRecipe">before</span> <span class="Constant"><a href='004-programming-environment.mu.html#L437'>&lt;render-recipe-components-end&gt;</a></span> [
+<span id="L35" class="LineNr"> 35 </span><span class="muRecipe">before</span> <span class="Constant"><a href='004-programming-environment.mu.html#L438'>&lt;render-recipe-components-end&gt;</a></span> [
 <span id="L36" class="LineNr"> 36 </span>  <span class="Delimiter">{</span>
 <span id="L37" class="LineNr"> 37 </span>  <span class="Conceal">¦</span> recipe-errors:text <span class="Special">&lt;-</span> get *env, <span class="Constant">recipe-errors:offset</span>
 <span id="L38" class="LineNr"> 38 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> recipe-errors
@@ -124,7 +124,7 @@ if ('onhashchange' in window) {
 <span id="L61" class="LineNr"> 61 </span>  <span class="Delimiter">}</span>
 <span id="L62" class="LineNr"> 62 </span>]
 <span id="L63" class="LineNr"> 63 </span>
-<span id="L64" class="LineNr"> 64 </span><span class="muRecipe">before</span> <span class="Constant"><a href='004-programming-environment.mu.html#L416'>&lt;render-components-end&gt;</a></span> [
+<span id="L64" class="LineNr"> 64 </span><span class="muRecipe">before</span> <span class="Constant"><a href='004-programming-environment.mu.html#L417'>&lt;render-components-end&gt;</a></span> [
 <span id="L65" class="LineNr"> 65 </span>  <span class="Delimiter">{</span>
 <span id="L66" class="LineNr"> 66 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> recipe-errors
 <span id="L67" class="LineNr"> 67 </span>  <span class="Conceal">¦</span> error-index:num <span class="Special">&lt;-</span> get *env, <span class="Constant">error-index:offset</span>
@@ -189,7 +189,7 @@ if ('onhashchange' in window) {
 <span id="L126" class="LineNr">126 </span>  <span class="Conceal">¦</span> ]
 <span id="L127" class="LineNr">127 </span>  ]
 <span id="L128" class="LineNr">128 </span>  env:&amp;:environment <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>, <span class="Constant">[foo]</span>
-<span id="L129" class="LineNr">129 </span>  <a href='004-programming-environment.mu.html#L394'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L123'>render</a>
+<span id="L129" class="LineNr">129 </span>  <a href='004-programming-environment.mu.html#L395'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L123'>render</a>
 <span id="L130" class="LineNr">130 </span>  screen-should-contain [
 <span id="L131" class="LineNr">131 </span>  <span class="Conceal">¦</span><span class="Constant"> .                                                                                 run (F4)           .</span>
 <span id="L132" class="LineNr">132 </span>  <span class="Conceal">¦</span><span class="Constant"> .recipe foo [                                      ╎foo                                              .</span>