wenzelm [Thu, 12 Sep 2019 13:33:09 +0200] rev 70683
find theory files via session structure: much faster Prover IDE startup;
wenzelm [Wed, 11 Sep 2019 20:48:10 +0200] rev 70682
find theory node name via session directories;
wenzelm [Wed, 11 Sep 2019 16:06:10 +0200] rev 70681
disallow overlapping session directories;
paulson <lp15@cam.ac.uk> [Tue, 10 Sep 2019 14:40:00 +0100] rev 70680
tidied up some massive ugliness
wenzelm [Sun, 08 Sep 2019 20:04:32 +0200] rev 70679
clarified messages;
wenzelm [Sun, 08 Sep 2019 17:49:35 +0200] rev 70678
clarified syntax: 'directories' and 'theories' belong together;
wenzelm [Sun, 08 Sep 2019 17:15:46 +0200] rev 70677
more documentation;
wenzelm [Sun, 08 Sep 2019 16:49:32 +0200] rev 70676
check session directories;
wenzelm [Sun, 08 Sep 2019 16:49:05 +0200] rev 70675
declare session directories;
wenzelm [Sun, 08 Sep 2019 13:07:03 +0200] rev 70674
clarified signature: proper Document.Node.Ordering conforming to equality (e.g. required in situations where theory names are ambiguous due to overlapping session directories);
wenzelm [Sat, 07 Sep 2019 19:52:36 +0200] rev 70673
theory_name based on session_directories: no need for expensive all_known;
wenzelm [Sat, 07 Sep 2019 16:17:30 +0200] rev 70672
clarified session_directories: relative to session_path, with overlapping information;
wenzelm [Sat, 07 Sep 2019 15:18:06 +0200] rev 70671
clarified signature: retain global session information, unaffected by later restriction;
wenzelm [Sat, 07 Sep 2019 14:50:38 +0200] rev 70670
disable fragile options for now;
wenzelm [Sat, 07 Sep 2019 12:16:11 +0200] rev 70669
avoid overlapping session directories;
wenzelm [Sat, 07 Sep 2019 12:11:42 +0200] rev 70668
support for explicit session directories;
wenzelm [Fri, 06 Sep 2019 20:29:09 +0200] rev 70667
obsolete (see 94442fce40a5);
wenzelm [Fri, 06 Sep 2019 20:23:31 +0200] rev 70666
optional trace output;
wenzelm [Fri, 06 Sep 2019 19:44:54 +0200] rev 70665
prefer commands_accepted: fewer protocol messages;
wenzelm [Fri, 06 Sep 2019 18:59:24 +0200] rev 70664
prefer define_commands_bulk: fewer protocol messages;
wenzelm [Fri, 06 Sep 2019 17:10:23 +0200] rev 70663
clarified signature;
wenzelm [Fri, 06 Sep 2019 16:48:28 +0200] rev 70662
tuned signature -- prefer bulk messages;
wenzelm [Fri, 06 Sep 2019 16:11:19 +0200] rev 70661
tuned signature;
wenzelm [Fri, 06 Sep 2019 15:50:57 +0200] rev 70660
proper session-qualifier imports (amending "fixes" from adaa0a6ea4fe);
wenzelm [Fri, 06 Sep 2019 15:45:05 +0200] rev 70659
more robust;
wenzelm [Fri, 06 Sep 2019 11:32:38 +0200] rev 70658
unused;
wenzelm [Fri, 06 Sep 2019 11:32:24 +0200] rev 70657
proper finished_theory status for result;
wenzelm [Fri, 06 Sep 2019 10:28:29 +0200] rev 70656
more central checkpoint;
wenzelm [Wed, 04 Sep 2019 22:12:44 +0200] rev 70655
disable share_common_data for now (amending 0f8742b5a9e8) -- potentially more robust;
wenzelm [Wed, 04 Sep 2019 22:01:19 +0200] rev 70654
merged
wenzelm [Wed, 04 Sep 2019 22:00:38 +0200] rev 70653
load theories in stages, to reduce ML heap requirements;
wenzelm [Wed, 04 Sep 2019 21:42:11 +0200] rev 70652
more complete graph;
wenzelm [Wed, 04 Sep 2019 20:05:57 +0200] rev 70651
tuned messages;
wenzelm [Wed, 04 Sep 2019 11:21:07 +0200] rev 70650
tuned signature;
wenzelm [Tue, 03 Sep 2019 19:20:22 +0200] rev 70649
clarified signature;
wenzelm [Tue, 03 Sep 2019 15:55:27 +0200] rev 70648
tuned important special case;
wenzelm [Tue, 03 Sep 2019 15:24:04 +0200] rev 70647
tuned signature;
wenzelm [Tue, 03 Sep 2019 14:58:29 +0200] rev 70646
more dump_checkpoints;
wenzelm [Tue, 03 Sep 2019 14:56:43 +0200] rev 70645
clarified signature;
wenzelm [Tue, 03 Sep 2019 11:32:29 +0200] rev 70644
clarified state variable: avoid extra mutability via Promise;
paulson <lp15@cam.ac.uk> [Wed, 04 Sep 2019 16:34:45 +0100] rev 70643
Removal of the redundant ancestor Continuous_Extension
paulson <lp15@cam.ac.uk> [Wed, 04 Sep 2019 15:27:04 +0100] rev 70642
Half of Brouwer_Fixpoint split off to form a separate theory: Retracts.
paulson <lp15@cam.ac.uk> [Wed, 04 Sep 2019 14:16:27 +0100] rev 70641
Theory Derivative no longer depends on Path_Connected
wenzelm [Mon, 02 Sep 2019 19:44:12 +0200] rev 70640
more explicit type Dump.Session, with context information;
wenzelm [Mon, 02 Sep 2019 16:28:09 +0200] rev 70639
proper orientation;
wenzelm [Mon, 02 Sep 2019 11:46:27 +0200] rev 70638
clarified signature: prefer operations without position;
wenzelm [Mon, 02 Sep 2019 10:41:14 +0200] rev 70637
prefer Theory_Ordering theory names are unique (due to proper session context);
wenzelm [Sun, 01 Sep 2019 22:57:25 +0200] rev 70636
clarified signature: full dependency graph;