src/Pure/Thy/sessions.scala
Tue, 07 Nov 2017 11:11:37 +0100 wenzelm backed out odd "bug fix" 671decd2e627;
Sun, 05 Nov 2017 16:57:03 +0100 wenzelm uniform graph restriction: build_graph is more sparse than imports_graph and may yield different results for exclude_session_groups / exclude_sessions (e.g. "isabelle build -a -X main");
Sat, 04 Nov 2017 17:11:21 +0100 wenzelm clarified lazy Completion within Outer_Syntax: measurable speedup of Sessions.deps;
Thu, 02 Nov 2017 15:21:35 +0100 wenzelm proper deps;
Thu, 02 Nov 2017 11:47:32 +0100 wenzelm allow unrelated ancestor;
Thu, 02 Nov 2017 11:25:37 +0100 wenzelm support alternative ancestor session;
Thu, 02 Nov 2017 10:16:22 +0100 wenzelm support focus_session, for much faster startup of Isabelle/jEdit;
Wed, 01 Nov 2017 21:02:16 +0100 wenzelm init only once (see also c0f776b661fa);
Wed, 01 Nov 2017 16:58:38 +0100 wenzelm clarified terminology;
Wed, 01 Nov 2017 16:43:51 +0100 wenzelm tuned signature;
Wed, 01 Nov 2017 16:38:15 +0100 wenzelm do not store bulky Session.Deps;
Wed, 01 Nov 2017 16:31:27 +0100 wenzelm avoid duplicate invocation of expensive Sessions.deps on full_sessions;
Wed, 01 Nov 2017 12:28:20 +0100 wenzelm clarified ROOT syntax: 'sessions' and 'theories' are optional, but need to be non-empty;
Tue, 31 Oct 2017 22:17:38 +0100 wenzelm removed unused option, which is potentially expensive;
Tue, 31 Oct 2017 21:50:09 +0100 wenzelm allow to augment session context via explicit session infos;
Tue, 31 Oct 2017 20:57:44 +0100 wenzelm synthesize session with all required theories from other session imports;
Tue, 31 Oct 2017 19:29:24 +0100 wenzelm clarified signature;
Tue, 31 Oct 2017 18:56:24 +0100 wenzelm clarified signature;
Tue, 31 Oct 2017 18:45:33 +0100 wenzelm clarified signature;
Tue, 31 Oct 2017 17:56:28 +0100 wenzelm clarified signature;
Tue, 31 Oct 2017 17:15:49 +0100 wenzelm clarified signature: global_theories is always required;
Tue, 31 Oct 2017 16:42:20 +0100 wenzelm tuned signature;
Tue, 31 Oct 2017 15:55:50 +0100 wenzelm clarified modules;
Tue, 31 Oct 2017 15:15:02 +0100 wenzelm more permissive: db could be empty after hard crash;
Wed, 25 Oct 2017 11:35:48 +0200 wenzelm uniform system name;
Mon, 16 Oct 2017 14:32:09 +0200 wenzelm provide theory timing information, similar to command timing but always considered relevant;
Fri, 13 Oct 2017 21:20:31 +0200 wenzelm tuned signature;
Thu, 12 Oct 2017 11:25:06 +0200 wenzelm clarified signature;
Wed, 11 Oct 2017 20:55:11 +0200 wenzelm clarified meta_digest;
Tue, 10 Oct 2017 11:24:35 +0200 wenzelm tuned signature;
Tue, 10 Oct 2017 11:20:02 +0200 wenzelm tuned signature;
Mon, 09 Oct 2017 21:43:27 +0200 wenzelm operations for graph display;
Mon, 09 Oct 2017 21:12:22 +0200 wenzelm tuned signature;
Mon, 09 Oct 2017 17:08:37 +0200 wenzelm tuned;
Mon, 09 Oct 2017 16:43:15 +0200 wenzelm clarified signature: public access to ROOT file syntax;
Sat, 07 Oct 2017 20:31:01 +0200 wenzelm theory qualifier is always session name (see also 31e8a86971a8);
Fri, 06 Oct 2017 17:13:57 +0200 wenzelm clarified node_syntax (amending ae38b8c0fdd9): default to overall_syntax, e.g. relevant for command spans wrt. bad header;
Wed, 04 Oct 2017 20:16:53 +0200 wenzelm process ROOT files only once, which allows duplicate (or overlapping) session root directories;
Mon, 02 Oct 2017 19:58:29 +0200 wenzelm discontinued obsolete 'files' in session ROOT;
Mon, 02 Oct 2017 15:37:46 +0200 wenzelm more compact (second-order) digest for 10^2..10^3 source files, with slightly increased risk of collisions;
Mon, 02 Oct 2017 13:33:36 +0200 wenzelm sources_stamp refers to full sources;
Sun, 01 Oct 2017 20:50:26 +0200 wenzelm persistent storage of imported_sources;
Sun, 01 Oct 2017 17:59:26 +0200 wenzelm cache sources: invoke SHA1.digest at most once;
Sun, 01 Oct 2017 16:56:47 +0200 wenzelm tuned;
Sun, 01 Oct 2017 13:07:31 +0200 wenzelm option -B for "isabelle build" and "isabelle imports";
Sun, 01 Oct 2017 12:28:52 +0200 wenzelm more standard merge operation;
Fri, 29 Sep 2017 22:43:29 +0200 wenzelm unused;
Fri, 29 Sep 2017 22:41:19 +0200 wenzelm more accurate node_syntax: avoid overall_syntax for PIDE edits;
Fri, 29 Sep 2017 22:12:32 +0200 wenzelm tuned signature;
Fri, 29 Sep 2017 21:30:31 +0200 wenzelm clarified theory syntax vs. overall session syntax;
Fri, 29 Sep 2017 21:03:04 +0200 wenzelm unused;
Fri, 29 Sep 2017 20:49:42 +0200 wenzelm more informative loaded_theories: dependencies and syntax;
Fri, 29 Sep 2017 17:41:39 +0200 wenzelm tuned signature;
Fri, 29 Sep 2017 17:35:09 +0200 wenzelm tuned;
Fri, 29 Sep 2017 17:28:44 +0200 wenzelm tuned signature;
Thu, 28 Sep 2017 15:11:32 +0200 wenzelm session-qualified theory names are mandatory;
Wed, 27 Sep 2017 17:39:03 +0200 wenzelm maintain loaded_files for each theory;
Tue, 26 Sep 2017 22:30:54 +0200 wenzelm clarified pure_files, based on uniform loaded_files;
Tue, 26 Sep 2017 17:32:16 +0200 wenzelm tuned signature -- more readable output as Scala value;
Sat, 16 Sep 2017 15:35:56 +0200 wenzelm proper standard_path to revert platform_path in JEdit_Sessions.session_base;
Tue, 05 Sep 2017 14:29:43 +0200 wenzelm tolerate more errors (cf. 1e5ae735e026);
Thu, 31 Aug 2017 19:06:14 +0200 wenzelm clarified signature: provide all_known information uniformly (it is subject to Sessions.T selection);
Thu, 31 Aug 2017 17:21:38 +0200 wenzelm tuned;
Thu, 31 Aug 2017 16:30:46 +0200 wenzelm clarified errors;
Sat, 01 Jul 2017 16:39:56 +0200 wenzelm tuned;
Fri, 30 Jun 2017 14:19:37 +0200 wenzelm clarified platform file operations;
Mon, 26 Jun 2017 15:57:20 +0200 wenzelm proper bootstrap_name (amending b42743f5b595);
Thu, 01 Jun 2017 21:43:36 +0200 wenzelm tuned signature;
Fri, 26 May 2017 21:40:52 +0200 wenzelm unused;
Fri, 26 May 2017 20:52:01 +0200 wenzelm store errors in build_history logs and database;
Fri, 26 May 2017 15:19:21 +0200 wenzelm store errors in build db;
Wed, 17 May 2017 21:24:16 +0200 wenzelm clarified use of XML.Cache;
Sun, 14 May 2017 20:22:54 +0200 wenzelm tuned signature;
Sat, 06 May 2017 20:52:23 +0200 wenzelm tuned signature;
Sat, 06 May 2017 12:45:42 +0200 wenzelm clarified signature;
Wed, 03 May 2017 15:53:23 +0200 wenzelm tuned signature;
Wed, 03 May 2017 15:51:34 +0200 wenzelm clarified signature;
Fri, 28 Apr 2017 20:03:34 +0200 wenzelm tuned signature;
Fri, 28 Apr 2017 13:21:03 +0200 wenzelm tuned;
Fri, 28 Apr 2017 11:50:31 +0200 wenzelm tuned signature;
Thu, 27 Apr 2017 11:41:13 +0200 wenzelm tuned signature;
Thu, 27 Apr 2017 11:26:25 +0200 wenzelm clarified modules;
Tue, 25 Apr 2017 21:31:28 +0200 wenzelm meta_digest without accidental source positions (amending 1544e61e5314): avoid spurious rebuild of unrelated sessions after editing ROOT;
Sun, 23 Apr 2017 23:06:50 +0200 wenzelm support for potential session imports;
Sun, 23 Apr 2017 18:47:56 +0200 wenzelm support for Mercurial manifest check;
Sun, 23 Apr 2017 18:12:42 +0200 wenzelm tuned;
Fri, 21 Apr 2017 18:51:24 +0200 wenzelm proper imports_resources for import_name: avoid self-referential name resolution;
Fri, 21 Apr 2017 14:09:03 +0200 wenzelm eliminated default_qualifier: just a constant;
Fri, 21 Apr 2017 10:59:07 +0200 wenzelm proper theory_qualifier;
Thu, 20 Apr 2017 17:34:31 +0200 wenzelm more operations;
Thu, 20 Apr 2017 15:00:32 +0200 wenzelm tuned signature;
Thu, 20 Apr 2017 10:35:00 +0200 wenzelm clarified;
Thu, 20 Apr 2017 10:30:30 +0200 wenzelm store Sessions.Info.name;
Wed, 19 Apr 2017 20:10:34 +0200 wenzelm more position information;
Tue, 18 Apr 2017 19:17:46 +0200 wenzelm clarified session graph: collapse theories from other sessions;
Mon, 17 Apr 2017 21:26:23 +0200 wenzelm clarified: Map index uses canonical files;
Mon, 17 Apr 2017 21:00:38 +0200 wenzelm tuned signature;
Mon, 17 Apr 2017 20:54:48 +0200 wenzelm tuned signature;
Mon, 17 Apr 2017 20:12:20 +0200 wenzelm proper imports_base, notably for thy_deps;
Mon, 17 Apr 2017 19:44:13 +0200 wenzelm tuned signature;
Mon, 17 Apr 2017 13:14:01 +0200 wenzelm special theories are always global;
Wed, 12 Apr 2017 23:44:33 +0200 wenzelm proper bootstrap base for building Pure;
Wed, 12 Apr 2017 22:32:55 +0200 wenzelm clarified loaded_theories: map to qualified theory name;
Wed, 12 Apr 2017 17:48:19 +0200 wenzelm early check and normalization of session directory, e.g. relevant for path information passed to ML process, which may have a different CWD;
Tue, 11 Apr 2017 20:27:14 +0200 wenzelm more informative known_files: known_theories within the local session directory come first;
Tue, 11 Apr 2017 16:01:29 +0200 wenzelm support for known theories files (according to multiple uses);
Mon, 10 Apr 2017 16:43:12 +0200 wenzelm proper import qualifier for global theories;
Mon, 10 Apr 2017 13:30:55 +0200 wenzelm explicit theory qualifier for session "HOL-Proofs": its theory name space overlaps with session "HOL", even for further imports;
Sat, 08 Apr 2017 22:36:32 +0200 wenzelm more qualifier treatment, but in the end it is still ignored;
Sat, 08 Apr 2017 20:56:41 +0200 wenzelm more session_base information in ML;
Fri, 07 Apr 2017 20:25:01 +0200 wenzelm tuned;
Fri, 07 Apr 2017 18:26:30 +0200 wenzelm tuned comment;
Fri, 07 Apr 2017 16:34:14 +0200 wenzelm more explicit lookup of loaded_theories: base names allowed here;
Fri, 07 Apr 2017 15:53:06 +0200 wenzelm support for all_known_theories of all sessions;
Fri, 07 Apr 2017 15:35:00 +0200 wenzelm tuned;
Fri, 07 Apr 2017 13:52:06 +0200 wenzelm known_theories from imported sessions;
Fri, 07 Apr 2017 13:36:26 +0200 wenzelm tuned;
Fri, 07 Apr 2017 13:27:47 +0200 wenzelm more checks;
Fri, 07 Apr 2017 13:07:43 +0200 wenzelm tuned signature;
Fri, 07 Apr 2017 11:50:49 +0200 wenzelm support for static session imports, without affect build hierarchy;
less more (0) -120 tip