From fd7d8138a4ff5515f9b79c584a98d5c26d8ddb8a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 2 Mar 2017 05:48:01 -0800 Subject: 3750 --- html/062convert_ingredients_to_text.cc.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/062convert_ingredients_to_text.cc.html') diff --git a/html/062convert_ingredients_to_text.cc.html b/html/062convert_ingredients_to_text.cc.html index 963c3fe3..09b0cd2c 100644 --- a/html/062convert_ingredients_to_text.cc.html +++ b/html/062convert_ingredients_to_text.cc.html @@ -75,10 +75,10 @@ if ('onhashchange' in window) { 14 def main [ 15 local-scope 16 n:num <- copy 34 - 17 trace 2, [app], n + 17 trace 2, [app], n 18 ] 19 +transform: {trace_2_2: ("address" "array" "character")} <- to-text-line {n: "number"} - 20 +transform: trace {2: "literal"}, {"app": "literal-string"}, {trace_2_2: ("address" "array" "character")} + 20 +transform: trace {2: "literal"}, {"app": "literal-string"}, {trace_2_2: ("address" "array" "character")} 21 22 //: special case: rewrite attempts to stash contents of most arrays to avoid 23 //: passing addresses around @@ -120,7 +120,7 @@ if ('onhashchange' in window) { 59 :(code) 60 void convert_ingredients_to_text(const recipe_ordinal r) { 61 recipe& caller = get(Recipe, r); - 62 trace(9991, "transform") << "--- convert some ingredients to text in recipe " << caller.name << end(); + 62 trace(9991, "transform") << "--- convert some ingredients to text in recipe " << caller.name << end(); 63 // in recipes without named locations, 'stash' is still not extensible 64 if (contains_numeric_locations(caller)) return; 65 convert_ingredients_to_text(caller); @@ -161,7 +161,7 @@ if ('onhashchange' in window) { 100 } 101 } 102 } -103 trace(9993, "transform") << to_string(inst) << end(); +103 trace(9993, "transform") << to_string(inst) << end(); 104 new_instructions.push_back(inst); 105 } 106 caller.steps.swap(new_instructions); @@ -186,7 +186,7 @@ if ('onhashchange' in window) { 125 def.ingredients.push_back(r); 126 } 127 def.products.push_back(reagent(tmp_var)); -128 trace(9993, "transform") << to_string(def) << end(); +128 trace(9993, "transform") << to_string(def) << end(); 129 out.push_back(def); 130 r.clear(); // reclaim old memory 131 r = reagent(tmp_var); -- cgit 1.4.1-2-gfad0