wenzelm [Fri, 19 Oct 2012 21:19:06 +0200] rev 49940
merged
kuncar [Fri, 19 Oct 2012 17:54:16 +0200] rev 49939
don't include Quotient_Option - workaround to a transfer bug
wenzelm [Fri, 19 Oct 2012 21:18:34 +0200] rev 49938
ignore old stuff and thus speed up the script greatly;
wenzelm [Fri, 19 Oct 2012 20:15:14 +0200] rev 49937
proper find -mtime (file data) instead of -ctime (meta data);
wenzelm [Fri, 19 Oct 2012 17:52:21 +0200] rev 49936
made SML/NJ happy;
wenzelm [Fri, 19 Oct 2012 12:08:13 +0200] rev 49935
clarified Future.map (again): finished value is mapped in-place, which saves task structures and changes error behaviour slightly (tolerance against canceled group of old value etc.);
wenzelm [Thu, 18 Oct 2012 20:59:46 +0200] rev 49934
back to polyml-5.4.1 (cf. b3110dec1a32) -- no cause of spurious interrupts;
wenzelm [Thu, 18 Oct 2012 20:45:15 +0200] rev 49933
merged
wenzelm [Thu, 18 Oct 2012 20:00:45 +0200] rev 49932
back to parallel HOL-BNF-Examples, which seems to have suffered from Future.map on canceled persistent futures;
wenzelm [Thu, 18 Oct 2012 19:58:30 +0200] rev 49931
more basic Goal.reset_futures as snapshot of implicit state;
more robust Session.finish_futures: do not cancel here, to allow later Future.map of persistent futures (notably proof terms);