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);
paulson <lp15@cam.ac.uk> [Thu, 02 Feb 2023 12:55:07 +0000] rev 77179
More of Manuel's material, and some changes
wenzelm [Wed, 01 Feb 2023 23:02:59 +0100] rev 77178
less verbosity by default, notably for regular "isabelle build -o document";
wenzelm [Wed, 01 Feb 2023 22:54:48 +0100] rev 77177
clarified message: old-style log is usually empty;
wenzelm [Wed, 01 Feb 2023 22:39:02 +0100] rev 77176
clarified messages, notably for session "Intro";
wenzelm [Wed, 01 Feb 2023 21:29:35 +0100] rev 77175
merged
wenzelm [Wed, 01 Feb 2023 21:23:54 +0100] rev 77174
more general program start message;
progress on "Creating directory";
wenzelm [Wed, 01 Feb 2023 20:57:15 +0100] rev 77173
clarified terminology of inlined "PROGRAM START" messages;
wenzelm [Wed, 01 Feb 2023 20:21:33 +0100] rev 77172
isabelle update -u cite -l "";
wenzelm [Wed, 01 Feb 2023 20:07:13 +0100] rev 77171
less ambitious parallelism: avoid exhaustion of memory (40GB total);
wenzelm [Wed, 01 Feb 2023 15:39:48 +0100] rev 77170
clarified GUI;
wenzelm [Wed, 01 Feb 2023 13:50:53 +0100] rev 77169
clarified GUI: omit pointless search buttons, as real output is shown as markup;
wenzelm [Wed, 01 Feb 2023 10:54:29 +0100] rev 77168
more uniform use of Symbol.output, even in situations where its Symbol.encode is usually redundant;
paulson [Wed, 01 Feb 2023 12:43:39 +0000] rev 77167
merged
paulson <lp15@cam.ac.uk> [Wed, 01 Feb 2023 12:43:33 +0000] rev 77166
More new material thanks to Manuel
nipkow [Wed, 01 Feb 2023 09:14:40 +0100] rev 77165
merged
nipkow [Wed, 01 Feb 2023 09:14:26 +0100] rev 77164
tuning
wenzelm [Tue, 31 Jan 2023 23:17:44 +0100] rev 77163
alternate AFP tests on lrzcloud2, to fit better into one day;
wenzelm [Tue, 31 Jan 2023 20:44:35 +0100] rev 77162
merged
wenzelm [Tue, 31 Jan 2023 20:37:46 +0100] rev 77161
support document preparation from already loaded theories;
wenzelm [Tue, 31 Jan 2023 20:09:03 +0100] rev 77160
clarified GUI events;
wenzelm [Tue, 31 Jan 2023 19:50:58 +0100] rev 77159
clarified GUIs: keep related buttons together;
wenzelm [Tue, 31 Jan 2023 19:43:45 +0100] rev 77158
proper program name, e.g. for session "Intro";
wenzelm [Tue, 31 Jan 2023 19:27:02 +0100] rev 77157
clarified GUI events: reset everything on session context switch;
wenzelm [Tue, 31 Jan 2023 18:03:27 +0100] rev 77156
clarified GUI events: ensure fresh output when switching pages;
wenzelm [Tue, 31 Jan 2023 17:46:16 +0100] rev 77155
clarified GUI: avoid odd jumping pages on "Cancel";
wenzelm [Tue, 31 Jan 2023 17:35:59 +0100] rev 77154
clarified GUI events;
wenzelm [Tue, 31 Jan 2023 17:21:46 +0100] rev 77153
more accurate output: avoid output_body from last run;
wenzelm [Tue, 31 Jan 2023 17:17:07 +0100] rev 77152
more accurate output: avoid output_main from last run;
wenzelm [Tue, 31 Jan 2023 17:08:16 +0100] rev 77151
removed unused operation from 3f50b24909df;
wenzelm [Tue, 31 Jan 2023 17:04:02 +0100] rev 77150
clarified guard: avoid spurious auto builds;
wenzelm [Tue, 31 Jan 2023 17:00:33 +0100] rev 77149
automatically build document when selected theories are finished;
wenzelm [Tue, 31 Jan 2023 16:13:27 +0100] rev 77148
more accurate Word.capitalize: do not touch name;
wenzelm [Tue, 31 Jan 2023 14:59:19 +0100] rev 77147
defer build until document nodes are ready;
wenzelm [Tue, 31 Jan 2023 14:37:40 +0100] rev 77146
clarified signature: prefer semantic status;
wenzelm [Tue, 31 Jan 2023 14:32:07 +0100] rev 77145
removed obsolete parameter (see 7c23db6b857b);
wenzelm [Tue, 31 Jan 2023 12:27:00 +0100] rev 77144
clarified Document_Editor.Session: more explicit types, more robust operations;
eliminated await_stable_snapshot in favour of delay_build;
wenzelm [Mon, 30 Jan 2023 16:26:10 +0100] rev 77143
more operations;
wenzelm [Mon, 30 Jan 2023 16:20:17 +0100] rev 77142
clarified operation (without change of signature!);
nipkow [Tue, 31 Jan 2023 19:07:24 +0100] rev 77141
pointless
paulson <lp15@cam.ac.uk> [Tue, 31 Jan 2023 14:05:16 +0000] rev 77140
Lots more new material thanks to Manuel Eberl
paulson [Mon, 30 Jan 2023 15:24:25 +0000] rev 77139
merged
paulson <lp15@cam.ac.uk> [Mon, 30 Jan 2023 15:24:17 +0000] rev 77138
Moved in a large number of highly useful library lemmas, mostly due to Manuel Eberl
wenzelm [Mon, 30 Jan 2023 15:02:38 +0100] rev 77137
observe option "show_states" in headless server (see also 951abf9db857);
nipkow [Mon, 30 Jan 2023 10:15:01 +0100] rev 77136
text correction
wenzelm [Sun, 29 Jan 2023 16:49:17 +0100] rev 77135
enable clean_components by default: it saves a lot of local disk space, notably on virtual nodes;