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/027call_ingredient.cc.html | |
parent | 08c2f2a5ce0a55c1b33314309ab857d305a0e58b (diff) | |
download | mu-1a4de9dd58201bb57a07ea931d1764064fc52e64.tar.gz |
4588
Diffstat (limited to 'html/027call_ingredient.cc.html')
-rw-r--r-- | html/027call_ingredient.cc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/027call_ingredient.cc.html b/html/027call_ingredient.cc.html index 511d3b86..ed093a4e 100644 --- a/html/027call_ingredient.cc.html +++ b/html/027call_ingredient.cc.html @@ -136,7 +136,7 @@ if ('onhashchange' in window) { <span id="L74" class="LineNr"> 74 </span> <span class="Delimiter">}</span> <span id="L75" class="LineNr"> 75 </span> <span class="Normal">else</span> <span class="Delimiter">{</span> <span id="L76" class="LineNr"> 76 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='001help.cc.html#L141'>SIZE</a><span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">)</span> < <span class="Constant">2</span><span class="Delimiter">)</span> -<span id="L77" class="LineNr"> 77 </span> <a href='003trace.cc.html#L197'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"no ingredient to <a href='003trace.cc.html#L142'>save</a> in '"</span> << current_instruction<span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L226'>end</a><span class="Delimiter">();</span> +<span id="L77" class="LineNr"> 77 </span> <a href='003trace.cc.html#L197'>raise</a> << <a href='013update_operation.cc.html#L25'>maybe</a><span class="Delimiter">(</span><a href='026call.cc.html#L87'>current_recipe_name</a><span class="Delimiter">())</span> << <span class="Constant">"no ingredient to <a href='003trace.cc.html#L133'>save</a> in '"</span> << current_instruction<span class="Delimiter">().</span>products<span class="Delimiter">.</span>at<span class="Delimiter">(</span><span class="Constant">0</span><span class="Delimiter">).</span>original_string << <span class="Constant">"'</span><span class="cSpecial">\n</span><span class="Constant">"</span> << <a href='003trace.cc.html#L226'>end</a><span class="Delimiter">();</span> <span id="L78" class="LineNr"> 78 </span> <span class="Normal">if</span> <span class="Delimiter">(</span><a href='026call.cc.html#L89'>current_instruction</a><span class="Delimiter">().</span>products<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">break</span><span class="Delimiter">;</span> <span id="L79" class="LineNr"> 79 </span> products<span class="Delimiter">.</span>resize<span class="Delimiter">(</span><span class="Constant">2</span><span class="Delimiter">);</span> <span id="L80" class="LineNr"> 80 </span> <span class="Comment">// pad the first product with sufficient zeros to match its type</span> @@ -154,7 +154,7 @@ if ('onhashchange' in window) { <span id="L92" class="LineNr"> 92 </span><span class="muRecipe">def</span> f [ <span id="L93" class="LineNr"> 93 </span> <span class="Constant">11</span>:num<span class="Special"> <- </span>next-ingredient <span id="L94" class="LineNr"> 94 </span>] -<span id="L95" class="LineNr"> 95 </span><span class="traceContains">+error: f: no ingredient to <a href='003trace.cc.html#L142'>save</a> in '11:num'</span> +<span id="L95" class="LineNr"> 95 </span><span class="traceContains">+error: f: no ingredient to <a href='003trace.cc.html#L133'>save</a> in '11:num'</span> <span id="L96" class="LineNr"> 96 </span> <span id="L97" class="LineNr"> 97 </span><span class="Delimiter">:(scenario rewind_ingredients)</span> <span id="L98" class="LineNr"> 98 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ |