From 9e91a21ef385e33ca373e4308ca3227c228fe09b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 25 Feb 2016 22:18:05 -0800 Subject: 2710 --- html/057static_dispatch.cc.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'html/057static_dispatch.cc.html') diff --git a/html/057static_dispatch.cc.html b/html/057static_dispatch.cc.html index ac2db406..5287542c 100644 --- a/html/057static_dispatch.cc.html +++ b/html/057static_dispatch.cc.html @@ -15,12 +15,11 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } * { font-size: 1.05em; } .traceAbsent { color: #c00000; } .traceContains { color: #008000; } -.Identifier { color: #804000; } .cSpecial { color: #008000; } .Comment { color: #9090ff; } .Delimiter { color: #a04060; } .Special { color: #ff6060; } -.CommentedCode { color: #6c6c6c; } +.Identifier { color: #804000; } .Constant { color: #00a0a0; } --> @@ -68,7 +67,6 @@ for (map<string,// there can only ever be one variant for main if (result.name != "main" && contains_key(Recipe_ordinal, result.name)) { const recipe_ordinal r = get(Recipe_ordinal, result.name); -//? cerr << result.name << ": " << contains_key(Recipe, r) << (contains_key(Recipe, r) ? get(Recipe, r).has_header : 0) << matching_variant_name(result) << '\n'; if (!contains_key(Recipe, r) || get(Recipe, r).has_header) { string new_name = matching_variant_name(result); if (new_name.empty()) { @@ -79,7 +77,6 @@ if (result.name != } trace(9999, "load") << "switching " << result.name << " to " << new_name << end(); result.name = new_name; -//? cerr << "=> " << new_name << '\n'; } } else { @@ -424,7 +421,6 @@ recipe equal x:number, y:number +mem: storing 1 in location 6 :(scenario static_dispatch_works_with_dummy_results_for_containers) -% Hide_errors = true; recipe main [ _ <- test 3, 4 ] @@ -441,7 +437,6 @@ recipe test a:number, b:number 0 :(scenario static_dispatch_works_with_compound_type_containing_container_defined_after_first_use) -% Hide_errors = true; recipe main [ x:address:shared:foo <- new foo:type test x @@ -457,7 +452,6 @@ recipe test a:address:shared:foo -> z:number [ $error: 0 :(scenario static_dispatch_works_with_compound_type_containing_container_defined_after_second_use) -% Hide_errors = true; recipe main [ x:address:shared:foo <- new foo:type test x -- cgit 1.4.1-2-gfad0