src/Pure/System/session.scala
Mon, 11 Jul 2011 11:13:33 +0200 wenzelm some support for raw messages, which bypass standard Symbol/YXML decoding;
Sun, 10 Jul 2011 00:21:19 +0200 wenzelm propagate header changes to prover process;
Sat, 09 Jul 2011 21:53:27 +0200 wenzelm echo prover input via raw_messages, for improved protocol tracing;
Sat, 09 Jul 2011 18:54:50 +0200 wenzelm tuned;
Sat, 09 Jul 2011 18:35:00 +0200 wenzelm tuned signature;
Sat, 09 Jul 2011 18:15:23 +0200 wenzelm clarified propagation of node name and header;
Sat, 09 Jul 2011 17:14:08 +0200 wenzelm more precise treatment of prover definedness;
Sat, 09 Jul 2011 16:53:19 +0200 wenzelm tuned source structure;
Thu, 07 Jul 2011 22:04:30 +0200 wenzelm explicit Document.Node.Header, with master_dir and thy_name;
Thu, 07 Jul 2011 13:48:30 +0200 wenzelm simplified Symbol based on lazy Symbol.Interpretation -- reduced odd "functorial style";
Tue, 05 Jul 2011 22:39:15 +0200 wenzelm Thy_Info.dependencies: ignore already loaded theories, according to initial prover session status;
Mon, 04 Jul 2011 22:25:33 +0200 wenzelm Document.no_id/new_id as in ML (new_id *could* be session-specific but it isn't right now);
Mon, 04 Jul 2011 22:11:32 +0200 wenzelm quasi-static Isabelle_System -- reduced tendency towards "functorial style";
Mon, 04 Jul 2011 20:18:19 +0200 wenzelm explicit class Counter;
Mon, 04 Jul 2011 16:51:45 +0200 wenzelm pervasive Basic_Library in Scala;
Mon, 04 Jul 2011 16:27:11 +0200 wenzelm some support for theory files within Isabelle/Scala session;
Sun, 03 Jul 2011 19:53:35 +0200 wenzelm eliminated null;
Sun, 03 Jul 2011 19:42:32 +0200 wenzelm more explicit edit_node vs. init_node;
Sun, 03 Jul 2011 15:10:17 +0200 wenzelm tuned signature;
Sat, 02 Jul 2011 23:04:19 +0200 wenzelm some support for Session.File_Store;
Sat, 02 Jul 2011 21:24:19 +0200 wenzelm tuned signature;
Sat, 25 Jun 2011 20:03:07 +0200 wenzelm proper tokens only if session is ready;
Thu, 23 Jun 2011 14:52:32 +0200 wenzelm explicit import java.lang.System to prevent odd scope problems;
Sat, 18 Jun 2011 17:33:27 +0200 wenzelm basic support for extended syntax styles: sub/superscript;
Thu, 13 Jan 2011 17:27:52 +0100 wenzelm less verbosity;
Wed, 01 Dec 2010 20:34:40 +0100 wenzelm more abstract/uniform handling of time, preferring seconds as Double;
Tue, 16 Nov 2010 15:29:01 +0100 wenzelm post raw messages last, to ensure that result has been handled by session actor already (e.g. to avoid race between Session.session_actor and Session_Dockable.main_actor);
Sat, 13 Nov 2010 22:33:07 +0100 wenzelm somewhat adhoc replacement for 'thus' and 'hence';
Thu, 11 Nov 2010 17:07:05 +0100 wenzelm unified type Document.Edit;
Thu, 11 Nov 2010 16:48:46 +0100 wenzelm replaced Document.Node_Text_Edit by Document.Text_Edit, with treatment of deleted nodes;
Sat, 25 Sep 2010 16:22:27 +0200 wenzelm simplified / clarified Session.Phase;
Sat, 25 Sep 2010 13:57:34 +0200 wenzelm tuned signature;
Fri, 24 Sep 2010 20:33:38 +0200 wenzelm more informative Session.Phase;
Thu, 23 Sep 2010 22:04:18 +0200 wenzelm simplified Session.Phase;
Thu, 23 Sep 2010 18:44:26 +0200 wenzelm explicit Session.Phase indication with associated event bus;
Thu, 23 Sep 2010 16:48:48 +0200 wenzelm tuned signature;
Thu, 23 Sep 2010 15:21:04 +0200 wenzelm manage persistent syslog via Session, not Isabelle_Process;
Thu, 23 Sep 2010 14:39:29 +0200 wenzelm tuned prover message categorization;
Wed, 22 Sep 2010 16:17:20 +0200 wenzelm basic setup for Session_Dockable controls;
Wed, 22 Sep 2010 15:01:34 +0200 wenzelm Session_Dockable: basic syslog output;
Wed, 22 Sep 2010 14:53:42 +0200 wenzelm just one Session.raw_messages event bus;
Wed, 22 Sep 2010 13:47:48 +0200 wenzelm main Isabelle_Process via Isabelle_System.Managed_Process;
Mon, 20 Sep 2010 21:20:06 +0200 wenzelm added Isabelle_Process.syslog;
Sun, 19 Sep 2010 22:40:22 +0200 wenzelm refined Isabelle_Process startup: emit \002 before rendezvous on fifos, more robust treatment of startup failure with timeout, do not quit() after main loop;
Sun, 19 Sep 2010 17:12:34 +0200 wenzelm simplified Isabelle_Process message kinds;
Sat, 18 Sep 2010 21:33:56 +0200 wenzelm recovered basic session stop/restart;
Tue, 31 Aug 2010 17:35:41 +0200 wenzelm Document state assignment indicates command change;
Sun, 29 Aug 2010 20:07:59 +0200 wenzelm session_actor: ignore spurious TIMEOUT (again) -- probably stemming from earlier use of receiveWithin;
Sun, 29 Aug 2010 19:48:35 +0200 wenzelm session_actor: await state assigment of previous change before signalling current change, and avoid crash in overrun situations;
Sun, 29 Aug 2010 19:04:29 +0200 wenzelm use Future.get_finished where this is the intended meaning -- prefer immediate crash over deadlock due to promises that are never fulfilled;
Sat, 28 Aug 2010 17:37:57 +0200 wenzelm avoid application crash due to wrong requirement -- result is joined, but change not necessarily finished due to extra map;
Sat, 28 Aug 2010 17:27:38 +0200 wenzelm include Document.History in Document.State -- just one universal session state maintained by main actor;
Wed, 25 Aug 2010 22:37:53 +0200 wenzelm organized markup properties via apply/unapply patterns;
Mon, 23 Aug 2010 16:53:22 +0200 wenzelm main session actor as independent thread, to avoid starvation via regular worker pool;
Fri, 20 Aug 2010 20:11:25 +0200 wenzelm tuned signatures;
Mon, 16 Aug 2010 18:20:36 +0200 wenzelm XML.Cache: pipe-lined (thread-safe) version using actor;
Sun, 15 Aug 2010 21:42:13 +0200 wenzelm moved Text_Edit to Text.Edit;
Sun, 15 Aug 2010 21:03:13 +0200 wenzelm moved History/Snapshot to document.scala;
Sun, 15 Aug 2010 20:27:29 +0200 wenzelm renamed raw_results to raw_protocol;
Sun, 15 Aug 2010 19:30:11 +0200 wenzelm renamed create_id to new_id;
less more (0) -60 tip