wenzelm [Wed, 22 Aug 2012 22:47:16 +0200] rev 48890
'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm [Wed, 22 Aug 2012 21:43:17 +0200] rev 48889
add keywords of this node as well (e.g. relevant for Pure.thy);
wenzelm [Wed, 22 Aug 2012 21:28:33 +0200] rev 48888
tuned;
wenzelm [Wed, 22 Aug 2012 21:06:26 +0200] rev 48887
tuned message -- dynamic loading happens routinely, e.g. in TTY/PG interaction;
wenzelm [Wed, 22 Aug 2012 21:02:02 +0200] rev 48886
discontinued separate list of required files -- maintain only provided files as they occur at runtime;
tuned signature;
wenzelm [Wed, 22 Aug 2012 18:04:30 +0200] rev 48885
find files via load commands within theory text;
clarified Thy_Load.with_thy_text, simplified Thy_Load.check_thy;
wenzelm [Wed, 22 Aug 2012 16:24:52 +0200] rev 48884
clarified global get_recent_syntax: session always has its base_syntax, but it might be absent itself;
wenzelm [Wed, 22 Aug 2012 16:10:23 +0200] rev 48883
pass syntax through check_thy;
wenzelm [Wed, 22 Aug 2012 15:53:17 +0200] rev 48882
use Thy_Header.read on explicit text only -- potentially via File.read, not Scan.byte_reader;
tuned signatures;
wenzelm [Wed, 22 Aug 2012 12:47:49 +0200] rev 48881
clarified Parse.path vs. Parse.explode -- prefer errors in proper transaction context;
wenzelm [Wed, 22 Aug 2012 12:17:55 +0200] rev 48880
tuned;
wenzelm [Wed, 22 Aug 2012 12:07:11 +0200] rev 48879
clarified bootstrapping of Pure;
wenzelm [Wed, 22 Aug 2012 11:56:13 +0200] rev 48878
tuned errors;
wenzelm [Tue, 21 Aug 2012 22:26:34 +0200] rev 48877
prefer File.full_path in accordance to check_file;
wenzelm [Tue, 21 Aug 2012 21:48:32 +0200] rev 48876
more standard Thy_Load.check_thy for Pure.thy, relying on its header;
pass uses and keywords from Thy_Load.check_thy to Thy_Info.load_thy;
clarified 'ML_file' wrt. Thy_Load.require/provide, which is also relevant for Thy_Load.all_current;