src/Pure/System/isabelle_system.scala
Fri, 17 Jan 2025 21:30:08 +0100 wenzelm merged
Thu, 16 Jan 2025 22:54:25 +0100 wenzelm tuned messages;
Thu, 16 Jan 2025 22:48:16 +0100 wenzelm more robust options;
Wed, 15 Jan 2025 13:45:22 +0100 wenzelm clarified signature: more explicit operations;
Fri, 17 Jan 2025 12:17:37 +0100 Fabian Huch isabelle_id: report sync id, if available;
Sun, 05 Jan 2025 18:10:34 +0100 wenzelm more robust afp_repository, with regular hgweb URLs;
Sun, 22 Dec 2024 14:13:21 +0100 wenzelm tuned: fewer warnings in IntelliJ IDEA;
Fri, 28 Jun 2024 23:53:48 +0200 wenzelm more robust: avoid indirection of repository servers;
Sat, 15 Jun 2024 20:14:24 +0200 wenzelm clarified signature;
Sat, 01 Jun 2024 21:49:50 +0200 wenzelm clarified signature: more explicit types;
Sat, 01 Jun 2024 15:03:13 +0200 wenzelm clarified comments;
Sat, 01 Jun 2024 14:33:38 +0200 wenzelm clarified context for (remote) bash scripts: export variables are optional, support cwd;
Sat, 01 Jun 2024 12:31:06 +0200 wenzelm clarified signature: prefer symbolic isabelle.Path over physical java.io.File;
Fri, 31 May 2024 20:46:51 +0200 wenzelm suport Isabelle_System.bash via SSH.System;
Fri, 24 May 2024 19:15:51 +0200 wenzelm clarified signature;
Fri, 24 May 2024 15:55:34 +0200 wenzelm more uniform local/remote operations;
Fri, 16 Feb 2024 17:46:43 +0100 wenzelm support explicit USER_HOME within SSH session;
Sat, 11 Nov 2023 20:08:20 +0100 wenzelm more robust init;
Tue, 29 Aug 2023 12:53:28 +0200 wenzelm misc tuning: support "scalac -source 3.3";
Sun, 26 Mar 2023 20:03:03 +0200 wenzelm tuned signature;
Sat, 04 Mar 2023 16:15:50 +0100 wenzelm tuned;
Sun, 26 Feb 2023 21:05:39 +0100 wenzelm option build_hostname allows to change hostname easily;
Sun, 26 Feb 2023 13:06:19 +0100 wenzelm proper settings for hostname: allow to adjust it in user space;
Mon, 06 Feb 2023 16:29:19 +0100 wenzelm tuned signature;
Tue, 24 Jan 2023 18:56:33 +0100 wenzelm clarified signature: minimal interface for getenv/expand_env, instead of bulky java.util.Map;
Fri, 20 Jan 2023 16:30:09 +0100 wenzelm support Session argument for Scala.Fun;
Sun, 11 Dec 2022 19:34:51 +0100 wenzelm tuned implementation;
Sun, 11 Dec 2022 18:57:41 +0100 wenzelm more uniform use of make_directory;
Sun, 11 Dec 2022 18:50:21 +0100 wenzelm tuned message;
Sun, 11 Dec 2022 14:10:32 +0100 wenzelm clarified signature: copy directory content more directly;
Sun, 11 Dec 2022 14:05:12 +0100 wenzelm more robust;
Sun, 11 Dec 2022 13:54:16 +0100 wenzelm tuned whitespace;
Wed, 30 Nov 2022 21:36:06 +0100 wenzelm proper unzip with strip option, within the JVM;
Wed, 30 Nov 2022 15:32:25 +0100 wenzelm clarified signature: prefer Scala functions instead of shell scripts;
Wed, 30 Nov 2022 15:14:21 +0100 wenzelm more direct target directory;
Wed, 30 Nov 2022 15:03:31 +0100 wenzelm clarified signature: prefer Scala functions instead of shell scripts;
Fri, 25 Nov 2022 20:17:54 +0100 wenzelm proper treatment of tar.gz double-extension;
Fri, 25 Nov 2022 14:44:22 +0100 wenzelm clarified signature;
Fri, 16 Sep 2022 20:54:56 +0200 wenzelm tuned signature;
Wed, 14 Sep 2022 10:46:47 +0200 wenzelm clarified signature;
Tue, 13 Sep 2022 23:06:52 +0200 wenzelm clarified signature;
Tue, 13 Sep 2022 23:01:42 +0200 wenzelm clarified signature;
Wed, 27 Jul 2022 09:27:40 +0200 wenzelm clarified modules;
Tue, 26 Jul 2022 16:38:49 +0200 wenzelm support for dynamic classpath from exports;
Mon, 25 Jul 2022 11:19:08 +0200 wenzelm tuned signature;
Sat, 23 Jul 2022 12:19:45 +0200 wenzelm clarified signature;
Tue, 12 Jul 2022 16:11:14 +0200 wenzelm clarified signature;
Wed, 15 Jun 2022 16:55:10 +0200 wenzelm more robust: always override ISABELLE_IDENTIFIER from environment;
Tue, 07 Jun 2022 12:32:53 +0200 wenzelm clarified modules;
Mon, 06 Jun 2022 16:06:22 +0200 wenzelm clarified signature: cwd can be misleading --- changes meaning of target;
Sun, 05 Jun 2022 19:19:55 +0200 wenzelm provide .hg_sync meta data;
Sat, 04 Jun 2022 16:54:24 +0200 wenzelm clarified signature;
Wed, 01 Jun 2022 10:10:42 +0200 wenzelm clarified options;
Tue, 31 May 2022 22:10:48 +0200 wenzelm clarified signature (again);
Tue, 31 May 2022 13:14:46 +0200 wenzelm support explicit SSH port;
Mon, 30 May 2022 11:51:34 +0200 wenzelm clarified option -T;
Mon, 30 May 2022 10:31:56 +0200 wenzelm support thorough check of file content;
Sun, 29 May 2022 23:49:58 +0200 wenzelm clarified signature;
Sun, 29 May 2022 15:16:49 +0200 wenzelm support filter rules, notably "protect";
Sun, 29 May 2022 13:06:30 +0200 wenzelm clarified signature;
Sun, 29 May 2022 11:43:13 +0200 wenzelm clarified signature;
Sat, 28 May 2022 13:33:14 +0200 wenzelm support rsync;
Sat, 09 Apr 2022 15:40:29 +0200 wenzelm more robust: avoid partiality;
Sat, 09 Apr 2022 15:33:38 +0200 wenzelm clarified signature;
Sat, 09 Apr 2022 12:02:38 +0200 wenzelm avoid pattern-match warnings, notably in scala3;
Fri, 01 Apr 2022 23:19:12 +0200 wenzelm tuned formatting;
Fri, 01 Apr 2022 17:06:10 +0200 wenzelm clarified formatting, for the sake of scala3;
Sun, 06 Mar 2022 17:45:47 +0100 wenzelm prepare patched version more thoroughly, with explicit patches;
Sun, 06 Mar 2022 15:47:09 +0100 wenzelm tuned signature;
Sat, 05 Mar 2022 11:12:26 +0100 wenzelm clarified signature;
Sat, 05 Mar 2022 10:57:58 +0100 wenzelm tuned, based on suggestions by IntelliJ IDEA;
Sat, 05 Mar 2022 10:55:48 +0100 wenzelm tuned;
Tue, 21 Sep 2021 11:23:18 +0200 wenzelm permissive identification, e.g. relevant for HOL-SPARK examples running on rsync-clone;
Thu, 09 Sep 2021 14:05:31 +0200 wenzelm tuned message;
Sun, 29 Aug 2021 12:04:55 +0200 wenzelm clarified process description;
Thu, 12 Aug 2021 13:55:45 +0200 wenzelm clarified signature;
Sat, 07 Aug 2021 22:23:37 +0200 wenzelm clarified signature: more options for bash_process;
Tue, 27 Jul 2021 13:12:27 +0200 wenzelm support for native symlinks on Windows;
Thu, 15 Jul 2021 16:35:45 +0200 wenzelm build.props for isabelle.jar, including isabelle.jedit;
Thu, 08 Jul 2021 13:34:12 +0200 wenzelm tuned signature;
Thu, 01 Jul 2021 13:46:42 +0200 wenzelm clarified modules and signatures;
Wed, 30 Jun 2021 20:57:38 +0200 wenzelm support for Isabelle setup in pure Java;
Wed, 30 Jun 2021 15:35:39 +0200 wenzelm clarified package: towards stand-alone setup;
Wed, 30 Jun 2021 13:25:35 +0200 wenzelm clarified modules;
Wed, 30 Jun 2021 11:35:07 +0200 wenzelm clarified signature: prefer Java interfaces;
Mon, 28 Jun 2021 14:43:33 +0200 wenzelm clarified modules;
Mon, 28 Jun 2021 14:11:53 +0200 wenzelm clarified modules (again): services require full Isabelle/Scala environment;
Mon, 28 Jun 2021 13:45:46 +0200 wenzelm clarified modules;
Mon, 28 Jun 2021 12:29:00 +0200 wenzelm clarified environment (amending 9444489766a1);
Sat, 05 Jun 2021 21:01:00 +0200 wenzelm clarified modules;
Mon, 17 May 2021 15:01:37 +0200 wenzelm tuned --- clarified corner cases;
Sat, 08 May 2021 00:31:51 +0200 wenzelm tuned message;
Fri, 07 May 2021 23:56:18 +0200 wenzelm clarified signature;
Tue, 04 May 2021 12:54:54 +0200 wenzelm tuned signature;
Thu, 29 Apr 2021 22:39:33 +0200 wenzelm clarified signature: more operations;
Thu, 29 Apr 2021 15:49:04 +0200 wenzelm clarified signature: more operations;
Wed, 28 Apr 2021 23:20:05 +0200 wenzelm clarified signature;
Wed, 28 Apr 2021 14:03:26 +0200 wenzelm tuned signature;
Thu, 22 Apr 2021 23:03:58 +0200 wenzelm clarified signature;
Thu, 22 Apr 2021 11:12:03 +0200 wenzelm tuned comments;
Thu, 22 Apr 2021 10:55:31 +0200 wenzelm tuned signature;
Mon, 12 Apr 2021 22:36:13 +0200 wenzelm clarified signature (again);
Mon, 12 Apr 2021 21:48:04 +0200 wenzelm clarified signature;
Mon, 12 Apr 2021 18:29:34 +0200 wenzelm clarified signature: avoid tmp file;
Mon, 12 Apr 2021 18:10:13 +0200 wenzelm clarified signature for Scala functions;
Thu, 08 Apr 2021 16:43:35 +0200 wenzelm clarified signature;
Wed, 31 Mar 2021 23:45:16 +0200 wenzelm clarified signature;
Wed, 31 Mar 2021 22:58:17 +0200 wenzelm further clarification of Isabelle distribution identification -- avoid odd patching of sources;
Wed, 31 Mar 2021 22:10:56 +0200 wenzelm tuned signature -- more explicit types;
Wed, 31 Mar 2021 21:44:29 +0200 wenzelm more robust and uniform ISABELLE_TAGS;
Wed, 31 Mar 2021 18:12:46 +0200 wenzelm clarified ISABELLE_ID: distribution vs. hg archive vs. hg repos;
Tue, 16 Mar 2021 23:30:51 +0100 wenzelm tuned message;
Sat, 13 Mar 2021 12:36:24 +0100 wenzelm clarified signature: function_thread is determined in Isabelle/Scala, not Isabelle/ML;
Fri, 12 Mar 2021 19:46:37 +0100 wenzelm clarified signature: more explicit HTTP operations;
Thu, 04 Mar 2021 21:04:27 +0100 wenzelm clarified signature --- fewer warnings;
Mon, 01 Mar 2021 22:22:12 +0100 wenzelm tuned --- fewer warnings;
Mon, 01 Mar 2021 18:24:50 +0100 wenzelm download more directly, via means of JVM;
Mon, 01 Mar 2021 18:11:06 +0100 wenzelm clarified signature;
Sun, 28 Feb 2021 21:31:35 +0100 wenzelm more robust (amending 87403fde8cc3): notably allow symlink to existing directory, which Files.createDirectories does not accept;
Sat, 27 Feb 2021 22:17:56 +0100 wenzelm more Isabelle/ML/Scala operations;
less more (0) -120 tip