Sat, 20 Jul 2013 16:45:00 +0200 clarified option name, with improved sort order wrt. "time" options;
wenzelm [Sat, 20 Jul 2013 16:45:00 +0200] rev 52717
clarified option name, with improved sort order wrt. "time" options;
Sat, 20 Jul 2013 16:29:06 +0200 document update at high priority -- important;
wenzelm [Sat, 20 Jul 2013 16:29:06 +0200] rev 52716
document update at high priority -- important;
Sat, 20 Jul 2013 16:27:55 +0200 option editor_execution_priority;
wenzelm [Sat, 20 Jul 2013 16:27:55 +0200] rev 52715
option editor_execution_priority;
Sat, 20 Jul 2013 16:18:17 +0200 obscure options;
wenzelm [Sat, 20 Jul 2013 16:18:17 +0200] rev 52714
obscure options;
Sat, 20 Jul 2013 16:16:23 +0200 print_state at high priority -- fast and important;
wenzelm [Sat, 20 Jul 2013 16:16:23 +0200] rev 52713
print_state at high priority -- fast and important;
Fri, 19 Jul 2013 23:29:43 +0200 proper Future.shutdown, to wait for the scheduler thread to finish remaining tasks (notably external processes);
wenzelm [Fri, 19 Jul 2013 23:29:43 +0200] rev 52712
proper Future.shutdown, to wait for the scheduler thread to finish remaining tasks (notably external processes);
Fri, 19 Jul 2013 20:56:39 +0200 old Poly/ML 5.3.0 cannot share the massive heap of HOL anymore (after introduction of immutable theory in 38466f4f3483);
wenzelm [Fri, 19 Jul 2013 20:56:39 +0200] rev 52711
old Poly/ML 5.3.0 cannot share the massive heap of HOL anymore (after introduction of immutable theory in 38466f4f3483);
Fri, 19 Jul 2013 17:58:57 +0200 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);
wenzelm [Fri, 19 Jul 2013 17:58:57 +0200] rev 52710
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);
Fri, 19 Jul 2013 17:35:12 +0200 turned pattern unify flag into configuration option (global only);
wenzelm [Fri, 19 Jul 2013 17:35:12 +0200] rev 52709
turned pattern unify flag into configuration option (global only);
Fri, 19 Jul 2013 16:36:13 +0200 merged
traytel [Fri, 19 Jul 2013 16:36:13 +0200] rev 52708
merged
Fri, 19 Jul 2013 14:51:45 +0200 permissive uncheck -- allow printing of malformed terms (e.g. in error messages);
traytel [Fri, 19 Jul 2013 14:51:45 +0200] rev 52707
permissive uncheck -- allow printing of malformed terms (e.g. in error messages);
Fri, 19 Jul 2013 15:48:04 +0200 added exerciese
nipkow [Fri, 19 Jul 2013 15:48:04 +0200] rev 52706
added exerciese
Fri, 19 Jul 2013 12:00:31 +0200 do not apply string_of_term to dummy-typed syntactic constants (ensures that uncheck phases work on well-typed terms)
traytel [Fri, 19 Jul 2013 12:00:31 +0200] rev 52705
do not apply string_of_term to dummy-typed syntactic constants (ensures that uncheck phases work on well-typed terms)
Thu, 18 Jul 2013 23:13:44 +0200 modify background theory where it is actually required (cf. 51dfdcd88e84);
wenzelm [Thu, 18 Jul 2013 23:13:44 +0200] rev 52704
modify background theory where it is actually required (cf. 51dfdcd88e84);
Thu, 18 Jul 2013 22:32:00 +0200 tuned messages -- avoid text folds stemming from Pretty.chunks;
wenzelm [Thu, 18 Jul 2013 22:32:00 +0200] rev 52703
tuned messages -- avoid text folds stemming from Pretty.chunks;
Thu, 18 Jul 2013 22:18:20 +0200 proper system options for 'find_theorems';
wenzelm [Thu, 18 Jul 2013 22:18:20 +0200] rev 52702
proper system options for 'find_theorems';
Thu, 18 Jul 2013 22:00:35 +0200 guard unify tracing via visible status of global theory;
wenzelm [Thu, 18 Jul 2013 22:00:35 +0200] rev 52701
guard unify tracing via visible status of global theory; find_theorems: back-patching of background theory to observe Context_Position.is_visible avoids spamming via auto solve_direct;
Thu, 18 Jul 2013 21:57:27 +0200 provide global operations as well;
wenzelm [Thu, 18 Jul 2013 21:57:27 +0200] rev 52700
provide global operations as well;
Thu, 18 Jul 2013 21:20:09 +0200 tuned signature;
wenzelm [Thu, 18 Jul 2013 21:20:09 +0200] rev 52699
tuned signature;
Thu, 18 Jul 2013 21:06:21 +0200 tuned;
wenzelm [Thu, 18 Jul 2013 21:06:21 +0200] rev 52698
tuned;
Thu, 18 Jul 2013 20:53:22 +0200 explicit padding on command boundary for "auto" generated sendback -- do not replace the corresponding goal command, but append to it;
wenzelm [Thu, 18 Jul 2013 20:53:22 +0200] rev 52697
explicit padding on command boundary for "auto" generated sendback -- do not replace the corresponding goal command, but append to it;
Thu, 18 Jul 2013 13:12:54 +0200 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;
wenzelm [Thu, 18 Jul 2013 13:12:54 +0200] rev 52696
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;
Wed, 17 Jul 2013 23:51:10 +0200 merged
wenzelm [Wed, 17 Jul 2013 23:51:10 +0200] rev 52695
merged
Wed, 17 Jul 2013 23:33:16 +0200 tuned message;
wenzelm [Wed, 17 Jul 2013 23:33:16 +0200] rev 52694
tuned message;
Wed, 17 Jul 2013 23:32:28 +0200 tuned signature;
wenzelm [Wed, 17 Jul 2013 23:32:28 +0200] rev 52693
tuned signature;
Wed, 17 Jul 2013 23:36:33 +0200 tuned
smolkas [Wed, 17 Jul 2013 23:36:33 +0200] rev 52692
tuned
Wed, 17 Jul 2013 21:48:21 +0200 merged
wenzelm [Wed, 17 Jul 2013 21:48:21 +0200] rev 52691
merged
Wed, 17 Jul 2013 21:25:27 +0200 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);
wenzelm [Wed, 17 Jul 2013 21:25:27 +0200] rev 52690
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);
Wed, 17 Jul 2013 21:04:38 +0200 tuned spelling;
wenzelm [Wed, 17 Jul 2013 21:04:38 +0200] rev 52689
tuned spelling;
Wed, 17 Jul 2013 12:41:59 +0900 show variants in error messages; more precise error messages (give witnesses for multiple instances)
Christian Sternagel [Wed, 17 Jul 2013 12:41:59 +0900] rev 52688
show variants in error messages; more precise error messages (give witnesses for multiple instances)
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip