wenzelm [Mon, 06 Feb 2023 15:11:07 +0100] rev 77209
tuned signature;
wenzelm [Mon, 06 Feb 2023 15:04:21 +0100] rev 77208
more uniform use of SHA1.Shasum;
wenzelm [Mon, 06 Feb 2023 14:54:15 +0100] rev 77207
proper Shasum.digest, to emulate old form from build_history database;
clarified signature: more explicit types;
wenzelm [Mon, 06 Feb 2023 12:58:45 +0100] rev 77206
prefer explicit shasum;
clarified signature;
wenzelm [Mon, 06 Feb 2023 11:05:35 +0100] rev 77205
proper symbolic dependencies, e.g. for Demo_FoilTeX;
wenzelm [Mon, 06 Feb 2023 10:58:07 +0100] rev 77204
prefer explicit shasum;
wenzelm [Mon, 06 Feb 2023 10:30:53 +0100] rev 77203
clarified signature: follow terminology of isabelle.Sessions and isabelle.Build;
wenzelm [Mon, 06 Feb 2023 10:20:12 +0100] rev 77202
clarified signature: follow terminology of isabelle.Sessions and isabelle.Build;
wenzelm [Mon, 06 Feb 2023 10:03:55 +0100] rev 77201
clarified signature;
paulson <lp15@cam.ac.uk> [Mon, 06 Feb 2023 15:41:23 +0000] rev 77200
Some more new material and some tidying of existing proofs
wenzelm [Sun, 05 Feb 2023 20:09:39 +0100] rev 77199
more diagnostic operations (see also 5c7652e9bc01);
wenzelm [Sun, 05 Feb 2023 20:05:14 +0100] rev 77198
more thorough consolidation: follow dependencies of forked proofs (e.g. see theories MaxPrefix vs. MaxChop in AFP/Functional-Automata);
wenzelm [Sun, 05 Feb 2023 15:59:18 +0100] rev 77197
clarified signature selection: SortedSet[String], which fits better to stored json and works properly on Windows (NB: document theories have an authentic session-theory name);
wenzelm [Sun, 05 Feb 2023 15:01:49 +0100] rev 77196
tuned;
wenzelm [Sun, 05 Feb 2023 14:59:50 +0100] rev 77195
clarified modules;
wenzelm [Sun, 05 Feb 2023 14:57:14 +0100] rev 77194
tuned signature;
wenzelm [Sun, 05 Feb 2023 14:41:25 +0100] rev 77193
update to polyml-5e9c8155ea96, which is more robust on arm64;
wenzelm [Sun, 05 Feb 2023 13:57:27 +0100] rev 77192
more robust dependencies for Pure;
wenzelm [Sun, 05 Feb 2023 13:13:59 +0100] rev 77191
proper compiler root for arm64;
wenzelm [Sat, 04 Feb 2023 23:08:36 +0100] rev 77190
clarified "isabelle build_polyml": download and build everything for current platform;
renamed former "isabelle build_polyml" to "isabelle make_poly", for experimentation and diagnosis;
wenzelm [Fri, 03 Feb 2023 22:39:59 +0100] rev 77189
no view_document after build: avoid loss of focus, especially in "auto build" mode;
wenzelm [Fri, 03 Feb 2023 21:25:17 +0100] rev 77188
tuned message;
wenzelm [Fri, 03 Feb 2023 20:47:13 +0100] rev 77187
build only if required, view only after proper build: thus avoid pointless events in "auto build" mode;
wenzelm [Fri, 03 Feb 2023 20:37:05 +0100] rev 77186
clarified modules;
wenzelm [Fri, 03 Feb 2023 20:23:37 +0100] rev 77185
maintain document_output meta data;
wenzelm [Fri, 03 Feb 2023 19:00:29 +0100] rev 77184
clarified modules;
wenzelm [Fri, 03 Feb 2023 16:50:14 +0100] rev 77183
avoid redundant SelectionChanged events;
wenzelm [Fri, 03 Feb 2023 16:24:46 +0100] rev 77182
more logging;
wenzelm [Fri, 03 Feb 2023 14:29:07 +0100] rev 77181
proper symbolic handle on component resources:
diff -r ci-extras-1/etc/settings ci-extras-2/etc/settings
1c1,4
< classpath "$COMPONENT/lib/ci-extras.jar"
---
> #-*- shell-script -*- :mode=shellscript:
>
> ISABELLE_CI_EXTRAS_JAR="$COMPONENT/lib/ci-extras.jar"
> classpath "$ISABELLE_CI_EXTRAS_JAR"
diff -r ci-extras-1/README ci-extras-2/README
11a12
> Makarius, 02-Feb-2023
wenzelm [Fri, 03 Feb 2023 14:10:09 +0100] rev 77180
more robust on Windows, where C:\\ and \\SERVER\SHARE cause problems (line 920 of winbasicio.cpp);