Commit Graph

9 Commits

Author SHA1 Message Date
Michael McInerney 6ff1a38f65 lib: update for Isabelle 2019 2019-06-13 16:22:33 +10:00
Japheth Lim da6ccf7a8e lib: update qualified imports for LibTest theories 2018-10-03 19:48:38 +10:00
Edward Pierzchalski 5af827b65e lib: time_methods: add flag to skip failure output
Adds a flag `skip_fail` to the method `time_methods`, to skip
output when a timed method fails.
2018-09-14 16:35:27 +10:00
Gerwin Klein 6b9d9d24dd Isabelle2018: new "op x" syntax; now is "(x)"
(result of "isabelle update_op -m <dir>")
2018-08-20 09:06:35 +10:00
Gerwin Klein 011e08458e Isabelle2018: new comment syntax
(result of "isabelle update_comments <dirs>")
2018-08-20 09:06:35 +10:00
Gerwin Klein b5cdf4703f globally use session-qualified imports; add Lib session
Session-qualified imports will be required for Isabelle2018 and help clarify
the structure of sessions in the build tree.

This commit mainly adds a new set of sessions for lib/, including a Lib
session that includes most theories in lib/ and a few separate sessions for
parts that have dependencies beyond CParser or are separate AFP sessions.
The group "lib" collects all lib/ sessions.

As a consequence, other theories should use lib/ theories by session name,
not by path, which in turns means spec and proof sessions should also refer
to each other by session name, not path, to avoid duplicate theory errors in
theory merges later.
2018-08-20 09:06:34 +10:00
Japheth Lim 6065d3e7b0 lib/Time_Methods_Cmd: small fixes
Add method description string; fix a theory import.
2018-08-16 14:21:16 +10:00
Japheth Lim 3e51484a9b lib/time_methods: add subseq example 2018-06-06 14:39:03 +10:00
Japheth Lim b3e8155f73 lib: refactor time_methods and test cases 2018-05-21 14:30:00 +10:00