hoelzl [Tue, 13 Jan 2015 19:10:36 +0100] rev 59353
measurability prover: removed app splitting, replaced by more powerful destruction rules
wenzelm [Sun, 11 Jan 2015 21:06:47 +0100] rev 59352
tuned warnings: observe Context_Position.is_visible;
wenzelm [Sun, 11 Jan 2015 20:45:03 +0100] rev 59351
removed unused/non-portable with_tmp_fifo;
wenzelm [Sun, 11 Jan 2015 20:40:14 +0100] rev 59350
discontinued fifo channel, always use portable socket;
wenzelm [Sun, 11 Jan 2015 13:44:25 +0100] rev 59349
tuned -- more Sidekick-friendly layout;
wenzelm [Sun, 11 Jan 2015 13:12:47 +0100] rev 59348
do not crash into already running exec, instead join its lazy result in the subsequent step (amending 59f1591a11cb);
wenzelm [Sun, 11 Jan 2015 12:46:19 +0100] rev 59347
more explicit errors;
wenzelm [Sat, 10 Jan 2015 22:04:43 +0100] rev 59346
proper latex;
wenzelm [Sat, 10 Jan 2015 21:39:49 +0100] rev 59345
tuned -- less redundant;
wenzelm [Sat, 10 Jan 2015 21:22:25 +0100] rev 59344
proper Session.save with shutdown, which is relevant to avoid persistent threads;
wenzelm [Sat, 10 Jan 2015 20:28:53 +0100] rev 59343
tuned latex;
wenzelm [Sat, 10 Jan 2015 16:35:21 +0100] rev 59342
merged
wenzelm [Sat, 10 Jan 2015 16:35:07 +0100] rev 59341
always use socket to test performance and stability;
wenzelm [Sat, 10 Jan 2015 14:28:41 +0100] rev 59340
explicit shutdown of scheduler and worker thread farm, assuming Session.shutdown() before saving heap image;
discontinued spontaneous thread expiration from TTY age to avoid sporadic Simple_Thread.fork, which is potentially fragile in situations of resource shortage;
wenzelm [Sat, 10 Jan 2015 13:02:27 +0100] rev 59339
tuned;
wenzelm [Sat, 10 Jan 2015 12:21:27 +0100] rev 59338
discontinued worker_trend: prefer constant number of active + reserve threads;
tuned exceptional situations;
wenzelm [Sat, 10 Jan 2015 11:48:52 +0100] rev 59337
tuned;
nipkow [Sat, 10 Jan 2015 13:31:37 +0100] rev 59336
added lemma
haftmann [Sat, 10 Jan 2015 10:40:11 +0100] rev 59335
typo
haftmann [Sat, 10 Jan 2015 10:24:30 +0100] rev 59334
avoid writing into source
wenzelm [Fri, 09 Jan 2015 21:20:07 +0100] rev 59333
clarified active_job: take dependencies into account (e.g. future based on promise);
wenzelm [Fri, 09 Jan 2015 20:51:26 +0100] rev 59332
tuned;
wenzelm [Fri, 09 Jan 2015 20:39:17 +0100] rev 59331
non-strict print_state: display old proof state on failure, e.g. unfinished command;
wenzelm [Fri, 09 Jan 2015 20:12:42 +0100] rev 59330
permissive worker_start: failure to fork thread is deferred to later attempt to provide missing threads, without crashing scheduler;