Fri, 13 Sep 2013 02:55:04 +0200 |
blanchet |
made non-co case more robust as well (cf. b6e2993fd0d3)
|
changeset |
files
|
Fri, 13 Sep 2013 02:26:59 +0200 |
blanchet |
don't wrongly destroy sum types in coiterators
|
changeset |
files
|
Fri, 13 Sep 2013 00:55:44 +0200 |
blanchet |
beware of multi-constructor datatypes (cf. 27c418b7b985)
|
changeset |
files
|
Fri, 13 Sep 2013 00:39:24 +0200 |
blanchet |
beware of single-constructor datatypes, with no discriminators
|
changeset |
files
|
Thu, 12 Sep 2013 23:43:02 +0200 |
traytel |
more robust tactic to cover another corner case (added as example);
|
changeset |
files
|
Thu, 12 Sep 2013 23:29:13 +0200 |
blanchet |
generalized data structure, for extension with SMT solver proofs
|
changeset |
files
|
Thu, 12 Sep 2013 22:10:57 +0200 |
blanchet |
prefixed types and some functions with "atp_" for disambiguation
|
changeset |
files
|
Thu, 12 Sep 2013 20:54:26 +0200 |
wenzelm |
merged;
|
changeset |
files
|
Thu, 12 Sep 2013 20:53:25 +0200 |
wenzelm |
absorb final CLASSPATH as well, such that tools might provide that by elementary means, without the "classpath" shell function (e.g. kodkodi/nitpick);
|
changeset |
files
|
Thu, 12 Sep 2013 18:53:51 +0200 |
wenzelm |
more CHECKLIST;
|
changeset |
files
|
Thu, 12 Sep 2013 18:50:41 +0200 |
wenzelm |
more robust System.getProperty with default;
|
changeset |
files
|
Thu, 12 Sep 2013 15:37:09 +0200 |
wenzelm |
generate distribution classpath for cold-start application wrappers;
|
changeset |
files
|
Thu, 12 Sep 2013 14:32:02 +0200 |
wenzelm |
reverse orientation of ISABELLE_CLASSPATH;
|
changeset |
files
|
Thu, 12 Sep 2013 14:10:45 +0200 |
wenzelm |
propagate ISABELLE_CLASSPATH;
|
changeset |
files
|
Thu, 12 Sep 2013 14:06:08 +0200 |
wenzelm |
tuned comments;
|
changeset |
files
|
Thu, 12 Sep 2013 13:48:17 +0200 |
wenzelm |
clarified directory structure;
|
changeset |
files
|
Thu, 12 Sep 2013 13:23:54 +0200 |
wenzelm |
maintain classpath in more elementary manner: turn ISABELLE_CLASSPATH into -classpath option, so that all jars are covered by sun.misc.Launcher.AppClassLoader (e.g. relevant for loading add-on resources);
|
changeset |
files
|
Wed, 11 Sep 2013 23:32:47 +0200 |
wenzelm |
more official initial class path according to sun.misc.Launcher;
|
changeset |
files
|
Wed, 11 Sep 2013 22:46:51 +0200 |
wenzelm |
provide main classpath again, notably for cold-start;
|
changeset |
files
|
Wed, 11 Sep 2013 21:40:03 +0200 |
wenzelm |
cold-start of main application even on Linux;
|
changeset |
files
|
Wed, 11 Sep 2013 20:34:45 +0200 |
wenzelm |
tuned proofs;
|
changeset |
files
|
Wed, 11 Sep 2013 20:16:28 +0200 |
wenzelm |
more explicit indication of 'done' as proof script element;
|
changeset |
files
|
Thu, 12 Sep 2013 17:36:06 +0200 |
blanchet |
made tactic handle gracefully the case: codatatype ('a, 's) scheduler2 = Combine2 "'s => 'a" "'s => ('a, 's) scheduler2"
|
changeset |
files
|
Thu, 12 Sep 2013 17:18:20 +0200 |
traytel |
conceal definitions of high-level constructors and (co)iterators
|
changeset |
files
|
Thu, 12 Sep 2013 17:13:36 +0200 |
traytel |
conceal low-level noted facts (+ FIXME to get rid of the notes altogether eventually)
|
changeset |
files
|
Thu, 12 Sep 2013 16:58:22 +0200 |
traytel |
buffer the notes even more
|
changeset |
files
|
Thu, 12 Sep 2013 16:31:42 +0200 |
traytel |
conceal internal bindings
|
changeset |
files
|
Thu, 12 Sep 2013 15:46:44 +0200 |
blanchet |
add a notice to myself in doc
|
changeset |
files
|
Thu, 12 Sep 2013 15:14:54 +0200 |
blanchet |
more robust approach to avoid Python byte code -- environment variables get inherited by subprocesses
|
changeset |
files
|
Thu, 12 Sep 2013 15:14:53 +0200 |
blanchet |
unset some spurious executable flags
|
changeset |
files
|
Thu, 12 Sep 2013 11:23:49 +0200 |
traytel |
handle corner case in tactic
|
changeset |
files
|
Thu, 12 Sep 2013 11:23:49 +0200 |
traytel |
simplified derivation of in_rel
|
changeset |
files
|
Thu, 12 Sep 2013 11:23:49 +0200 |
traytel |
removed unused/inlinable theorems
|
changeset |
files
|
Thu, 12 Sep 2013 11:05:19 +0200 |
blanchet |
when pouring in extra features into the goal, only consider facts from the current theory -- the bottom 10 facts of the last import might be completely unrelated
|
changeset |
files
|
Thu, 12 Sep 2013 10:40:53 +0200 |
blanchet |
minor fixes
|
changeset |
files
|
Thu, 12 Sep 2013 10:35:33 +0200 |
blanchet |
commented out code parts leading to runtime errors due to missing gensim module
|
changeset |
files
|
Thu, 12 Sep 2013 10:05:10 +0200 |
blanchet |
invoke Python with "no bytecode" option to avoid litering Isabelle source directory with ".pyc" files (which can be problematic for a number of reasons)
|
changeset |
files
|
Thu, 12 Sep 2013 09:59:45 +0200 |
blanchet |
new version of MaSh
|
changeset |
files
|
Thu, 12 Sep 2013 00:34:48 +0200 |
blanchet |
more (co)data docs
|
changeset |
files
|
Thu, 12 Sep 2013 00:07:46 +0200 |
blanchet |
avoid a keyword
|
changeset |
files
|
Wed, 11 Sep 2013 23:55:47 +0200 |
blanchet |
more (co)datatype docs
|
changeset |
files
|
Wed, 11 Sep 2013 22:20:45 +0200 |
blanchet |
killed dead code
|
changeset |
files
|
Wed, 11 Sep 2013 22:20:45 +0200 |
blanchet |
get rid of another complication in relevance filter
|
changeset |
files
|
Wed, 11 Sep 2013 22:20:44 +0200 |
blanchet |
tuning
|
changeset |
files
|
Wed, 11 Sep 2013 22:20:43 +0200 |
blanchet |
renamed config option
|
changeset |
files
|
Wed, 11 Sep 2013 18:52:30 +0200 |
haftmann |
more correct NEWS
|
changeset |
files
|
Wed, 11 Sep 2013 18:38:23 +0200 |
blanchet |
kick out totally hopeless facts after 5 iterations to speed things up
|
changeset |
files
|
Wed, 11 Sep 2013 18:37:47 +0200 |
blanchet |
reintroduced 8d8f72aa5c0b, which does make a small difference in practice, but implemented more efficiently
|
changeset |
files
|
Wed, 11 Sep 2013 18:32:43 +0200 |
blanchet |
more (co)data docs
|
changeset |
files
|
Wed, 11 Sep 2013 17:17:58 +0200 |
blanchet |
more (co)data docs
|
changeset |
files
|
Wed, 11 Sep 2013 16:55:01 +0200 |
blanchet |
more (co)data docs
|
changeset |
files
|
Wed, 11 Sep 2013 16:16:45 +0200 |
wenzelm |
merged
|
changeset |
files
|
Wed, 11 Sep 2013 15:54:53 +0200 |
wenzelm |
prefer explicit type constraint (again, see also Type.appl_error);
|
changeset |
files
|
Wed, 11 Sep 2013 15:42:05 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Wed, 11 Sep 2013 15:30:12 +0200 |
wenzelm |
tuned whitespace;
|
changeset |
files
|
Wed, 11 Sep 2013 15:25:51 +0200 |
wenzelm |
tuned message;
|
changeset |
files
|
Wed, 11 Sep 2013 14:23:06 +0200 |
wenzelm |
do not expose internal flags to attribute name space;
|
changeset |
files
|
Wed, 11 Sep 2013 15:49:39 +0200 |
blanchet |
more (co)data docs
|
changeset |
files
|
Wed, 11 Sep 2013 15:22:43 +0200 |
blanchet |
more (co)datatype documentation
|
changeset |
files
|
Wed, 11 Sep 2013 14:07:24 +0200 |
blanchet |
tuning
|
changeset |
files
|