Tue, 01 Jun 2010 15:37:14 +0200 subsumed by NEWS -- for older history, see previous versions of Nitpick
blanchet [Tue, 01 Jun 2010 15:37:14 +0200] rev 37263
subsumed by NEWS -- for older history, see previous versions of Nitpick
Tue, 01 Jun 2010 14:54:35 +0200 don't show spurious "..." in Nitpick's output for free variables of set type (e.g., P (op +) example from Manual_Nits.thy); undoes parts of 38ba15040455, which was too aggressive
blanchet [Tue, 01 Jun 2010 14:54:35 +0200] rev 37262
don't show spurious "..." in Nitpick's output for free variables of set type (e.g., P (op +) example from Manual_Nits.thy); undoes parts of 38ba15040455, which was too aggressive
Tue, 01 Jun 2010 14:14:02 +0200 honor xsymbols in Nitpick
blanchet [Tue, 01 Jun 2010 14:14:02 +0200] rev 37261
honor xsymbols in Nitpick
Tue, 01 Jun 2010 12:20:08 +0200 added "atoms" option to Nitpick (request from Karlsruhe) + wrap Refute. functions to "nitpick_util.ML"
blanchet [Tue, 01 Jun 2010 12:20:08 +0200] rev 37260
added "atoms" option to Nitpick (request from Karlsruhe) + wrap Refute. functions to "nitpick_util.ML"
Tue, 01 Jun 2010 11:58:50 +0200 document new option
blanchet [Tue, 01 Jun 2010 11:58:50 +0200] rev 37259
document new option
Tue, 01 Jun 2010 10:40:23 +0200 make Nitpick handle multiple typedef entries for same typedef
blanchet [Tue, 01 Jun 2010 10:40:23 +0200] rev 37258
make Nitpick handle multiple typedef entries for same typedef
Tue, 01 Jun 2010 10:32:29 +0200 remove comment
blanchet [Tue, 01 Jun 2010 10:32:29 +0200] rev 37257
remove comment
Tue, 01 Jun 2010 10:31:18 +0200 thread along context instead of theory for typedef lookup
blanchet [Tue, 01 Jun 2010 10:31:18 +0200] rev 37256
thread along context instead of theory for typedef lookup
Mon, 31 May 2010 18:51:06 +0200 obsolete FIXME
blanchet [Mon, 31 May 2010 18:51:06 +0200] rev 37255
obsolete FIXME
Mon, 31 May 2010 18:49:32 +0200 move SAT solver warning from every invocation of SAT solver to the tool, Refute, that uses it;
blanchet [Mon, 31 May 2010 18:49:32 +0200] rev 37254
move SAT solver warning from every invocation of SAT solver to the tool, Refute, that uses it; "size_change" rarely needs anything beyond "dpll", so this warning is annoying at best, and when "size_change" is called from Nitpick the warning confuses users, who then think that Nitpick is using "dpll" when it's really using MiniSat or some other fast solver
Mon, 31 May 2010 18:00:28 +0200 don't include any axioms for "TYPE" in Nitpick
blanchet [Mon, 31 May 2010 18:00:28 +0200] rev 37253
don't include any axioms for "TYPE" in Nitpick
Wed, 02 Jun 2010 11:36:09 +0200 dropped obsolete script
haftmann [Wed, 02 Jun 2010 11:36:09 +0200] rev 37252
dropped obsolete script
Wed, 02 Jun 2010 11:09:26 +0200 normalize and postprocess proof body in a separate future, taking care of platforms without multithreading (greately improves parallelization in general without the overhead of promised proofs, cf. usedir -q 0);
wenzelm [Wed, 02 Jun 2010 11:09:26 +0200] rev 37251
normalize and postprocess proof body in a separate future, taking care of platforms without multithreading (greately improves parallelization in general without the overhead of promised proofs, cf. usedir -q 0);
Wed, 02 Jun 2010 08:01:45 +0200 merged
haftmann [Wed, 02 Jun 2010 08:01:45 +0200] rev 37250
merged
Tue, 01 Jun 2010 17:25:00 +0200 avoid store flag in add_* operations
haftmann [Tue, 01 Jun 2010 17:25:00 +0200] rev 37249
avoid store flag in add_* operations
Tue, 01 Jun 2010 22:19:17 +0200 arities: no need to maintain original codomain (cf. f795c1164708) -- completion happens in axclass.ML;
wenzelm [Tue, 01 Jun 2010 22:19:17 +0200] rev 37248
arities: no need to maintain original codomain (cf. f795c1164708) -- completion happens in axclass.ML; misc tuning;
Tue, 01 Jun 2010 17:36:53 +0200 merged
wenzelm [Tue, 01 Jun 2010 17:36:53 +0200] rev 37247
merged
Tue, 01 Jun 2010 15:59:01 +0200 do not expose store flag of AxClass.add_*
haftmann [Tue, 01 Jun 2010 15:59:01 +0200] rev 37246
do not expose store flag of AxClass.add_*
Tue, 01 Jun 2010 13:59:13 +0200 merged
haftmann [Tue, 01 Jun 2010 13:59:13 +0200] rev 37245
merged
Tue, 01 Jun 2010 13:52:12 +0200 adapted to changes
haftmann [Tue, 01 Jun 2010 13:52:12 +0200] rev 37244
adapted to changes
Tue, 01 Jun 2010 13:52:11 +0200 capitalized type variables; added yield as keyword
haftmann [Tue, 01 Jun 2010 13:52:11 +0200] rev 37243
capitalized type variables; added yield as keyword
Tue, 01 Jun 2010 13:52:11 +0200 brackify_infix etc.: no break before infix operator -- eases survival in Scala
haftmann [Tue, 01 Jun 2010 13:52:11 +0200] rev 37242
brackify_infix etc.: no break before infix operator -- eases survival in Scala
Tue, 01 Jun 2010 17:27:38 +0200 basic support for sub/superscript token markup -- NB: need to maintain extended token types eagerly, since jEdit occasionally reinstalls a style array that is too short;
wenzelm [Tue, 01 Jun 2010 17:27:38 +0200] rev 37241
basic support for sub/superscript token markup -- NB: need to maintain extended token types eagerly, since jEdit occasionally reinstalls a style array that is too short;
Tue, 01 Jun 2010 13:54:33 +0200 use local /home/isatest/polyml-5.3.0 on atbroy102 to avoid problems with the SMB filesystem via homebroy;
wenzelm [Tue, 01 Jun 2010 13:54:33 +0200] rev 37240
use local /home/isatest/polyml-5.3.0 on atbroy102 to avoid problems with the SMB filesystem via homebroy;
Tue, 01 Jun 2010 13:32:05 +0200 uniform ML environment setup for Isar and PG;
wenzelm [Tue, 01 Jun 2010 13:32:05 +0200] rev 37239
uniform ML environment setup for Isar and PG;
Tue, 01 Jun 2010 12:16:40 +0200 merged
berghofe [Tue, 01 Jun 2010 12:16:40 +0200] rev 37238
merged
Tue, 01 Jun 2010 11:39:51 +0200 Renamed TypeInfer to Type_Infer.
berghofe [Tue, 01 Jun 2010 11:39:51 +0200] rev 37237
Renamed TypeInfer to Type_Infer.
Tue, 01 Jun 2010 11:30:57 +0200 merged
berghofe [Tue, 01 Jun 2010 11:30:57 +0200] rev 37236
merged
Tue, 01 Jun 2010 11:16:16 +0200 assign now applies meet before update_new to avoid misleading error message.
berghofe [Tue, 01 Jun 2010 11:16:16 +0200] rev 37235
assign now applies meet before update_new to avoid misleading error message.
Tue, 01 Jun 2010 11:13:40 +0200 Tuned.
berghofe [Tue, 01 Jun 2010 11:13:40 +0200] rev 37234
Tuned.
Tue, 01 Jun 2010 11:13:09 +0200 Adapted to new format of proof terms containing explicit proofs of class membership.
berghofe [Tue, 01 Jun 2010 11:13:09 +0200] rev 37233
Adapted to new format of proof terms containing explicit proofs of class membership.
Tue, 01 Jun 2010 11:04:49 +0200 classrel and arity theorems are now stored under proper name in theory. add_arity and
berghofe [Tue, 01 Jun 2010 11:04:49 +0200] rev 37232
classrel and arity theorems are now stored under proper name in theory. add_arity and add_classrel take extra boolean argument indicating whether theorems should be stored.
Tue, 01 Jun 2010 11:01:16 +0200 - outer_constraints with original variable names, to ensure that argsP is consistent with args
berghofe [Tue, 01 Jun 2010 11:01:16 +0200] rev 37231
- outer_constraints with original variable names, to ensure that argsP is consistent with args - Exported map_proof_same, added implies_intr_proof' and forall_intr_proof' - Rewriting procedures used by rewrite_proof can now access hypotheses - Finally enabled unconstrain
Tue, 01 Jun 2010 10:55:38 +0200 outer_constraints with original variable names, to ensure that argsP is consistent with args
berghofe [Tue, 01 Jun 2010 10:55:38 +0200] rev 37230
outer_constraints with original variable names, to ensure that argsP is consistent with args
Tue, 01 Jun 2010 10:53:55 +0200 - Equality check on propositions after lookup of theorem now takes type variable
berghofe [Tue, 01 Jun 2010 10:53:55 +0200] rev 37229
- Equality check on propositions after lookup of theorem now takes type variable renamings into account - Unconstrain theorem after lookup - Improved error messages for application cases
Tue, 01 Jun 2010 10:48:38 +0200 Use Proofterm.forall_intr_proof' instead of locally defined forall_intr_prf.
berghofe [Tue, 01 Jun 2010 10:48:38 +0200] rev 37228
Use Proofterm.forall_intr_proof' instead of locally defined forall_intr_prf.
Tue, 01 Jun 2010 10:46:47 +0200 - Added extra flag to read_term and read_proof functions that allows to parse (proof)terms in which
berghofe [Tue, 01 Jun 2010 10:46:47 +0200] rev 37227
- Added extra flag to read_term and read_proof functions that allows to parse (proof)terms in which all type variables have the top sort - Adapted proof_of_term to handle proofs with explicit class membership proofs
Tue, 01 Jun 2010 11:37:41 +0200 merged
wenzelm [Tue, 01 Jun 2010 11:37:41 +0200] rev 37226
merged
Tue, 01 Jun 2010 11:18:51 +0200 merged
haftmann [Tue, 01 Jun 2010 11:18:51 +0200] rev 37225
merged
Tue, 01 Jun 2010 10:30:54 +0200 corrected printing of characters
haftmann [Tue, 01 Jun 2010 10:30:54 +0200] rev 37224
corrected printing of characters
Tue, 01 Jun 2010 10:30:53 +0200 corrected implementation
haftmann [Tue, 01 Jun 2010 10:30:53 +0200] rev 37223
corrected implementation
Tue, 01 Jun 2010 10:30:53 +0200 added Scala code setup
haftmann [Tue, 01 Jun 2010 10:30:53 +0200] rev 37222
added Scala code setup
Tue, 01 Jun 2010 10:30:53 +0200 tuned code setup
haftmann [Tue, 01 Jun 2010 10:30:53 +0200] rev 37221
tuned code setup
Tue, 01 Jun 2010 11:37:24 +0200 keep structure ThyLoad for the sake of Proof General;
wenzelm [Tue, 01 Jun 2010 11:37:24 +0200] rev 37220
keep structure ThyLoad for the sake of Proof General;
Tue, 01 Jun 2010 09:12:12 +0200 added random instance for word
haftmann [Tue, 01 Jun 2010 09:12:12 +0200] rev 37219
added random instance for word
Mon, 31 May 2010 22:08:40 +0200 notes on Isabelle/jEdit;
wenzelm [Mon, 31 May 2010 22:08:40 +0200] rev 37218
notes on Isabelle/jEdit;
Mon, 31 May 2010 21:29:27 +0200 remove presently unused Isabelle application;
wenzelm [Mon, 31 May 2010 21:29:27 +0200] rev 37217
remove presently unused Isabelle application;
Mon, 31 May 2010 21:06:57 +0200 modernized some structure names, keeping a few legacy aliases;
wenzelm [Mon, 31 May 2010 21:06:57 +0200] rev 37216
modernized some structure names, keeping a few legacy aliases;
Mon, 31 May 2010 19:36:13 +0200 merged
wenzelm [Mon, 31 May 2010 19:36:13 +0200] rev 37215
merged
Mon, 31 May 2010 17:41:06 +0200 merge
blanchet [Mon, 31 May 2010 17:41:06 +0200] rev 37214
merge
Mon, 31 May 2010 17:20:41 +0200 fix handling of "split" w.r.t. new definition + fix exception handling w.r.t. "expect" option
blanchet [Mon, 31 May 2010 17:20:41 +0200] rev 37213
fix handling of "split" w.r.t. new definition + fix exception handling w.r.t. "expect" option
Mon, 31 May 2010 17:31:33 +0200 updated generated files
haftmann [Mon, 31 May 2010 17:31:33 +0200] rev 37212
updated generated files
Mon, 31 May 2010 17:29:28 +0200 clarified
haftmann [Mon, 31 May 2010 17:29:28 +0200] rev 37211
clarified
Mon, 31 May 2010 17:29:26 +0200 adjusted
haftmann [Mon, 31 May 2010 17:29:26 +0200] rev 37210
adjusted
Mon, 31 May 2010 18:17:48 +0200 terminate ML compiler input produced by ML_Lex.read (cf. 85e864045497);
wenzelm [Mon, 31 May 2010 18:17:48 +0200] rev 37209
terminate ML compiler input produced by ML_Lex.read (cf. 85e864045497);
Mon, 31 May 2010 16:45:48 +0200 Toplevel.run_command: reraise Interrupt, to terminate the Isar_Document.execution and not store a failed attempt;
wenzelm [Mon, 31 May 2010 16:45:48 +0200] rev 37208
Toplevel.run_command: reraise Interrupt, to terminate the Isar_Document.execution and not store a failed attempt;
Mon, 31 May 2010 10:29:04 +0200 merged
wenzelm [Mon, 31 May 2010 10:29:04 +0200] rev 37207
merged
Sun, 30 May 2010 21:29:37 +0200 Typo in locales tutorial.
ballarin [Sun, 30 May 2010 21:29:37 +0200] rev 37206
Typo in locales tutorial.
Mon, 31 May 2010 10:27:42 +0200 Theory_Target.pretty: more markup;
wenzelm [Mon, 31 May 2010 10:27:42 +0200] rev 37205
Theory_Target.pretty: more markup;
Mon, 31 May 2010 10:24:21 +0200 tuned abbrevs for long arrows, according to usual ASCII syntax;
wenzelm [Mon, 31 May 2010 10:24:21 +0200] rev 37204
tuned abbrevs for long arrows, according to usual ASCII syntax;
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip