src/Pure/PIDE/command.ML
Mon, 08 Mar 2021 09:11:09 +0100 \----- start update Isabelle2020 --> Isabelle2021
Mon, 01 Mar 2021 16:03:06 +0100 step 6.9: errors on Given, RTheory due to "Model" "References" :: diag
Mon, 01 Mar 2021 12:46:40 +0100 step 6.8: "Specification" "Model" :: diag ..both work,
Wed, 16 Dec 2020 16:25:55 +0100 step 4.1: @{print} at calling Output.report fails
Wed, 23 Sep 2020 15:18:07 +0200 \----- start update Isabelle2019 --> Isabelle2020
Tue, 03 Sep 2019 16:10:31 +0200 \----- start update Isabelle2018 --> Isabelle2019
Wed, 22 Aug 2018 14:44:15 +0200 \----- start update Isabelle2017 --> Isabelle2018
Fri, 19 Jan 2018 12:49:17 +0100 \----- start update Isabelle2015 --> Isabelle2017
Sat, 05 Dec 2015 16:09:41 +0100 switched from Isabelle2014 to Isabelle2015, intermediate state
Sat, 02 Aug 2014 19:38:32 +0200 more emphatic warning via error_message (violating historic TTY protocol);
Fri, 01 Aug 2014 22:52:53 +0200 prefer non-strict Execution.print, e.g relevant for redirected ML compiler reports after error (see also e79f76a48449 and 40274e4f5ebf);
Tue, 13 May 2014 10:15:50 +0200 no reset for 'end' -- e.g. relevant for 'notepad';
Mon, 12 May 2014 12:01:02 +0200 smarter recovery from toplevel type error;
Wed, 07 May 2014 13:25:54 +0200 run commands as interactive, again after long history of fluctuation (9e196062bf88, 173974e07dea, e07dacec79e7) and quite different infrastructure for print tasks;
Wed, 07 May 2014 12:59:15 +0200 discontinued Toplevel.print flag -- print uniformly according to Keyword.is_printed;
Tue, 06 May 2014 23:08:18 +0200 clarified print_state, which goes back to TTY loop before Proof General, and before separate print_context;
Tue, 06 May 2014 16:05:14 +0200 explicit option parallel_print to downgrade parallel scheduling, which might occasionally help for big and heavy "scripts";
Thu, 10 Apr 2014 10:27:29 +0200 tuned error -- allow user to click on hyperlink to open remote file;
Mon, 07 Apr 2014 23:02:29 +0200 simplified blob again (amending 1e77ed11f2f7): only store file node name, i.e. the raw editor file name;
Mon, 07 Apr 2014 13:06:34 +0200 separate file_node vs. file_path, e.g. relevant on Windows for hyperlink to the latter;
Mon, 31 Mar 2014 10:28:08 +0200 support bulk messages consisting of small string segments, which are more healthy to the Poly/ML RTS and might prevent spurious GC crashes such as MTGCProcessMarkPointers::ScanAddressesInObject;
Thu, 27 Mar 2014 17:12:40 +0100 clarified Isabelle/ML bootstrap, such that Execution does not require ML_Compiler;
Wed, 26 Mar 2014 12:32:51 +0100 more uniform Execution.fork vs. Execution.print;
Wed, 26 Mar 2014 12:15:42 +0100 added Execution.print: accumulate print operations for some command execution, which are applied later and print time;
Mon, 24 Mar 2014 12:00:17 +0100 discontinued Toplevel.debug in favour of system option "exception_trace";
Mon, 10 Mar 2014 21:15:29 +0100 some Markup.language_path to prevent completion of symbols (notably "~") -- always "delimited" for simplicity in contrast to 42ac3cfb89f6;
Fri, 28 Feb 2014 11:46:54 +0100 tuned signature;
Thu, 27 Feb 2014 17:29:58 +0100 store blobs / inlined files as separate text lines: smaller values are more healthy for the Poly/ML RTS and allow implicit sharing;
Mon, 24 Feb 2014 10:48:34 +0100 clarified Token.range_of in accordance to Symbol_Pos.range;
Mon, 24 Feb 2014 10:17:29 +0100 tuned signature;
Tue, 11 Feb 2014 15:05:13 +0100 report (but ignore) markup within auxiliary files;
Thu, 05 Dec 2013 20:22:53 +0100 more uniform status -- accommodate spurious Exn.Interrupt from user code, allow ML_Compiler.exn_messages_id to crash;
Thu, 05 Dec 2013 17:58:03 +0100 merged, resolving obvious conflicts in NEWS and src/Pure/System/isabelle_process.ML;
Wed, 20 Nov 2013 12:04:06 +0100 proper static resolution of files via Thy_Load.load_thy, instead of TTY fall-back;
Wed, 20 Nov 2013 11:55:52 +0100 load files that are not provided by PIDE blobs;
Tue, 19 Nov 2013 21:49:31 +0100 more uniform handling of inlined files;
Tue, 19 Nov 2013 19:43:26 +0100 release file errors at runtime: Command.eval instead of Command.read;
Tue, 19 Nov 2013 19:33:27 +0100 maintain blobs within document state: digest + text in ML, digest-only in Scala;
Thu, 28 Nov 2013 12:54:39 +0100 more official task context via Task_Queue.enroll, which is required to participate in group cancellation (e.g. to terminate command exec);
Mon, 25 Nov 2013 21:17:18 +0100 more defensive order of Markup.failed vs. Markup.finished -- more informative status in Isabelle/Scala, although it is not rendered in Isabelle/jEdit;
Wed, 20 Nov 2013 22:10:45 +0100 register actual group of nested worker context -- relevant for insulated cancellation of exec_ids (see also 78693e46a237, e0169f13bd37);
Sun, 29 Sep 2013 11:21:02 +0200 low-priority print task is always asynchronous -- relevant for single-core machine and automatically tried tools;
Wed, 18 Sep 2013 13:18:51 +0200 improved printing of exception trace in Poly/ML 5.5.1;
Wed, 04 Sep 2013 16:03:45 +0200 non-persistent print_state: trade-off between JVM space vs. ML time;
Tue, 03 Sep 2013 11:29:01 +0200 Execution.fork formally requires registered Execution.running;
Sun, 25 Aug 2013 20:32:26 +0200 maintain goal forks as part of global execution;
Sun, 25 Aug 2013 16:03:12 +0200 discontinued parallel_subproofs_saturation and related internal counters (superseded by parallel_subproofs_threshold and timing information);
Tue, 13 Aug 2013 11:49:01 +0200 more explicit error, e.g. for sledgehammer query operation applied in non-HOL session;
Sat, 10 Aug 2013 10:59:56 +0200 explicit "strict" flag for print functions (flipped internal meaning);
Fri, 02 Aug 2013 22:13:31 +0200 prefer canonical order, to avoid potential fluctuation due to front-end edits;
Fri, 02 Aug 2013 16:00:14 +0200 support print functions with explicit arguments, as provided by overlays;
Tue, 30 Jul 2013 11:44:06 +0200 tuned;
Tue, 30 Jul 2013 11:38:43 +0200 de-assign execs that were not registered as running yet -- observe change of perspective more thoroughly;
Mon, 29 Jul 2013 18:59:58 +0200 keep memo_exec execution running, which is important to cancel goal forks eventually;
Mon, 29 Jul 2013 16:52:04 +0200 maintain explicit execution frontier: avoid conflict with former task via static dependency;
Mon, 29 Jul 2013 15:59:47 +0200 clarified conditions for node traversal;
Mon, 29 Jul 2013 13:28:27 +0200 tuned signature;
Mon, 29 Jul 2013 13:24:15 +0200 discontinued notion of "stable" result -- running execution is never canceled;
Sat, 20 Jul 2013 16:16:23 +0200 print_state at high priority -- fast and important;
Mon, 15 Jul 2013 10:42:12 +0200 tuned;