From da5e7e52bb8e204469128d437dda665ba4daabff Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 19 Mar 2011 13:25:15 +0100 Subject: [PATCH] and a solution for todo Signed-off-by: Nico Schottelius --- doc/dev/todo/niconext | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index 2a9df706..f00f6088 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -3,4 +3,21 @@ Dependency problem: Generating code for __file/home/lyni/dos/scorch15/SCORCH.DOC ... scp: /home/lyni/dos/scorch15/SCORCH.DOC: No such file or directory --> explorea cop file t a directory that does not yet exist! +-> Err, gencode does the wrong thing here. + +Gencode is also not very clean, doing stuff that should probably +done later. + +Maybe differentiate between local|remote execution? + -> does not help either if different run + + -> keep dependencies in execute, have local and remote exec? + +-------------------------------------------------------------------------------- +Possible solution: + + - remove gencode + - replace with gen_localcode and gen_remotecode + - run both in the execution stage of the object + +