wenzelm [Thu, 12 Sep 2019 14:22:47 +0200] rev 70686
discontinued obsolete "isabelle imports" and all_known data;
wenzelm [Thu, 12 Sep 2019 13:39:04 +0200] rev 70685
avoid duplicate directories wrt. synthetic session;
wenzelm [Thu, 12 Sep 2019 13:35:53 +0200] rev 70684
disallow accidental duplicates within the same session specification -- proper total match;
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;