From 797edfd041c2a8025c6273cea92a1a1ac481d5cc Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 18 Mar 2017 20:44:48 -0700 Subject: 3799 --- html/013update_operation.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/013update_operation.cc.html') diff --git a/html/013update_operation.cc.html b/html/013update_operation.cc.html index 044050ad..437ffbd7 100644 --- a/html/013update_operation.cc.html +++ b/html/013update_operation.cc.html @@ -77,7 +77,7 @@ if ('onhashchange' in window) { 13 ¦ instruction& inst = caller.steps.at(index); 14 ¦ if (inst.is_label) continue; 15 ¦ if (!contains_key(Recipe_ordinal, inst.name)) { -16 ¦ ¦ raise << maybe(caller.name) << "instruction '" << inst.name << "' has no recipe\n" << end(); +16 ¦ ¦ raise << maybe(caller.name) << "instruction '" << inst.name << "' has no recipe in '" << to_original_string(inst) << "'\n" << end(); 17 ¦ ¦ continue; 18 ¦ } 19 ¦ inst.operation = get(Recipe_ordinal, inst.name); @@ -96,7 +96,7 @@ if ('onhashchange' in window) { 32 def main [ 33 1:number , copy 0 # typo: ',' instead of '<-' 34 ] -35 +error: main: instruction '1:number' has no recipe +35 +error: main: instruction '1:number' has no recipe in '1:number copy, 0' -- cgit 1.4.1-2-gfad0