wenzelm [Tue, 30 Jul 2013 11:38:43 +0200] rev 52784
de-assign execs that were not registered as running yet -- observe change of perspective more thoroughly;
nipkow [Mon, 29 Jul 2013 22:17:32 +0200] rev 52783
merged
nipkow [Mon, 29 Jul 2013 22:17:19 +0200] rev 52782
tuned intro
haftmann [Sun, 28 Jul 2013 05:32:02 +0200] rev 52781
silenced subsumption warnings for default code equations entirely
wenzelm [Mon, 29 Jul 2013 20:51:05 +0200] rev 52780
merged
wenzelm [Mon, 29 Jul 2013 20:46:21 +0200] rev 52779
NEWS;
tuned description;
wenzelm [Mon, 29 Jul 2013 20:38:40 +0200] rev 52778
tuned proofs;
wenzelm [Mon, 29 Jul 2013 20:34:53 +0200] rev 52777
updated key bindings to execution range;
wenzelm [Mon, 29 Jul 2013 19:55:38 +0200] rev 52776
traverse node on change of "required" state;
wenzelm [Mon, 29 Jul 2013 18:59:58 +0200] rev 52775
keep memo_exec execution running, which is important to cancel goal forks eventually;
run as nested worker task to keep main group valid, even after cancelation of removed subgroups;
do not memoize interrupt, but absorb it silently in main execution;
Goal.purge_futures: rough sanity check of group status;
wenzelm [Mon, 29 Jul 2013 16:52:04 +0200] rev 52774
maintain explicit execution frontier: avoid conflict with former task via static dependency;
start execution immediate after assignment, to keep frontier simple;
wenzelm [Mon, 29 Jul 2013 16:01:05 +0200] rev 52773
afford higher execution priority by default: defer proofs and thus stretch parallelism over whole document;