Sun, 11 Jan 2015 13:12:47 +0100 |
wenzelm |
do not crash into already running exec, instead join its lazy result in the subsequent step (amending 59f1591a11cb);
|
file |
diff |
annotate
|
Fri, 09 Jan 2015 20:39:17 +0100 |
wenzelm |
non-strict print_state: display old proof state on failure, e.g. unfinished command;
|
file |
diff |
annotate
|
Fri, 09 Jan 2015 11:51:02 +0100 |
wenzelm |
ignore print process even after fork, to avoid loosing active worker threads;
|
file |
diff |
annotate
|
Sun, 28 Dec 2014 21:34:45 +0100 |
wenzelm |
eliminated Document.execution frontier (again, see 627fb639a2d9): just run into older execution, potentially stalling worker thread, but without global delay due to long-running tasks (notably sledgehammer);
|
file |
diff |
annotate
|
Sat, 27 Dec 2014 19:51:55 +0100 |
wenzelm |
memo_fork without locking, to avoid rare deadlock in Event_Timer.request due to execution overrun;
|
file |
diff |
annotate
|
Tue, 09 Dec 2014 22:13:48 +0100 |
wenzelm |
imitate command markup and rendering of Isabelle/jEdit in HTML output;
|
file |
diff |
annotate
|
Wed, 26 Nov 2014 20:05:34 +0100 |
wenzelm |
renamed "pairself" to "apply2", in accordance to @{apply 2};
|
file |
diff |
annotate
|
Fri, 07 Nov 2014 20:06:18 +0100 |
wenzelm |
prefer externally provided keywords -- Command.read_thy may degenerate to bootstrap_thy in case of errors;
|
file |
diff |
annotate
|
Fri, 07 Nov 2014 16:36:55 +0100 |
wenzelm |
plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
|
file |
diff |
annotate
|
Thu, 06 Nov 2014 15:47:04 +0100 |
wenzelm |
more explicit Keyword.keywords;
|
file |
diff |
annotate
|
Sat, 01 Nov 2014 15:35:40 +0100 |
wenzelm |
tuned signature, in accordance to Scala version;
|
file |
diff |
annotate
|
Fri, 31 Oct 2014 21:48:40 +0100 |
wenzelm |
discontinued obsolete control command category;
|
file |
diff |
annotate
|
Tue, 12 Aug 2014 00:08:32 +0200 |
wenzelm |
separate module Command_Span: mostly syntactic representation;
|
file |
diff |
annotate
|
Sat, 02 Aug 2014 19:38:32 +0200 |
wenzelm |
more emphatic warning via error_message (violating historic TTY protocol);
|
file |
diff |
annotate
|