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/050scenario.cc.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'html/050scenario.cc.html') diff --git a/html/050scenario.cc.html b/html/050scenario.cc.html index 420826b2..35dd216a 100644 --- a/html/050scenario.cc.html +++ b/html/050scenario.cc.html @@ -246,14 +246,9 @@ case RUN: { assert(Name[Next_recipe_ordinal].empty()); ostringstream tmp; tmp << "recipe run_" << Next_recipe_ordinal << " [ " << current_instruction().ingredients.at(0).name << " ]"; -//? cerr << tmp.str() << '\n'; -//? cerr << "before load\n"; vector<recipe_ordinal> tmp_recipe = load(tmp.str()); -//? cerr << "before bind\n"; bind_special_scenario_names(tmp_recipe.at(0)); -//? cerr << "before transform\n"; transform_all(); -//? cerr << "end\n"; if (Trace_stream) { ++Trace_stream->callstack_depth; trace(9998, "trace") << "run: incrementing callstack depth to " << Trace_stream->callstack_depth << end(); @@ -486,6 +481,7 @@ recipe main [ ] ] -error: location 1 can't contain non-number 34 # comment +# but there'll be an error signalled by memory-should-contain :(code) //: 'trace-should-contain' is like the '+' lines in our scenarios so far @@ -568,7 +564,6 @@ recipe main [ :(scenario trace_check_passes_silently) % Scenario_testing_scenario = true; -% Hide_errors = true; recipe main [ run [ trace 1, [a], [b] @@ -630,7 +625,6 @@ bool check_trace_missing(const string& in:(scenario trace_negative_check_passes_silently) % Scenario_testing_scenario = true; -% Hide_errors = true; recipe main [ trace-should-not-contain [ a: b -- cgit 1.4.1-2-gfad0