wenzelm [Thu, 25 Sep 2025 22:26:31 +0200] rev 83231
more Java heap space for the sake of Isabelle/AFP cluster build stability, but this is better changed elsewhere;
enforce rebuild of Isabelle/ML;
wenzelm [Wed, 24 Sep 2025 23:06:22 +0200] rev 83230
merged
wenzelm [Wed, 24 Sep 2025 22:47:04 +0200] rev 83229
build_progress with percentage;
wenzelm [Wed, 24 Sep 2025 22:18:52 +0200] rev 83228
clarified signature: prefer static percentage;
wenzelm [Wed, 24 Sep 2025 21:52:03 +0200] rev 83227
more informative Progress.Nodes_Status;
wenzelm [Wed, 24 Sep 2025 17:41:36 +0200] rev 83226
more informative Command_Span.Theory_Span;
wenzelm [Wed, 24 Sep 2025 16:53:36 +0200] rev 83225
tuned;
wenzelm [Wed, 24 Sep 2025 16:22:49 +0200] rev 83224
more accurate theory timing, based on sum of command timings;
remove obsolete protocol message;
wenzelm [Tue, 23 Sep 2025 13:11:52 +0200] rev 83223
support for detailed build progress;
wenzelm [Tue, 23 Sep 2025 12:36:36 +0200] rev 83222
proper symbolic_path for nodes_domain;
wenzelm [Tue, 23 Sep 2025 12:06:37 +0200] rev 83221
tuned;
wenzelm [Tue, 23 Sep 2025 11:39:47 +0200] rev 83220
tuned signature;
wenzelm [Tue, 23 Sep 2025 11:34:40 +0200] rev 83219
clarified signature;
wenzelm [Mon, 22 Sep 2025 22:02:59 +0200] rev 83218
more thorough Command.State.exit vs. Command.init_state: avoid loss of information in Document.State.end_theory (notably Command_Timings);
wenzelm [Mon, 22 Sep 2025 21:41:29 +0200] rev 83217
clarified internal protocol: accept is_theory, reject add_markup;
wenzelm [Mon, 22 Sep 2025 17:28:46 +0200] rev 83216
more concise storage of Command.State: omit pointless status: List[Markup];
wenzelm [Mon, 22 Sep 2025 17:20:06 +0200] rev 83215
avoid shortcuts based on potentially expensive equality test;
wenzelm [Mon, 22 Sep 2025 16:43:53 +0200] rev 83214
clarified signature: more explicit type Progress.Nodes_Status;
wenzelm [Mon, 22 Sep 2025 16:19:39 +0200] rev 83213
prefer robust Timing_Properties.get;
wenzelm [Mon, 22 Sep 2025 16:16:36 +0200] rev 83212
unused (see also 88dfbc382a3d);
wenzelm [Mon, 22 Sep 2025 15:55:47 +0200] rev 83211
more accurate markup for command timing, notably for theory pseudo-command in batch-build, but also for accidental occurrences of command keywords (e.g. in command definition);
wenzelm [Mon, 22 Sep 2025 14:01:37 +0200] rev 83210
more detailed Command_Timings: count actual commands from theory body individually;
wenzelm [Sun, 21 Sep 2025 23:48:59 +0200] rev 83209
basic setup for build progress with nodes_status;
wenzelm [Sun, 21 Sep 2025 19:47:26 +0200] rev 83208
clarified signature;