Fri, 16 Oct 2015 10:11:20 +0200 |
wenzelm |
clarified Antiquote.antiq_reports;
|
file |
diff |
annotate
|
Fri, 09 Oct 2015 21:16:00 +0200 |
wenzelm |
more direct HTML presentation, without print mode;
|
file |
diff |
annotate
|
Mon, 21 Sep 2015 16:41:20 +0200 |
wenzelm |
option editor_output_state;
|
file |
diff |
annotate
|
Mon, 21 Sep 2015 14:56:55 +0200 |
wenzelm |
separate panel for proof state output;
|
file |
diff |
annotate
|
Mon, 29 Jun 2015 20:55:46 +0200 |
wenzelm |
improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
|
file |
diff |
annotate
|
Thu, 16 Apr 2015 15:00:03 +0200 |
wenzelm |
more explicit bootstrap_thy;
|
file |
diff |
annotate
|
Wed, 15 Apr 2015 14:54:25 +0200 |
wenzelm |
tuned messages;
|
file |
diff |
annotate
|
Sun, 12 Apr 2015 11:23:36 +0200 |
wenzelm |
clarified language_path markup (again): exactly once *after* static phase, see also 83071f4c8ae6 and c043306d2598;
|
file |
diff |
annotate
|
Tue, 07 Apr 2015 11:25:54 +0200 |
wenzelm |
recovered additional Markup.language_path from c043306d2598, which is important to override Markup.string from Command.read phase, and thus ensure that symbol completion is disabled;
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 11:39:52 +0100 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Fri, 13 Mar 2015 12:58:49 +0100 |
wenzelm |
simplified Command.resolve_files in ML, using blobs_index from Scala;
|
file |
diff |
annotate
|
Thu, 12 Mar 2015 22:00:51 +0100 |
wenzelm |
clarified markup for embedded files, early before execution;
|
file |
diff |
annotate
|
Thu, 29 Jan 2015 17:07:49 +0100 |
wenzelm |
discontinued special treatment of malformed commands (reverting e46cd0d26481), i.e. errors in outer syntax failure are treated like errors in inner syntax, name space lookup etc.;
|
file |
diff |
annotate
|
Thu, 29 Jan 2015 13:50:53 +0100 |
wenzelm |
ensure that running into older execution is interruptible (see also b91dc7ab3464);
|
file |
diff |
annotate
|
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
|
Fri, 01 Aug 2014 22:52:53 +0200 |
wenzelm |
prefer non-strict Execution.print, e.g relevant for redirected ML compiler reports after error (see also e79f76a48449 and 40274e4f5ebf);
|
file |
diff |
annotate
|
Tue, 13 May 2014 10:15:50 +0200 |
wenzelm |
no reset for 'end' -- e.g. relevant for 'notepad';
|
file |
diff |
annotate
|