diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-04-18 11:02:49 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-04-18 11:02:49 -0700 |
commit | bd58d18a2308ae5b53a6f5df1e67203739396d8f (patch) | |
tree | 3c3dbb040071cd35adb2a2f7f7f795600feb46c6 /html/edit | |
parent | d6ae00788a2910e16313e8d83906dd4a52cabd43 (diff) | |
download | mu-bd58d18a2308ae5b53a6f5df1e67203739396d8f.tar.gz |
3829
Diffstat (limited to 'html/edit')
-rw-r--r-- | html/edit/005-sandbox.mu.html | 4 | ||||
-rw-r--r-- | html/edit/011-errors.mu.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html index d7c45d7d..8346152a 100644 --- a/html/edit/005-sandbox.mu.html +++ b/html/edit/005-sandbox.mu.html @@ -759,7 +759,7 @@ if ('onhashchange' in window) { <span id="L696" class="LineNr"> 696 </span><span class="muRecipe">def</span> <a href='005-sandbox.mu.html#L696'>editor-contents</a> editor:&:editor<span class="muRecipe"> -> </span>result:text [ <span id="L697" class="LineNr"> 697 </span> <span class="Constant">local-scope</span> <span id="L698" class="LineNr"> 698 </span> <span class="Constant">load-ingredients</span> -<span id="L699" class="LineNr"> 699 </span> buf:&:<a href='../061text.mu.html#L127'>buffer</a> <span class="Special"><-</span> <a href='../061text.mu.html#L132'>new-buffer</a><span class="Constant"> 80</span> +<span id="L699" class="LineNr"> 699 </span> buf:&:buffer <span class="Special"><-</span> <a href='../061text.mu.html#L131'>new-buffer</a><span class="Constant"> 80</span> <span id="L700" class="LineNr"> 700 </span> curr:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> <span id="L701" class="LineNr"> 701 </span> <span class="Comment"># skip § sentinel</span> <span id="L702" class="LineNr"> 702 </span> assert curr, <span class="Constant">[editor without data is illegal; must have at least a sentinel]</span> @@ -772,7 +772,7 @@ if ('onhashchange' in window) { <span id="L709" class="LineNr"> 709 </span> <span class="Conceal">¦</span> curr <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L29'>next</a> curr <span id="L710" class="LineNr"> 710 </span> <span class="Conceal">¦</span> <span class="muControl">loop</span> <span id="L711" class="LineNr"> 711 </span> <span class="Delimiter">}</span> -<span id="L712" class="LineNr"> 712 </span> result <span class="Special"><-</span> <a href='../061text.mu.html#L329'>buffer-to-array</a> buf +<span id="L712" class="LineNr"> 712 </span> result <span class="Special"><-</span> <a href='../061text.mu.html#L328'>buffer-to-array</a> buf <span id="L713" class="LineNr"> 713 </span>] <span id="L714" class="LineNr"> 714 </span> <span id="L715" class="LineNr"> 715 </span><span class="muScenario">scenario</span> editor-provides-edited-contents [ diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html index 789c1407..a22244b0 100644 --- a/html/edit/011-errors.mu.html +++ b/html/edit/011-errors.mu.html @@ -131,7 +131,7 @@ if ('onhashchange' in window) { <span id="L68" class="LineNr"> 68 </span> <span class="Conceal">¦</span> sandboxes-completed-successfully?:bool <span class="Special"><-</span> equal error-index,<span class="Constant"> -1</span> <span id="L69" class="LineNr"> 69 </span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> sandboxes-completed-successfully? <span id="L70" class="LineNr"> 70 </span> <span class="Conceal">¦</span> error-index-text:text <span class="Special"><-</span> to-text error-index -<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> status:text <span class="Special"><-</span> <a href='../061text.mu.html#L506'>interpolate</a> <span class="Constant">[errors found (_) ]</span>, error-index-text +<span id="L71" class="LineNr"> 71 </span> <span class="Conceal">¦</span> status:text <span class="Special"><-</span> <a href='../061text.mu.html#L505'>interpolate</a> <span class="Constant">[errors found (_) ]</span>, error-index-text <span id="L72" class="LineNr"> 72 </span> <span class="Conceal">¦</span> <a href='005-sandbox.mu.html#L213'>update-status</a> <a href='../081print.mu.html#L4'>screen</a>, status, <span class="Constant">1/red</span> <span id="L73" class="LineNr"> 73 </span> <span class="Delimiter">}</span> <span id="L74" class="LineNr"> 74 </span>] |