bulwahn [Wed, 17 Oct 2012 14:13:57 +0200] rev 49896
employing a preprocessing conversion that rewrites {(x1, ..., xn). P x1 ... xn} to {(x1, ..., xn) | x1 ... xn. P x1 ... xn} in set_comprehension_pointfree simproc
wenzelm [Wed, 17 Oct 2012 22:11:12 +0200] rev 49895
another Future.shutdown after Future.cancel_groups (cf. 0d4106850eb2);
wenzelm [Wed, 17 Oct 2012 21:18:32 +0200] rev 49894
more robust cancel_now: avoid shooting yourself in the foot;
wenzelm [Wed, 17 Oct 2012 21:04:51 +0200] rev 49893
more robust Session.finish (batch mode): use Goal.finish_futures to exhibit remaining failures of disconnected goal forks (e.g. from unnamed theorems) and Goal.cancel_futures the purge the persistent state;
wenzelm [Wed, 17 Oct 2012 14:58:04 +0200] rev 49892
proper 'oops' to force sequential checking here, and avoid spurious *** Interrupt stemming from crash of forked outer syntax element;
wenzelm [Wed, 17 Oct 2012 14:39:00 +0200] rev 49891
added Output "Detach" button;
wenzelm [Wed, 17 Oct 2012 14:20:54 +0200] rev 49890
skipped proofs appear as "bad" without counting as error;
wenzelm [Wed, 17 Oct 2012 13:20:08 +0200] rev 49889
more method position information, notably finished_pos after end of previous text;
wenzelm [Wed, 17 Oct 2012 10:46:14 +0200] rev 49888
more formal markup;
wenzelm [Wed, 17 Oct 2012 10:45:43 +0200] rev 49887
tuned signature;
prefer exception Fail for internal errors;