src/Pure/PIDE/command.ML
Wed, 03 Apr 2013 21:30:32 +0200 more explicit Goal.fork_params -- avoid implicit arguments via thread data;
Wed, 03 Apr 2013 20:38:50 +0200 recovered proper transaction position for Goal.fork error reporting (lost in 8e9746e584c9);
Tue, 02 Apr 2013 11:41:50 +0200 more centralized command timing;
Sat, 30 Mar 2013 16:34:02 +0100 timing status for forked diagnostic commands;
Tue, 26 Feb 2013 19:44:26 +0100 fork diagnostic commands (theory loader and PIDE interaction);
Sun, 24 Feb 2013 14:11:51 +0100 unified Command.is_proper in ML with Scala (see also 123be08eed88);
Wed, 16 Jan 2013 20:41:29 +0100 identify future results more carefully, to avoid odd duplication of error messages, notably from forked goals;
Wed, 16 Jan 2013 16:26:36 +0100 more explicit treatment of (optional) exception properties, notably for "serial" -- avoid conflict with startPosition = offset;
Sun, 25 Nov 2012 19:49:24 +0100 Isabelle-specific implementation of quasi-abstract markup elements -- back to module arrangement before d83797ef0d2d;
Tue, 16 Oct 2012 20:23:00 +0200 more proof method text position information;
Fri, 31 Aug 2012 13:23:25 +0200 further refinement of command status, to accomodate forked proofs;
Fri, 24 Aug 2012 12:35:39 +0200 check side-comments of command spans (normally filtered out in Outer_Syntax.toplevel_source);
Sat, 11 Aug 2012 19:34:36 +0200 vacuous execution after first malformed command;
Sat, 11 Aug 2012 18:05:41 +0200 clarified Command.range vs. Command.proper_range according to Scala version, which is potentially relevant for command status markup;
Sat, 07 Apr 2012 19:28:44 +0200 added static command status markup, to emphasize accepted but unassigned/unparsed commands (notably in overview panel);
Sat, 07 Apr 2012 16:41:59 +0200 explicit checks stable_finished_theory/stable_command allow parallel asynchronous command transactions;
Thu, 05 Apr 2012 13:01:54 +0200 more explicit memo_eval vs. memo_result, to enforce bottom-up execution;
Thu, 05 Apr 2012 11:58:46 +0200 Command.memo including physical interrupts (unlike Lazy.lazy);
Wed, 04 Apr 2012 14:19:47 +0200 separate module for prover command execution;