src/Pure/Thy/sessions.scala
Mon, 02 Jan 2023 15:18:13 +0100 wenzelm clarified signature: more explicit types;
Mon, 02 Jan 2023 15:05:15 +0100 wenzelm clarified signature: more explicit types (see also 90c552d28d36);
Mon, 02 Jan 2023 13:54:40 +0100 wenzelm do write_session_sources early, to have information available in build job;
Mon, 02 Jan 2023 11:57:57 +0100 wenzelm more standard master_dir;
Sun, 01 Jan 2023 22:01:45 +0100 wenzelm more robust, for the sake of very rare duplicate files: src/Doc/Prog_Prove/MyList.thy and $AFP/Case_Labeling/util.ML;
Sun, 01 Jan 2023 21:44:08 +0100 wenzelm store session sources within build database: timing e.g. 150ms for HOL and < 50ms for common sessions;
Sat, 31 Dec 2022 14:58:34 +0100 wenzelm tuned signature;
Sat, 31 Dec 2022 14:54:20 +0100 wenzelm more systematic Sessions.illegal_theory, based on File_Format.theory_excluded;
Fri, 30 Dec 2022 20:38:29 +0100 wenzelm more robust: avoid detour via somewhat fragile Node.Name.path;
Fri, 30 Dec 2022 20:26:28 +0100 wenzelm clarified generic path operations;
Tue, 27 Dec 2022 12:00:37 +0100 wenzelm tuned;
Mon, 26 Dec 2022 16:57:07 +0100 wenzelm more bibtex errors;
Mon, 26 Dec 2022 16:44:13 +0100 wenzelm clarified signature: internalize errors (but: the parser rarely fails);
Mon, 26 Dec 2022 15:11:42 +0100 wenzelm clarified signature: more explicit types;
Wed, 21 Dec 2022 15:34:33 +0100 wenzelm actually build document;
Sun, 18 Dec 2022 14:39:35 +0100 wenzelm clarified signature;
Sat, 17 Dec 2022 11:25:10 +0100 wenzelm tuned output;
Fri, 16 Dec 2022 18:12:48 +0100 wenzelm clarified signature;
Fri, 16 Dec 2022 17:51:52 +0100 wenzelm clarified names;
Fri, 16 Dec 2022 17:02:10 +0100 wenzelm tuned signature;
Fri, 16 Dec 2022 16:00:56 +0100 wenzelm tuned signature (see also 8342cba8eae8);
Tue, 13 Dec 2022 11:29:52 +0100 wenzelm tuned;
Tue, 13 Dec 2022 11:27:51 +0100 wenzelm tuned;
Tue, 13 Dec 2022 11:25:26 +0100 wenzelm clarified order: accumulate strictly from left to right;
Tue, 13 Dec 2022 11:18:27 +0100 wenzelm clarified modules;
Tue, 13 Dec 2022 11:11:29 +0100 wenzelm clarified modules;
Tue, 13 Dec 2022 11:01:04 +0100 wenzelm tuned signature;
Mon, 12 Dec 2022 19:49:12 +0100 wenzelm clarified signature: more types and operations;
Mon, 12 Dec 2022 13:59:18 +0100 wenzelm clarified signature;
Mon, 12 Dec 2022 13:28:18 +0100 wenzelm tuned;
Sat, 10 Dec 2022 20:31:47 +0100 wenzelm clarified signature;
Thu, 08 Dec 2022 11:45:12 +0100 wenzelm tuned;
Thu, 08 Dec 2022 11:16:35 +0100 wenzelm tuned;
Thu, 01 Dec 2022 11:30:51 +0100 wenzelm tuned message;
Wed, 09 Nov 2022 19:42:21 +0100 wenzelm clarified GUI.Selector, with support for separator as pseudo-entry;
Fri, 21 Oct 2022 16:39:31 +0200 wenzelm generic support for XZ and Zstd compression in Isabelle/Scala;
Wed, 19 Oct 2022 16:01:07 +0200 wenzelm proper chapter for each ROOT file (amending b07f2ff55144);
Thu, 13 Oct 2022 11:22:32 +0200 wenzelm proper Deps.is_empty (amending 77327455b00d), e.g. relevant for warning "Nothing to build";
Sat, 10 Sep 2022 16:12:52 +0200 wenzelm more command-line options;
Sat, 03 Sep 2022 21:27:33 +0200 wenzelm tuned --- more robust syntax;
Mon, 29 Aug 2022 16:49:42 +0200 wenzelm tuned: avoid odd stateful programming;
Sat, 27 Aug 2022 17:46:58 +0200 wenzelm include groups from 'chapter_definition' in session info, based on the state of chapter_defs after processing all ROOT files (thus the declaration order does not matter);
Sat, 27 Aug 2022 16:08:01 +0200 wenzelm tuned signature;
Sat, 27 Aug 2022 15:44:51 +0200 wenzelm proper order;
Sat, 27 Aug 2022 15:23:58 +0200 wenzelm clarified signature of Sessions.Session: chapter_defs: vs. known_chapters (in declaration order) vs. chapters (covered by visible sessions);
Sat, 27 Aug 2022 12:18:49 +0200 wenzelm clarified syntax: more uniform;
Sat, 27 Aug 2022 12:04:49 +0200 wenzelm more robust, more strict;
Sat, 27 Aug 2022 12:01:27 +0200 wenzelm tuned signature;
Sat, 27 Aug 2022 11:58:05 +0200 wenzelm tuned;
Fri, 26 Aug 2022 21:34:09 +0200 wenzelm more robust: proper system_name;
Fri, 26 Aug 2022 21:28:26 +0200 wenzelm support 'chapter_definition' with description for presentation purposes;
Fri, 26 Aug 2022 12:44:06 +0200 wenzelm tuned signature;
Fri, 26 Aug 2022 11:46:53 +0200 wenzelm tuned whitespace;
Fri, 26 Aug 2022 11:41:59 +0200 wenzelm more robust: ensure that chapter/session/theory do not contain special notation (like "/" or "..");
Thu, 25 Aug 2022 15:30:21 +0200 wenzelm maintain "uuid" column in session build database, to identity the original build process uniquely;
Sat, 20 Aug 2022 14:03:40 +0200 wenzelm more thorough check, without path name artifacts (e.g. "./README");
Sat, 20 Aug 2022 13:45:47 +0200 wenzelm tuned signature;
Sat, 20 Aug 2022 13:35:17 +0200 wenzelm clarified signature: Sessions.Base_Info follows Sessions.Base;
Sat, 20 Aug 2022 13:28:31 +0200 wenzelm clarified signature: follow Sessions.Deps.check_errors (despite Process_Result.check);
Sat, 20 Aug 2022 00:24:04 +0200 wenzelm evade clash with index.html (allow "Index.thy" even on case-insensitive file-systems);
less more (0) -300 -100 -60 tip