Fri, 19 Jul 2013 23:29:43 +0200 |
wenzelm |
proper Future.shutdown, to wait for the scheduler thread to finish remaining tasks (notably external processes);
|
changeset |
files
|
Fri, 19 Jul 2013 20:56:39 +0200 |
wenzelm |
old Poly/ML 5.3.0 cannot share the massive heap of HOL anymore (after introduction of immutable theory in 38466f4f3483);
|
changeset |
files
|
Fri, 19 Jul 2013 17:58:57 +0200 |
wenzelm |
just one option "skip_proofs", without direct access within the editor (it makes document processing stateful without strong reasons -- monotonic updates already handle goal forks smoothly);
|
changeset |
files
|
Fri, 19 Jul 2013 17:35:12 +0200 |
wenzelm |
turned pattern unify flag into configuration option (global only);
|
changeset |
files
|
Fri, 19 Jul 2013 16:36:13 +0200 |
traytel |
merged
|
changeset |
files
|
Fri, 19 Jul 2013 14:51:45 +0200 |
traytel |
permissive uncheck -- allow printing of malformed terms (e.g. in error messages);
|
changeset |
files
|
Fri, 19 Jul 2013 15:48:04 +0200 |
nipkow |
added exerciese
|
changeset |
files
|
Fri, 19 Jul 2013 12:00:31 +0200 |
traytel |
do not apply string_of_term to dummy-typed syntactic constants (ensures that uncheck phases work on well-typed terms)
|
changeset |
files
|
Thu, 18 Jul 2013 23:13:44 +0200 |
wenzelm |
modify background theory where it is actually required (cf. 51dfdcd88e84);
|
changeset |
files
|
Thu, 18 Jul 2013 22:32:00 +0200 |
wenzelm |
tuned messages -- avoid text folds stemming from Pretty.chunks;
|
changeset |
files
|
Thu, 18 Jul 2013 22:18:20 +0200 |
wenzelm |
proper system options for 'find_theorems';
|
changeset |
files
|
Thu, 18 Jul 2013 22:00:35 +0200 |
wenzelm |
guard unify tracing via visible status of global theory;
|
changeset |
files
|
Thu, 18 Jul 2013 21:57:27 +0200 |
wenzelm |
provide global operations as well;
|
changeset |
files
|
Thu, 18 Jul 2013 21:20:09 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Thu, 18 Jul 2013 21:06:21 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Thu, 18 Jul 2013 20:53:22 +0200 |
wenzelm |
explicit padding on command boundary for "auto" generated sendback -- do not replace the corresponding goal command, but append to it;
|
changeset |
files
|
Thu, 18 Jul 2013 13:12:54 +0200 |
wenzelm |
immutable theory values with full stamp record of every update (increase of stamp size for HOL: 20000 -> 100000, JinjaThreads: 65000 -> 300000) -- minimal measurable impact on inference kernel performance;
|
changeset |
files
|
Wed, 17 Jul 2013 23:51:10 +0200 |
wenzelm |
merged
|
changeset |
files
|
Wed, 17 Jul 2013 23:33:16 +0200 |
wenzelm |
tuned message;
|
changeset |
files
|
Wed, 17 Jul 2013 23:32:28 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Wed, 17 Jul 2013 23:36:33 +0200 |
smolkas |
tuned
|
changeset |
files
|
Wed, 17 Jul 2013 21:48:21 +0200 |
wenzelm |
merged
|
changeset |
files
|
Wed, 17 Jul 2013 21:25:27 +0200 |
wenzelm |
more opportunistic string_of_clause, to make double-sure its Syntax.string_of_term uncheck phase does not crash, and thus bomb ambiguous input via failed composition of warning (e.g. HOL/Imperative_HOL/ex/Linked_List.thy: lemma merge_simps);
|
changeset |
files
|
Wed, 17 Jul 2013 21:04:38 +0200 |
wenzelm |
tuned spelling;
|
changeset |
files
|
Wed, 17 Jul 2013 12:41:59 +0900 |
Christian Sternagel |
show variants in error messages; more precise error messages (give witnesses for multiple instances)
|
changeset |
files
|
Wed, 17 Jul 2013 12:19:14 +0900 |
Christian Sternagel |
refactoring
|
changeset |
files
|
Wed, 17 Jul 2013 17:16:51 +0200 |
wenzelm |
more robust exn_messages_ids;
|
changeset |
files
|
Wed, 17 Jul 2013 14:33:33 +0200 |
wenzelm |
non-strict "Quiet" mode, to avoid odd crash of code_pred/after_qed due to ill-typed use of string_of_clause (e.g. in JinjaThreads/Common/Decl.thy of AFP/d1bb08f92ce5);
|
changeset |
files
|
Wed, 17 Jul 2013 13:45:55 +0200 |
wenzelm |
take context from static theory, not dynamic theory certificate;
|
changeset |
files
|
Wed, 17 Jul 2013 11:38:57 +0200 |
wenzelm |
more official Thm.eq_thm_strict, without demanding ML equality type;
|
changeset |
files
|