wenzelm [Mon, 29 Dec 2014 20:51:42 +0100] rev 59198
clarified execution graph traversal: stable imports are required to proceed, e.g. relevant to avoid crash of init_theory after discontinued execution;
wenzelm [Mon, 29 Dec 2014 19:17:24 +0100] rev 59197
tuned whitespace;
wenzelm [Mon, 29 Dec 2014 15:38:59 +0100] rev 59196
more toplevel pretty printing;
wenzelm [Sun, 28 Dec 2014 22:10:09 +0100] rev 59195
back to full synchronization (cf. eb3e399f5b9f);
wenzelm [Sun, 28 Dec 2014 22:03:11 +0100] rev 59194
proper sequential version;
wenzelm [Sun, 28 Dec 2014 21:34:45 +0100] rev 59193
eliminated Document.execution frontier (again, see 627fb639a2d9): just run into older execution, potentially stalling worker thread, but without global delay due to long-running tasks (notably sledgehammer);
clarified Command.run_process etc.: join running eval, bypass running print;
eliminated Command.memo in favour of regular Lazy.lazy;
more Lazy.lazy status information;
wenzelm [Sun, 28 Dec 2014 12:37:03 +0100] rev 59192
modernized historic example;
wenzelm [Sun, 28 Dec 2014 12:18:01 +0100] rev 59191
more thorough Lazy.is_finished;