diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-09-22 00:32:03 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-09-22 00:32:03 -0700 |
commit | 1a4de9dd58201bb57a07ea931d1764064fc52e64 (patch) | |
tree | 491ddf356cba78cb0ae248a9daa065e475c0a3da /html/101run_sandboxed.cc.html | |
parent | 08c2f2a5ce0a55c1b33314309ab857d305a0e58b (diff) | |
download | mu-1a4de9dd58201bb57a07ea931d1764064fc52e64.tar.gz |
4588
Diffstat (limited to 'html/101run_sandboxed.cc.html')
-rw-r--r-- | html/101run_sandboxed.cc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/101run_sandboxed.cc.html b/html/101run_sandboxed.cc.html index 553d3f77..0f456c62 100644 --- a/html/101run_sandboxed.cc.html +++ b/html/101run_sandboxed.cc.html @@ -167,7 +167,7 @@ if ('onhashchange' in window) { <span id="L104" class="LineNr">104 </span> <span class="Normal">for</span> <span class="Delimiter">(</span><span class="Normal">int</span> i = <span class="Constant">1</span><span class="Delimiter">;</span> i < Reserved_for_tests<span class="Delimiter">;</span> ++i<span class="Delimiter">)</span> <span id="L105" class="LineNr">105 </span> Memory<span class="Delimiter">.</span>erase<span class="Delimiter">(</span>i<span class="Delimiter">);</span> <span id="L106" class="LineNr">106 </span> <span class="Delimiter">}</span> -<span id="L107" class="LineNr">107 </span> string command = <a href='003trace.cc.html#L391'>trim</a><span class="Delimiter">(</span><a href='101run_sandboxed.cc.html#L494'>strip_comments</a><span class="Delimiter">(</span><a href='038new_text.cc.html#L142'>read_mu_text</a><span class="Delimiter">(</span><a href='043space.cc.html#L101'>address</a><span class="Delimiter">)));</span> +<span id="L107" class="LineNr">107 </span> string command = <a href='003trace.cc.html#L395'>trim</a><span class="Delimiter">(</span><a href='101run_sandboxed.cc.html#L494'>strip_comments</a><span class="Delimiter">(</span><a href='038new_text.cc.html#L142'>read_mu_text</a><span class="Delimiter">(</span><a href='043space.cc.html#L101'>address</a><span class="Delimiter">)));</span> <span id="L108" class="LineNr">108 </span><span class="CommentedCode">//? cerr << "command: " << command << '\n';</span> <span id="L109" class="LineNr">109 </span> Name[get<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span> <span class="Constant">"interactive"</span><span class="Delimiter">)</span>]<span class="Delimiter">.</span><a href='050scenario.cc.html#L60'>clear</a><span class="Delimiter">();</span> <span id="L110" class="LineNr">110 </span> <a href='101run_sandboxed.cc.html#L153'>run_code_begin</a><span class="Delimiter">(</span><span class="Comment">/*</span><span class="Comment">should_stash_snapshots</span><span class="Comment">*/</span><span class="Constant">true</span><span class="Delimiter">);</span> @@ -641,7 +641,7 @@ if ('onhashchange' in window) { <span id="L578" class="LineNr">578 </span> Sandbox_mode =<span class="Constant"> true</span><span class="Delimiter">;</span> <span id="L579" class="LineNr">579 </span> vector<recipe_ordinal> recipes_reloaded = load<span class="Delimiter">(</span>code<span class="Delimiter">);</span> <span id="L580" class="LineNr">580 </span> <a href='012transform.cc.html#L46'>transform_all</a><span class="Delimiter">();</span> -<span id="L581" class="LineNr">581 </span> Trace_stream<span class="Delimiter">-></span><a href='003trace.cc.html#L156'>newline</a><span class="Delimiter">();</span> <span class="Comment">// flush trace</span> +<span id="L581" class="LineNr">581 </span> Trace_stream<span class="Delimiter">-></span><a href='003trace.cc.html#L147'>newline</a><span class="Delimiter">();</span> <span class="Comment">// flush trace</span> <span id="L582" class="LineNr">582 </span> Sandbox_mode =<span class="Constant"> false</span><span class="Delimiter">;</span> <span id="L583" class="LineNr">583 </span> Current_routine = save_current_routine<span class="Delimiter">;</span> <span id="L584" class="LineNr">584 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">1</span><span class="Delimiter">);</span> |