History log of /seL4-l4v-master/l4v/isabelle/src/Tools/try.ML
Revision Date Author Comments
# a4bab154 04-Jan-2019 wenzelm <none@none>

isabelle update -u control_cartouches;


# 99e3d4c3 06-Dec-2017 wenzelm <none@none>

prefer control symbol antiquotations;


# a0f6d130 13-Aug-2016 blanchet <none@none>

tuning punctuation in messages output by Isabelle


# c8a3ab07 05-Mar-2016 wenzelm <none@none>

tuned signature -- clarified modules;

--HG--
rename : src/Pure/Concurrent/time_limit.ML => src/Pure/Concurrent/timeout.ML


# dccdabe3 03-Mar-2016 wenzelm <none@none>

clarified modules;
tuned signature;


# e987af3c 16-Apr-2015 wenzelm <none@none>

explicit error for Toplevel.proof_of;
eliminated obsolete Toplevel.unknown_proof;
more total Toplevel.proof_position_of;


# 4aa541f4 06-Apr-2015 wenzelm <none@none>

@{command_spec} is superseded by @{command_keyword};


# 34035ccd 04-Mar-2015 wenzelm <none@none>

tuned signature -- prefer qualified names;


# 986c7f6c 23-Dec-2014 wenzelm <none@none>

explicit message channels for "state", "information";
separate state_message_color;


# 5c6dcf99 22-Apr-2015 wenzelm <none@none>

allow diagnostic proof commands with skip_proofs;


# 7ecf819b 06-Nov-2014 wenzelm <none@none>

more explicit Keyword.keywords;


# 7ee8e540 03-Nov-2014 wenzelm <none@none>

eliminated unused int_only flag (see also c12484a27367);
just proper commands;


# d29594dd 03-Nov-2014 wenzelm <none@none>

eliminated obsolete Proof.goal_message -- print outcome more directly;


# 6a91b9f6 31-Oct-2014 wenzelm <none@none>

eliminated odd flags and hook;


# 76c7446c 31-Oct-2014 wenzelm <none@none>

discontinued obsolete Output.urgent_message;


# 20c48940 31-Oct-2014 wenzelm <none@none>

discontinued Proof General;


# 55bc055b 08-Apr-2014 wenzelm <none@none>

more uniform ML/document antiquotations;


# 723aa5f8 24-Sep-2013 wenzelm <none@none>

avoid clash of auto print functions with query operations, notably sledgehammer (cf. 3461985dcbc3);


# a66c9494 23-Aug-2013 wenzelm <none@none>

added Theory.setup convenience;


# 73d18a9e 10-Aug-2013 wenzelm <none@none>

explicit "strict" flag for print functions (flipped internal meaning);
non-strict query operations may operate on failed states;


# 4b8337f1 02-Aug-2013 wenzelm <none@none>

support print functions with explicit arguments, as provided by overlays;


# f30ff215 29-Jul-2013 wenzelm <none@none>

tuned signature;


# eaac0e7a 13-Jul-2013 wenzelm <none@none>

avoid spurious warnings, notably of 'try0' about already declared simps etc.;


# 51147d22 13-Jul-2013 wenzelm <none@none>

initial delay for automatically tried tools;


# 58835058 13-Jul-2013 wenzelm <none@none>

tuned;


# f66bc75c 13-Jul-2013 wenzelm <none@none>

determine print function parameters dynamically, e.g. depending on runtime options;


# 605a34bf 13-Jul-2013 wenzelm <none@none>

clarified some default options;


# e8efa310 13-Jul-2013 wenzelm <none@none>

gutter icon for information messages;
avoid redundant Pretty.chunks to keep Markup.information node topmost;


# 68670fb3 12-Jul-2013 wenzelm <none@none>

hybrid "auto" tool setup, for TTY (within theory) and PIDE (global print function);


# e46f39e8 12-Jul-2013 wenzelm <none@none>

system options for Isabelle/HOL proof tools;


# c71d3769 15-May-2013 wenzelm <none@none>

clarified preferences: "override" re-initialized on prover startup, and "default" sent to PG -- thus recover typical defaults like auto-quickcheck in PG 4.x;


# 42c02b01 15-May-2013 wenzelm <none@none>

maintain ProofGeneral preferences within ProofGeneral module;
initialize Isabelle/Pure preferences within normal user space (with antiquotations);
tuned;


# cb7d30c4 15-May-2013 wenzelm <none@none>

just one ProofGeneral module;

--HG--
rename : src/Pure/ProofGeneral/proof_general_emacs.ML => src/Pure/ProofGeneral/proof_general.ML


# ac8ef1d9 02-Apr-2013 blanchet <none@none>

got rid of legacy smartness


# a9f74476 27-Mar-2013 wenzelm <none@none>

more robust access Toplevel.proof_of -- prefer warning via Toplevel.unknown_proof over hard crash (notably for skipped proofs);


# 150d8520 16-Mar-2012 wenzelm <none@none>

outer syntax command definitions based on formal command_spec derived from theory header declarations;


# 04633ca5 30-May-2011 blanchet <none@none>

make SML/NJ happy


# 727f71b3 27-May-2011 blanchet <none@none>

repaired theory merging and defined/used helpers


# 88ed198e 27-May-2011 blanchet <none@none>

prioritize try and auto try's tools, with fast ones first, with a slight preference for provers vs. counterexample generators


# ccd855c0 27-May-2011 blanchet <none@none>

handle non-auto try case of Sledgehammer better


# af064218 27-May-2011 blanchet <none@none>

added "try" command, to launch Solve Direct, Quickcheck, Nitpick, Sledgehammer, and Try Methods


# 3e4271be 27-May-2011 blanchet <none@none>

renamed "Auto_Tools" "Try"

--HG--
rename : src/Tools/auto_tools.ML => src/Tools/try.ML