Sun, 22 Oct 2023 19:40:28 +0200 wenzelm merged
Sun, 22 Oct 2023 15:25:08 +0200 wenzelm update documentation on simproc_setup;
Sun, 22 Oct 2023 13:56:52 +0200 wenzelm tuned;
Sun, 22 Oct 2023 12:18:23 +0200 wenzelm proper morphism;
Sat, 21 Oct 2023 21:19:02 +0200 wenzelm simprocs may be distinguished via 'identifier': only works for ML antiquotation (see also 13252110a6fe);
Sat, 21 Oct 2023 14:36:47 +0200 wenzelm more compact ML source;
Sat, 21 Oct 2023 12:02:23 +0200 wenzelm more robust read_simproc_spec: proper error positions;
Sat, 21 Oct 2023 11:34:37 +0200 wenzelm tuned signature;
Sat, 21 Oct 2023 11:24:34 +0200 wenzelm more standard simproc_setup using ML antiquotation;
Sat, 21 Oct 2023 00:25:40 +0200 wenzelm more standard simproc_setup using ML antiquotation;
Sat, 21 Oct 2023 00:13:12 +0200 wenzelm more standard simproc_setup using ML antiquotation;
Fri, 20 Oct 2023 22:19:05 +0200 wenzelm added ML antiquotation "simproc_setup";
Fri, 20 Oct 2023 16:40:41 +0200 wenzelm clarified signature;
Fri, 20 Oct 2023 11:03:09 +0200 wenzelm clarified signature;
Thu, 19 Oct 2023 21:58:47 +0200 wenzelm tuned signature;
Thu, 19 Oct 2023 21:38:09 +0200 wenzelm tuned signature;
Thu, 19 Oct 2023 17:06:39 +0200 wenzelm clarified signature;
Thu, 19 Oct 2023 16:31:17 +0200 wenzelm clarified syntax and order of parameters;
Thu, 19 Oct 2023 11:30:16 +0200 wenzelm clarified signature: Named_Target.setup works both for global and local theory;
Wed, 18 Oct 2023 22:09:25 +0200 wenzelm clarified signature;
Wed, 18 Oct 2023 16:29:24 +0200 wenzelm clarified signature: more concise simproc setup in ML;
Wed, 18 Oct 2023 15:13:52 +0200 wenzelm clarified signature: more concise variations on implicit theory setup;
Tue, 17 Oct 2023 22:29:12 +0200 wenzelm clarified simproc_setup (passive);
Tue, 17 Oct 2023 22:25:48 +0200 wenzelm clarified 'simproc_setup';
Tue, 17 Oct 2023 18:55:29 +0200 wenzelm support for "simproc_setup ... (passive)": allow to define simprocs in Isar that are not added to the simpset (yet);
Tue, 17 Oct 2023 15:51:28 +0200 wenzelm more standard simproc_setup in Isar;
Tue, 17 Oct 2023 15:10:14 +0200 wenzelm more standard ML setup;
Fri, 20 Oct 2023 12:25:35 +0200 desharna proper slice duration (i.e., 5 s) for new Vampire portfolio following 5a14f2cc1ea0
Wed, 18 Oct 2023 10:41:12 +0200 desharna added new portfolio for Vampire 4.8
Tue, 17 Oct 2023 12:10:58 +0200 wenzelm tuned signature, following Isabelle/Scala;
Tue, 17 Oct 2023 11:52:52 +0200 wenzelm more thorough expose_interrupt: always reset "break" state, regardless of pending interrupt;
Tue, 17 Oct 2023 11:47:13 +0200 wenzelm tuned;
Mon, 16 Oct 2023 21:27:56 +0200 wenzelm proper parallel build tasks;
Sun, 15 Oct 2023 14:59:19 +0200 wenzelm more Haskell tests on macOS;
Sun, 15 Oct 2023 14:22:37 +0200 wenzelm more NEWS;
Sun, 15 Oct 2023 13:48:08 +0200 wenzelm disable naproche component for now: to be updated before the next Isabelle release;
Sun, 15 Oct 2023 13:36:48 +0200 wenzelm updated to stack-2.13.1: include arm64-darwin, although it does not quite work yet (e.g. session "Haskell");
Sat, 14 Oct 2023 20:50:25 +0200 wenzelm more NEWS;
Sat, 14 Oct 2023 20:48:12 +0200 wenzelm tuned structure;
Sat, 14 Oct 2023 20:24:39 +0200 wenzelm update platforms: discontinue macOS 10.13 High Sierra, macOS 10.14 Mojave, macOS 10.15 Catalina;
Sat, 14 Oct 2023 20:22:40 +0200 wenzelm updated to official release of polyml-5.9.1, based on Ubuntu 18.04 LTS and macOS 11 Big Sur;
Sat, 14 Oct 2023 20:10:08 +0200 wenzelm proper options for macOS 11 Big Sur;
Sat, 14 Oct 2023 15:26:39 +0200 wenzelm support for official release of polyml-5.9.1;
Sat, 14 Oct 2023 15:16:40 +0200 wenzelm updated Linux baseline to Ubuntu 18.04;
Sat, 14 Oct 2023 15:09:20 +0200 wenzelm support for macOS 14 Sonoma (only for testing);
Sat, 14 Oct 2023 14:38:40 +0200 wenzelm more platform tests: initial support for macOS 14 Sonoma;
Sat, 14 Oct 2023 14:27:54 +0200 wenzelm updated to gmp-6.3.0, for the sake of macOS 14 Sonoma;
Thu, 12 Oct 2023 21:13:22 +0200 wenzelm merged
Thu, 12 Oct 2023 21:11:59 +0200 wenzelm prefer Exn.result: avoid accidental capture of interrupts, similar to ML;
Thu, 12 Oct 2023 20:58:15 +0200 wenzelm clarified user errors vs. failures, e.g. java.lang.StackOverflowError;
Thu, 12 Oct 2023 14:59:59 +0200 wenzelm further clarification of Exn.is_interrupt_proper vs. overall Exn.is_interrupt;
Thu, 12 Oct 2023 15:45:06 +0200 wenzelm proper Exn.capture with check_interrupt (amending a3dcae9a2ebe);
Thu, 12 Oct 2023 10:56:45 +0200 wenzelm distinguish proper interrupts from Poly/ML RTS breakdown;
Wed, 11 Oct 2023 14:03:16 +0200 wenzelm tuned;
Wed, 11 Oct 2023 13:49:08 +0200 wenzelm tuned;
Wed, 11 Oct 2023 12:37:11 +0200 wenzelm proper Isabelle_Thread.try_catch;
Wed, 11 Oct 2023 12:22:46 +0200 wenzelm tuned;
Wed, 11 Oct 2023 11:59:24 +0200 wenzelm proper Exn.capture / Isabelle_Thread.try_catch;
Wed, 11 Oct 2023 11:37:18 +0200 wenzelm tuned;
Wed, 11 Oct 2023 11:27:01 +0200 wenzelm clarified signature;
Wed, 11 Oct 2023 11:07:00 +0200 wenzelm proper Exn.capture;
Wed, 11 Oct 2023 11:06:34 +0200 wenzelm more robust: avoid race condition;
Wed, 11 Oct 2023 10:48:42 +0200 wenzelm clarified name;
Wed, 11 Oct 2023 10:46:50 +0200 wenzelm clarified signature;
Wed, 11 Oct 2023 10:16:17 +0200 wenzelm clarified comments;
Thu, 12 Oct 2023 12:36:09 +0100 paulson Fixed the duplication of fls_compose_fps, moving the definition in Laurent_Convergence to Formal_Laurent_Series along with several simpler facts
Wed, 11 Oct 2023 17:02:33 +0100 paulson atin now an abbreviation for atin_within, which has been moved to Abstract_Limits
Wed, 11 Oct 2023 14:25:14 +0100 paulson merged
Tue, 03 Oct 2023 15:01:54 +0100 paulson New proofs also some slightly faster existing proofs
Tue, 10 Oct 2023 13:15:32 +0200 Fabian Huch updated to hugo-0.119.0;
Tue, 10 Oct 2023 12:57:01 +0200 Fabian Huch add component build tool for hugo from afp-devel;
Tue, 10 Oct 2023 11:20:57 +0200 desharna removed test failing on some platform
Mon, 09 Oct 2023 21:41:26 +0200 wenzelm mini2 is not active due to upgrade;
Mon, 09 Oct 2023 21:31:43 +0200 wenzelm more PLATFORMS;
Sun, 08 Oct 2023 21:15:13 +0200 wenzelm update documentation on Isabelle/ML exceptions;
Sun, 08 Oct 2023 19:17:41 +0200 wenzelm misc tuning;
Sun, 08 Oct 2023 19:05:35 +0200 wenzelm discontinue obsolete "Interrupt" constructor (NB: catch-all pattern produces ML compiler error);
Sun, 08 Oct 2023 15:12:59 +0200 wenzelm proper thread context for "isabelle-markup" Sidekick parser (amending 01a7265db76b);
Sun, 08 Oct 2023 15:02:01 +0200 wenzelm proper Scala version, e.g. for IntelliJ IDEA;
Mon, 02 Oct 2023 11:28:23 +0200 desharna NEWS
Mon, 02 Oct 2023 11:22:53 +0200 desharna used standard Time.compare in Sledgehammer's preplay
Fri, 29 Sep 2023 17:22:19 +0200 desharna moved variable bindings to tighter scope
Fri, 29 Sep 2023 15:52:56 +0200 desharna removed proof reconstruction from Mirabelle; this is best handled directly in Sledgehammer
Fri, 29 Sep 2023 15:36:12 +0200 desharna removed unused function parameter
Fri, 29 Sep 2023 14:00:09 +0100 paulson merged
Fri, 29 Sep 2023 13:59:56 +0100 paulson A couple of new lemmas
Fri, 29 Sep 2023 11:19:43 +0200 wenzelm merged
Fri, 29 Sep 2023 11:19:19 +0200 wenzelm more NEWS;
Thu, 28 Sep 2023 20:07:30 +0200 wenzelm explicitly reject 'handle' with catch-all patterns;
Thu, 28 Sep 2023 19:40:20 +0200 wenzelm avoid accidental 'handle' of interrupts;
Thu, 28 Sep 2023 19:36:54 +0200 wenzelm tuned: prefer try-catch/finally over low-level 'handle';
Thu, 28 Sep 2023 14:43:07 +0200 wenzelm clarified treatment of exceptions: avoid catch-all handlers;
Thu, 28 Sep 2023 11:30:01 +0200 wenzelm clarified output vs. error: presence of error messages means error (see also cb7264721c91);
Tue, 26 Sep 2023 15:09:31 +0200 wenzelm tuned;
Tue, 26 Sep 2023 15:04:47 +0200 wenzelm more robust management of resources, using Thread_Attributes.uninterruptible;
Tue, 26 Sep 2023 15:03:02 +0200 wenzelm tuned;
Tue, 26 Sep 2023 14:42:33 +0200 wenzelm clarified signature;
Tue, 26 Sep 2023 14:29:55 +0200 wenzelm more robust management of resources, using Thread_Attributes.uninterruptible;
Tue, 26 Sep 2023 13:37:08 +0200 wenzelm tuned;
Tue, 26 Sep 2023 13:34:04 +0200 wenzelm tuned;
Tue, 26 Sep 2023 12:46:31 +0200 wenzelm tuned signature;
Tue, 26 Sep 2023 12:30:08 +0200 wenzelm clarified signature: distinction of unmanaged vs. managed interrupts (not implemented yet);
Mon, 25 Sep 2023 21:58:58 +0200 wenzelm clarified signature;
Mon, 25 Sep 2023 21:46:38 +0200 wenzelm clarified modules;
Mon, 25 Sep 2023 21:36:46 +0200 wenzelm unused;
Mon, 25 Sep 2023 21:30:46 +0200 wenzelm clarified order of modules: early access to interrupt management of Isabelle_Threads;
Mon, 25 Sep 2023 21:09:25 +0200 wenzelm tuned: prefer antiquotation for try-catch;
Mon, 25 Sep 2023 20:56:44 +0200 wenzelm tuned: prefer antiquotation for try-catch;
Mon, 25 Sep 2023 19:49:25 +0200 wenzelm tuned: prefer antiquotation for try-finally;
Mon, 25 Sep 2023 19:28:14 +0200 wenzelm omit pointless capture/release (see also 469a375212c1);
Mon, 25 Sep 2023 19:27:17 +0200 wenzelm omit pointless capture/release (see also 26774ccb1c74);
Mon, 25 Sep 2023 18:45:41 +0200 wenzelm clarified signature: avoid association with potentially dangerous Exn.capture;
Mon, 25 Sep 2023 17:37:52 +0200 wenzelm more robust: catch/finally part is uninterruptible;
Mon, 25 Sep 2023 17:37:12 +0200 wenzelm more position information, e.g. for warning about fn-pattern;
Mon, 25 Sep 2023 16:55:11 +0200 wenzelm unused;
Mon, 25 Sep 2023 16:17:43 +0200 wenzelm more general ML_Antiquotation.special_form;
Wed, 27 Sep 2023 13:34:15 +0100 paulson Importing or moving a few more useful theorems
Mon, 25 Sep 2023 17:06:11 +0100 paulson merged
Mon, 25 Sep 2023 17:06:05 +0100 paulson A few new theorems
Mon, 25 Sep 2023 17:16:32 +0200 blanchet avoid legacy binding errors in Sledgehammer Isar proofs
Mon, 25 Sep 2023 17:16:32 +0200 blanchet parse applie lambdas correctly plus deal gracefully with lambda-lifting in Zipperposition
Mon, 25 Sep 2023 17:16:32 +0200 blanchet added argo
Mon, 25 Sep 2023 17:16:32 +0200 blanchet allow (~) syntax in TPTP proofs for unapplied negation
Mon, 25 Sep 2023 17:16:32 +0200 blanchet reconstruct Zipperposition's if-then-else in Sledgehammer Isar proofs
Mon, 25 Sep 2023 17:16:32 +0200 blanchet use same associativity as Isabelle when parsing HOL proofs
Mon, 25 Sep 2023 17:16:32 +0200 blanchet improved Sledgehammer's HOL proof parser w.r.t. negation
Sun, 24 Sep 2023 15:55:42 +0200 wenzelm clarified signature;
Sun, 24 Sep 2023 15:14:45 +0200 wenzelm clarified signature;
Sun, 24 Sep 2023 15:07:40 +0200 wenzelm clarified signature;
Sun, 24 Sep 2023 11:42:13 +0200 wenzelm minor performance tuning;
Sat, 23 Sep 2023 18:45:28 +0100 paulson merged
Sat, 23 Sep 2023 18:45:19 +0100 paulson A few new or simplified proofs
Fri, 22 Sep 2023 16:12:10 +0200 wenzelm tuned: more standard order;
Fri, 22 Sep 2023 16:11:18 +0200 wenzelm clarified signature;
Fri, 22 Sep 2023 00:05:11 +0200 wenzelm proper fontenc for cartouches (amending d052d61da398);
Thu, 21 Sep 2023 23:45:03 +0200 wenzelm clarified modules;
Thu, 21 Sep 2023 18:17:26 +0200 wenzelm clarified signature;
Thu, 21 Sep 2023 18:14:28 +0200 wenzelm clarified modules;
Thu, 21 Sep 2023 17:09:48 +0200 wenzelm tuned;
Thu, 21 Sep 2023 17:04:56 +0200 wenzelm more robust: prefer linear data flow;
Wed, 20 Sep 2023 17:40:09 +0200 desharna added first proof reconstruction test for Sledgehammer
Tue, 19 Sep 2023 20:24:39 +0200 wenzelm tuned;
Tue, 19 Sep 2023 19:48:54 +0200 wenzelm clarified signature;
Tue, 19 Sep 2023 13:46:11 +0200 wenzelm clarified signature (again): follow Isabelle/Java/Scala;
Tue, 19 Sep 2023 13:12:13 +0200 wenzelm tuned (following 69c6d3e87660);
Tue, 19 Sep 2023 13:02:48 +0200 wenzelm tuned --- avoid pointless indirection (see also a2df9de46060);
Sun, 17 Sep 2023 18:56:35 +0100 paulson (pointlessly) get rid of some simp calls within "proof"
Sat, 16 Sep 2023 06:38:44 +0000 haftmann reduced prominence of lemma names
Sat, 16 Sep 2023 06:38:44 +0000 haftmann new formulation of an auxiliary lemma
Fri, 15 Sep 2023 20:46:50 +0100 paulson A few more inclusion-exclusion theorems from HOL Light
Thu, 14 Sep 2023 05:24:30 +0000 haftmann Corrected type calculation.
Wed, 13 Sep 2023 17:08:55 +0000 haftmann some hints on managed installations
Wed, 13 Sep 2023 17:08:54 +0000 haftmann prefer cartouches over quotes for clarity of resulting document
Tue, 12 Sep 2023 13:54:48 +0100 paulson A little reorganisation
Mon, 11 Sep 2023 23:13:23 +0200 wenzelm post-release updates;
Mon, 11 Sep 2023 22:59:34 +0200 wenzelm merged
Mon, 11 Sep 2023 19:31:09 +0200 wenzelm Added tag Isabelle2023 for changeset b5f3d1051b13
Mon, 11 Sep 2023 19:30:48 +0200 wenzelm tuned; Isabelle2023
Mon, 11 Sep 2023 15:59:40 +0200 wenzelm misc tuning;
Sun, 10 Sep 2023 19:31:35 +0200 wenzelm documentation for the "Document" panel in Isabelle/jEdit;
Sat, 09 Sep 2023 19:26:08 +0100 paulson Loads of new material related to porting the Euler Polyhedron Formula from HOL Light
Sat, 09 Sep 2023 17:18:52 +0100 paulson merged
Sat, 26 Aug 2023 11:36:40 +0100 paulson merged
Sat, 26 Aug 2023 11:36:25 +0100 paulson tidying up old apply-style proofs
Thu, 07 Sep 2023 16:53:57 +0200 Kevin Kappelmann allow higher-order unification of open terms (reviewed by Larry Paulson)
Wed, 06 Sep 2023 20:51:45 +0200 wenzelm merged
Wed, 06 Sep 2023 20:51:28 +0200 wenzelm clarified signature: retain original Poly/ML names Thread.Thread, Thread.Mutex, Thread.ConditionVar and de-emphasize them for Isabelle/ML;
Wed, 06 Sep 2023 16:03:22 +0200 wenzelm add ML_system_pp for type Isabelle_Thread.T;
Wed, 06 Sep 2023 14:09:27 +0200 wenzelm more explicit type Isabelle_Thread.T;
Mon, 04 Sep 2023 21:03:13 +0200 wenzelm discontinue somewhat pointless thread tracing/debugging: without PIDE command context, messages are not shown, and Exn.trace hardly works anyway (see also de20fccf6509 and 447972249785);
Mon, 04 Sep 2023 17:25:16 +0200 wenzelm tuned whitespace;
Tue, 05 Sep 2023 15:23:50 +0200 blanchet tuned Sledgehammer messages
Tue, 05 Sep 2023 15:23:48 +0200 blanchet respect timeout better
Sun, 03 Sep 2023 19:28:59 +0200 wenzelm merged
Sun, 03 Sep 2023 18:09:00 +0200 wenzelm Added tag Isabelle2023-RC5 for changeset ffa417b5c913
Sun, 03 Sep 2023 16:56:43 +0200 wenzelm tuned;
Sun, 03 Sep 2023 16:47:54 +0200 wenzelm tuned messages;
Sun, 03 Sep 2023 16:44:07 +0200 wenzelm proper stop of build_process shutdown, despite errors on workers;
Sun, 03 Sep 2023 16:19:58 +0200 wenzelm prefer quiet mode: potentially more robust ssh connection, e.g. when master closes;
Sun, 03 Sep 2023 16:18:06 +0200 wenzelm support "isabelle build_worker -q";
Sun, 03 Sep 2023 13:38:56 +0200 wenzelm support "isabelle build_process -r -f";
Sun, 03 Sep 2023 13:23:51 +0200 wenzelm clarified signature;
Sun, 03 Sep 2023 12:52:48 +0200 wenzelm clarified output;
Sun, 03 Sep 2023 12:39:19 +0200 wenzelm clarified signature;
Sun, 03 Sep 2023 12:30:44 +0200 wenzelm clarified signature: removed ununsed option;
Sun, 03 Sep 2023 12:17:41 +0200 wenzelm tuned message;
Sat, 02 Sep 2023 12:12:32 +0200 wenzelm updated to naproche-20230902: add examples/100_theorems.ftl.tex and some more text in Isabelle/Intro.thy;
Fri, 01 Sep 2023 21:23:55 +0200 wenzelm more robust access to output file of external smt, notably for Windows 11, where transient ERROR_SHARING_VIOLATION has been seen;
Fri, 01 Sep 2023 21:04:14 +0200 wenzelm more robust $ISABELLE_TMP_PREFIX on windows: avoid location within Cygwin root, i.e. inside the program directory (see also ff92d6edff2c and 1df53737c59b);
Fri, 01 Sep 2023 21:01:56 +0200 wenzelm more robust $TMPDIR on windows, e.g. for repository snapshot: do not depend on $TEMP_WINDOWS provided by official distribution;a
Thu, 31 Aug 2023 14:59:52 +0200 wenzelm more portable: it really is the Cygwin $HOME not the Windows $USER_HOME;
Wed, 30 Aug 2023 17:02:40 +0200 wenzelm more accurate documentation of record field update, following changes in Isabelle2007 and Isabelle2008;
Wed, 30 Aug 2023 16:57:28 +0200 wenzelm tuned whitespace;
Mon, 28 Aug 2023 13:00:24 +0200 wenzelm more robust: "hostname" command might be absent, notably on Arch Linux (and other systemd-based distributions);
Wed, 30 Aug 2023 21:34:53 +0200 wenzelm tuned NEWS;
Wed, 30 Aug 2023 21:18:52 +0200 wenzelm NEWS;
Wed, 30 Aug 2023 21:03:30 +0200 wenzelm update to "scalac -source 3.3" (from 3.1);
Tue, 29 Aug 2023 21:54:35 +0200 wenzelm proper pattern (amending ff86f10e54cd);
Tue, 29 Aug 2023 20:19:57 +0200 wenzelm discontinue odd AFP partitioning: let Build_Cluster / Build_Engine do the job;
Tue, 29 Aug 2023 20:14:44 +0200 wenzelm discontinue special treatment of AFP: "isabelle dump" has been superseded by regular "isabelle build" databases;
Tue, 29 Aug 2023 19:20:51 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 19:17:25 +0200 wenzelm proper type, following Bus.event;
Tue, 29 Aug 2023 18:17:04 +0200 wenzelm clarified signature;
Tue, 29 Aug 2023 18:13:30 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 17:53:36 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 17:40:01 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 17:29:34 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 17:19:19 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 17:17:12 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 17:14:19 +0200 wenzelm tuned indentation;
Tue, 29 Aug 2023 17:10:48 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 17:06:24 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 17:00:12 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 16:55:49 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 16:52:59 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 16:49:17 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 16:42:08 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 16:39:29 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 16:30:07 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 16:18:29 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 15:49:19 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 15:34:45 +0200 wenzelm clarified signature: prefer enum types;
Tue, 29 Aug 2023 15:23:06 +0200 wenzelm clarified generated Scala, for the sake of "scalac -source 3.3";
Tue, 29 Aug 2023 13:05:32 +0200 wenzelm discontinue old Java 11 LTS;
Tue, 29 Aug 2023 12:53:28 +0200 wenzelm misc tuning: support "scalac -source 3.3";
Tue, 29 Aug 2023 12:04:13 +0200 wenzelm obsolete (see b4e6b82fdb9e);
Sun, 27 Aug 2023 19:14:04 +0200 wenzelm merged
Sun, 27 Aug 2023 19:07:12 +0200 wenzelm update for release;
Sun, 27 Aug 2023 17:00:03 +0200 wenzelm Added tag Isabelle2023-RC4 for changeset 12aac1489f3b
Sun, 27 Aug 2023 15:28:48 +0200 wenzelm minimal documentation for build cluster support;
Sun, 27 Aug 2023 14:22:28 +0200 wenzelm more robust access to local variables;
Sun, 27 Aug 2023 13:15:32 +0200 wenzelm tuned messages: avoid duplicates;
Sun, 27 Aug 2023 12:57:59 +0200 wenzelm removed junk (following ab07d4cb7d1c, amending 8cd399b25dac);
Sun, 27 Aug 2023 12:49:43 +0200 wenzelm tuned error;
Sat, 26 Aug 2023 13:48:14 +0200 wenzelm tuned messages (again);
Sat, 26 Aug 2023 13:47:03 +0200 wenzelm tuned: prefer explicit types;
Fri, 25 Aug 2023 20:35:28 +0200 wenzelm support for Host.dirs;
Fri, 25 Aug 2023 20:10:53 +0200 wenzelm tuned message: failure can happen towards the end, e.g. due to failed sessions or progress.stopped;
Fri, 25 Aug 2023 20:08:32 +0200 wenzelm support multiple host names;
Fri, 25 Aug 2023 15:31:14 +0200 wenzelm clarified default options: SQLite build_database is unsupported for Isabelle2023, due to lack of proper transaction_lock;
(0) -30000 -10000 -3000 -1000 -240 +240 +1000 +3000 tip