blanchet [Thu, 16 Sep 2010 11:12:08 +0200] rev 39452
factored out TSTP/SPASS/Vampire proof parsing;
from "Sledgehammer_Reconstructo" to a new module "ATP_Proof"
blanchet [Thu, 16 Sep 2010 09:59:32 +0200] rev 39451
prevent exception when calling "Mirabelle.can_apply" on empty proof sequence;
the Judgement Day logs sometimes had entries of the form
at 970:26 (apply):
------------------
------------------
; these were apparently caused by this Mirabelle bug
blanchet [Thu, 16 Sep 2010 08:29:50 +0200] rev 39450
supply the Metis parameter defaults as argument, instead of patching the Metis sources;
these values were found by Larry in 2007 and using anything else risks losing proofs
blanchet [Thu, 16 Sep 2010 08:27:10 +0200] rev 39449
regenerated "metis.ML"
blanchet [Thu, 16 Sep 2010 08:02:32 +0200] rev 39448
streamlined "make_metis"
blanchet [Thu, 16 Sep 2010 07:54:18 +0200] rev 39447
put Isabelle-specifics in a "PortableIsabelle" file maintained by us;
as recommended by Joe Hurd
blanchet [Thu, 16 Sep 2010 07:53:02 +0200] rev 39446
handy little script
blanchet [Thu, 16 Sep 2010 07:52:47 +0200] rev 39445
reintroduce missing "critical"s by hand
blanchet [Thu, 16 Sep 2010 07:30:15 +0200] rev 39444
MIT license -> BSD License
blanchet [Thu, 16 Sep 2010 07:24:04 +0200] rev 39443
copied the unmodified official Metis 2.3 (15 Sept. 2010) sources into Isabelle
wenzelm [Fri, 17 Sep 2010 17:11:43 +0200] rev 39442
tuned;
wenzelm [Fri, 17 Sep 2010 17:10:44 +0200] rev 39441
allow embedded reports in regular prover messages, to avoid side-effects for errors for example;
wenzelm [Fri, 17 Sep 2010 17:09:31 +0200] rev 39440
simplified/clarified (Context_)Position.markup/reported_text;
wenzelm [Fri, 17 Sep 2010 15:51:11 +0200] rev 39439
eliminated markup "location" in favour of more explicit "no_report", which is actually deleted from messages;
wenzelm [Thu, 16 Sep 2010 15:37:12 +0200] rev 39438
Isar "default" step needs to fail for solved problems, for clear distinction of '.' and '..' for example -- amending lapse introduced in 9de4d64eee3b (April 2004);