]> matita.cs.unibo.it Git - helm.git/log
helm.git
17 years agoRegular expression fixed to allow '-' into test names.
Claudio Sacerdoti Coen [Tue, 3 Oct 2006 12:15:00 +0000 (12:15 +0000)]
Regular expression fixed to allow '-' into test names.

17 years agosacerdot is now the user for the daily bench.
Claudio Sacerdoti Coen [Tue, 3 Oct 2006 12:02:55 +0000 (12:02 +0000)]
sacerdot is now the user for the daily bench.

17 years agoCrontab updated
Claudio Sacerdoti Coen [Tue, 3 Oct 2006 11:59:30 +0000 (11:59 +0000)]
Crontab updated

17 years agoNo more benches without gc.
Claudio Sacerdoti Coen [Tue, 3 Oct 2006 11:49:19 +0000 (11:49 +0000)]
No more benches without gc.

17 years agosequent_viewer.xml & co are now generated in /tmp if necessary!
Claudio Sacerdoti Coen [Tue, 3 Oct 2006 11:33:14 +0000 (11:33 +0000)]
sequent_viewer.xml & co are now generated in /tmp if necessary!

17 years agoupdated to use destruct instead of disciminate/injection
Ferruccio Guidi [Tue, 3 Oct 2006 11:18:21 +0000 (11:18 +0000)]
updated to use destruct instead of disciminate/injection

17 years agoBug fixed: the script Menu was not locked as expected.
Claudio Sacerdoti Coen [Tue, 3 Oct 2006 08:31:25 +0000 (08:31 +0000)]
Bug fixed: the script Menu was not locked as expected.

17 years agoThe Abort button is now working properly. Cool.
Claudio Sacerdoti Coen [Tue, 3 Oct 2006 07:52:16 +0000 (07:52 +0000)]
The Abort button is now working properly. Cool.

17 years agoXavier code for killing a thread commented out for a while since it interacts badly...
Claudio Sacerdoti Coen [Mon, 2 Oct 2006 17:55:36 +0000 (17:55 +0000)]
Xavier code for killing a thread commented out for a while since it interacts badly with (labl?)Gtk.

17 years agoThis commit implements the Abort button for the GUI using a clever trick by Xavier...
Claudio Sacerdoti Coen [Mon, 2 Oct 2006 17:44:01 +0000 (17:44 +0000)]
This commit implements the Abort button for the GUI using a clever trick by Xavier Leroy.

17 years agorestored is_identity instead of is_weak_identity
Enrico Tassi [Mon, 2 Oct 2006 16:30:28 +0000 (16:30 +0000)]
restored is_identity instead of is_weak_identity

17 years ago**** EXPERIMENTAL ****
Claudio Sacerdoti Coen [Mon, 2 Oct 2006 16:22:13 +0000 (16:22 +0000)]
**** EXPERIMENTAL ****
The GUI of Matita is now thread-based.
In principle Ctr-C works unreliably.
In practice it works reasonably well.

17 years agoadded a subtle List.rev that makes the order of the equalities taken from the library...
Enrico Tassi [Mon, 2 Oct 2006 15:33:24 +0000 (15:33 +0000)]
added a subtle List.rev that makes the order of the equalities taken from the library as it used to be. In this way the applys test works, but is not clear why the other order does not produce a solution in decent time

17 years ago...
Enrico Tassi [Mon, 2 Oct 2006 15:30:44 +0000 (15:30 +0000)]
...

17 years agoauto always uses the context (even if paramodulation) to try to close goals left...
Enrico Tassi [Mon, 2 Oct 2006 15:19:25 +0000 (15:19 +0000)]
auto always uses the context (even if paramodulation) to try to close goals left open by paramod

17 years agoreturns the right list of goals
Enrico Tassi [Mon, 2 Oct 2006 15:18:35 +0000 (15:18 +0000)]
returns the right list of goals

17 years ago50 steps on goal are fine for irrat2
Enrico Tassi [Mon, 2 Oct 2006 15:17:01 +0000 (15:17 +0000)]
50 steps on goal are fine for irrat2

17 years agoremoved only made with the DB
Enrico Tassi [Mon, 2 Oct 2006 15:16:02 +0000 (15:16 +0000)]
removed only made with the DB

17 years agoremoved a pointless call to auto
Enrico Tassi [Mon, 2 Oct 2006 15:15:31 +0000 (15:15 +0000)]
removed a pointless call to auto

17 years ago...
Enrico Tassi [Mon, 2 Oct 2006 15:15:03 +0000 (15:15 +0000)]
...

17 years agoadded tests for paramod
Enrico Tassi [Mon, 2 Oct 2006 15:14:46 +0000 (15:14 +0000)]
added tests for paramod

17 years ago...
Enrico Tassi [Mon, 2 Oct 2006 13:56:53 +0000 (13:56 +0000)]
...

17 years agoadded missing *)
Enrico Tassi [Mon, 2 Oct 2006 11:42:43 +0000 (11:42 +0000)]
added missing *)

17 years agorestored old (r6662) behaviour
Enrico Tassi [Mon, 2 Oct 2006 11:29:49 +0000 (11:29 +0000)]
restored old (r6662) behaviour

17 years agowhen use_only_paramod is true do not calculate the universe for applicative reasoning
Enrico Tassi [Sun, 1 Oct 2006 13:02:29 +0000 (13:02 +0000)]
when use_only_paramod is true do not calculate the universe for applicative reasoning

17 years ago2: is_identity -> is_weak_identity
Enrico Tassi [Fri, 29 Sep 2006 17:08:10 +0000 (17:08 +0000)]
2: is_identity -> is_weak_identity

17 years agofixed metaconvertibility that was completely wrong.
Enrico Tassi [Fri, 29 Sep 2006 17:07:53 +0000 (17:07 +0000)]
fixed metaconvertibility that was completely wrong.
is_identity and is_weak_identity fixed accordingly

17 years agoremoved bad guard that was always false (assert false in the line above)
Enrico Tassi [Fri, 29 Sep 2006 17:07:06 +0000 (17:07 +0000)]
removed bad guard that was always false (assert false in the line above)

17 years agofixed (dasabled paramod)
Enrico Tassi [Fri, 29 Sep 2006 14:49:31 +0000 (14:49 +0000)]
fixed (dasabled paramod)

17 years agorenamed inference in founif that is more appropriate
Enrico Tassi [Fri, 29 Sep 2006 14:41:27 +0000 (14:41 +0000)]
renamed inference in founif that is more appropriate

17 years agois_identity -> is_weak_identity
Enrico Tassi [Fri, 29 Sep 2006 14:27:20 +0000 (14:27 +0000)]
is_identity -> is_weak_identity

17 years agohack to make the Pp work (sometimes)
Enrico Tassi [Fri, 29 Sep 2006 14:22:25 +0000 (14:22 +0000)]
hack to make the Pp work (sometimes)

17 years agonew version of auto that is able to prove the irrationality of sqrt(2)
Enrico Tassi [Fri, 29 Sep 2006 12:49:11 +0000 (12:49 +0000)]
new version of auto that is able to prove the irrationality of sqrt(2)

17 years agoadded tests for auto
Enrico Tassi [Fri, 29 Sep 2006 12:48:07 +0000 (12:48 +0000)]
added tests for auto

17 years agorestored the good factorization file
Enrico Tassi [Fri, 29 Sep 2006 12:47:31 +0000 (12:47 +0000)]
restored the good factorization file

17 years agoported to the new reflexivity implementation
Enrico Tassi [Fri, 29 Sep 2006 12:46:59 +0000 (12:46 +0000)]
ported to the new reflexivity implementation

17 years agomaittaprover uses another format
Enrico Tassi [Fri, 29 Sep 2006 12:23:23 +0000 (12:23 +0000)]
maittaprover uses another format

17 years ago...
Enrico Tassi [Fri, 29 Sep 2006 12:22:36 +0000 (12:22 +0000)]
...

17 years agoremoved a useless printing
Enrico Tassi [Fri, 29 Sep 2006 11:22:39 +0000 (11:22 +0000)]
removed a useless printing

17 years agoadded metas local context maction: ?n[...]
Enrico Tassi [Fri, 29 Sep 2006 11:22:13 +0000 (11:22 +0000)]
added metas local context maction: ?n[...]

17 years agosolved issues regarding SQL incredible error proness
Enrico Tassi [Thu, 28 Sep 2006 14:23:42 +0000 (14:23 +0000)]
solved issues regarding SQL incredible error proness

17 years agoImplemented topological sorting according to the dependencies.
Claudio Sacerdoti Coen [Thu, 28 Sep 2006 11:51:22 +0000 (11:51 +0000)]
Implemented topological sorting according to the dependencies.

17 years agoauto snapshot
Enrico Tassi [Wed, 27 Sep 2006 16:20:40 +0000 (16:20 +0000)]
auto snapshot

17 years ago...
Enrico Tassi [Wed, 27 Sep 2006 16:19:17 +0000 (16:19 +0000)]
...

17 years agoMore work on the translation of technicalities/setoids.ma.
Claudio Sacerdoti Coen [Wed, 27 Sep 2006 15:56:51 +0000 (15:56 +0000)]
More work on the translation of technicalities/setoids.ma.

17 years agoOne less open helps understanding the code!
Claudio Sacerdoti Coen [Wed, 27 Sep 2006 15:50:51 +0000 (15:50 +0000)]
One less open helps understanding the code!

17 years agoMore informative error message.
Claudio Sacerdoti Coen [Wed, 27 Sep 2006 15:04:14 +0000 (15:04 +0000)]
More informative error message.

17 years agofixed bug regarding developments. paths given with -I are now made absolute
Enrico Tassi [Wed, 27 Sep 2006 14:25:10 +0000 (14:25 +0000)]
fixed bug regarding developments. paths given with -I are now made absolute

17 years agoNew bug found in disambiguation of records.
Claudio Sacerdoti Coen [Wed, 27 Sep 2006 13:14:33 +0000 (13:14 +0000)]
New bug found in disambiguation of records.
To fix the bug it is necessary to propagate the substitution computed
during the type-checking of the constructors to the types of the inductive
types. This is quite complex to do. One possibility is simply to add the
substitution to the proof status.

17 years agoInitial work on setoids:
Claudio Sacerdoti Coen [Wed, 27 Sep 2006 09:50:26 +0000 (09:50 +0000)]
Initial work on setoids:
 - AST changed to make it more parametric on terms (for the Relation command)
 - functions that work on ASTs consider the constructors in alphabetical order
 - initial translation from Coq to Matita of library/technicalities/setoids.ma

17 years agoInitial work on setoids:
Claudio Sacerdoti Coen [Wed, 27 Sep 2006 09:49:48 +0000 (09:49 +0000)]
Initial work on setoids:
 - AST changed to make it more parametric on terms (for the Relation command)
 - functions that work on ASTs consider the constructors in alphabetical order
 -

17 years agoAdded generation of dependency graph for the ocaml modules in matita/
Stefano Zacchiroli [Wed, 27 Sep 2006 09:20:29 +0000 (09:20 +0000)]
Added generation of dependency graph for the ocaml modules in matita/
WARNING (and happyness ...): first Ruby script added to our repository

17 years agorebuilt
Stefano Zacchiroli [Wed, 27 Sep 2006 09:19:47 +0000 (09:19 +0000)]
rebuilt

17 years agoTwo tests used to have the same baseuri. Very bad.
Claudio Sacerdoti Coen [Tue, 26 Sep 2006 17:03:57 +0000 (17:03 +0000)]
Two tests used to have the same baseuri. Very bad.

17 years agoadded SRC parameter to makefile (the one placed in the root of a development) to...
Enrico Tassi [Tue, 26 Sep 2006 16:06:54 +0000 (16:06 +0000)]
added SRC parameter to makefile (the one placed in the root of a development) to specify the set of files to handle (if omitted all files reachable from the root dir of the development are used).

17 years agoThe precedence level is now an optional argument of the content to pres
Claudio Sacerdoti Coen [Tue, 26 Sep 2006 11:36:36 +0000 (11:36 +0000)]
The precedence level is now an optional argument of the content to pres
transformation for terms.

17 years agolinkonly now also links matitac
Claudio Sacerdoti Coen [Tue, 26 Sep 2006 11:35:12 +0000 (11:35 +0000)]
linkonly now also links matitac

17 years ago* ocaml => components
Claudio Sacerdoti Coen [Tue, 26 Sep 2006 11:22:08 +0000 (11:22 +0000)]
* ocaml => components
* initialization was missing

17 years agodiscriminate => destruct
Claudio Sacerdoti Coen [Tue, 26 Sep 2006 08:48:08 +0000 (08:48 +0000)]
discriminate => destruct

17 years ago{discriminate,injection} => destruct
Claudio Sacerdoti Coen [Tue, 26 Sep 2006 08:26:17 +0000 (08:26 +0000)]
{discriminate,injection} => destruct

17 years agoinjection_tac and discriminate_tac now replaced by destruct_tac
Claudio Sacerdoti Coen [Mon, 25 Sep 2006 16:54:35 +0000 (16:54 +0000)]
injection_tac and discriminate_tac now replaced by destruct_tac

17 years agoinjection_tac and discriminate_tac now replaced by destruct_tac that
Claudio Sacerdoti Coen [Mon, 25 Sep 2006 16:52:53 +0000 (16:52 +0000)]
injection_tac and discriminate_tac now replaced by destruct_tac that
performs either injection or discrimination. In Coq destruct is called
"analyze equality".

17 years agoSeveral bugs fixed in discriminate.
Claudio Sacerdoti Coen [Mon, 25 Sep 2006 16:07:09 +0000 (16:07 +0000)]
Several bugs fixed in discriminate.
Discriminate now works on inductive types with any number of left or right
parameters.

17 years agoBug fixed: a number alias Num 0 now subsumes the case Num n for each n.
Claudio Sacerdoti Coen [Mon, 25 Sep 2006 14:04:33 +0000 (14:04 +0000)]
Bug fixed: a number alias Num 0 now subsumes the case Num n for each n.

17 years agolast fix.
Enrico Tassi [Sat, 23 Sep 2006 18:09:06 +0000 (18:09 +0000)]
last fix.

17 years agousing lua5.1 instead of lua50
Enrico Tassi [Sat, 23 Sep 2006 16:07:53 +0000 (16:07 +0000)]
using lua5.1 instead of lua50

17 years agooverride USER with bench
Enrico Tassi [Sat, 23 Sep 2006 15:44:45 +0000 (15:44 +0000)]
override USER with bench

17 years agoadded $(USER) so that the night bench can override it (and not put garbage in MY...
Enrico Tassi [Sat, 23 Sep 2006 15:44:14 +0000 (15:44 +0000)]
added $(USER) so that the night bench can override it (and not put garbage in MY sql tables)

17 years agofixed script to make csc happy
Enrico Tassi [Sat, 23 Sep 2006 15:31:09 +0000 (15:31 +0000)]
fixed script to make csc happy

17 years agoBug fixed: aliases for numbers were no longer handled correctly (since 0 was
Claudio Sacerdoti Coen [Fri, 22 Sep 2006 16:28:39 +0000 (16:28 +0000)]
Bug fixed: aliases for numbers were no longer handled correctly (since 0 was
a wildcard only for symbols).

17 years agoauto snapshot
Enrico Tassi [Thu, 21 Sep 2006 16:01:04 +0000 (16:01 +0000)]
auto snapshot

17 years agosnapshot of queries for auto+paramod
Enrico Tassi [Thu, 21 Sep 2006 16:00:31 +0000 (16:00 +0000)]
snapshot of queries for auto+paramod

17 years agoadded notation
Enrico Tassi [Thu, 21 Sep 2006 15:59:21 +0000 (15:59 +0000)]
added notation

17 years ago...
Enrico Tassi [Thu, 21 Sep 2006 15:58:44 +0000 (15:58 +0000)]
...

17 years agoapply now uses both menv and subst to decide the fresh meta number
Enrico Tassi [Thu, 21 Sep 2006 13:24:39 +0000 (13:24 +0000)]
apply now uses both menv and subst to decide the fresh meta number

17 years ago"21" -> "Implicit found"
Enrico Tassi [Thu, 21 Sep 2006 13:22:38 +0000 (13:22 +0000)]
"21" -> "Implicit found"

17 years agoadded displaying of the dep graph of a development, click action still missing
Stefano Zacchiroli [Thu, 21 Sep 2006 09:29:14 +0000 (09:29 +0000)]
added displaying of the dep graph of a development, click action still missing

17 years agoadded generation of the .dot version of development dependencies
Stefano Zacchiroli [Thu, 21 Sep 2006 08:54:08 +0000 (08:54 +0000)]
added generation of the .dot version of development dependencies

17 years agoInjection now clears all intermediate results introduced.
Claudio Sacerdoti Coen [Wed, 20 Sep 2006 16:47:13 +0000 (16:47 +0000)]
Injection now clears all intermediate results introduced.
Injection code reindented.
Baseuri in injection.ma fixed.

17 years ago1. bug fixed: injection now performs recursion lifting correctly
Claudio Sacerdoti Coen [Wed, 20 Sep 2006 16:21:53 +0000 (16:21 +0000)]
1. bug fixed: injection now performs recursion lifting correctly
2. bug introduced: injections now behaves as id_tac when it has nothing to do

17 years agoAdded new target linkonly to link matita without re-compiling anything.
Claudio Sacerdoti Coen [Wed, 20 Sep 2006 14:37:19 +0000 (14:37 +0000)]
Added new target linkonly to link matita without re-compiling anything.
Useful for rapid debugging in bytecode.

17 years agolast problem elegantly resolved!
Ferruccio Guidi [Mon, 18 Sep 2006 14:28:30 +0000 (14:28 +0000)]
last problem elegantly resolved!

17 years agoremoved old .cvsignore files
Stefano Zacchiroli [Sun, 17 Sep 2006 14:22:05 +0000 (14:22 +0000)]
removed old .cvsignore files
ready for 3.09.3 and ocaml.mk

17 years agoready for 3.09.3 and ocaml.mk
Stefano Zacchiroli [Sun, 17 Sep 2006 13:39:58 +0000 (13:39 +0000)]
ready for 3.09.3 and ocaml.mk

17 years agobinNMU safe setting of debian/*
Stefano Zacchiroli [Sun, 17 Sep 2006 13:20:29 +0000 (13:20 +0000)]
binNMU safe setting of debian/*
ready for 3.09.3 and ocaml.mk

17 years agoYet another refinement error localized.
Claudio Sacerdoti Coen [Fri, 15 Sep 2006 21:35:36 +0000 (21:35 +0000)]
Yet another refinement error localized.
Enrico should really learn to localize his own exceptions :-)

17 years agoDebugging code deactivated.
Claudio Sacerdoti Coen [Fri, 15 Sep 2006 20:53:55 +0000 (20:53 +0000)]
Debugging code deactivated.

17 years agouseless files removed
Ferruccio Guidi [Fri, 15 Sep 2006 14:14:17 +0000 (14:14 +0000)]
useless files removed

17 years agoexportation completed!!
Ferruccio Guidi [Fri, 15 Sep 2006 12:43:52 +0000 (12:43 +0000)]
exportation completed!!

17 years agoremoved useless file in source package
Stefano Zacchiroli [Thu, 14 Sep 2006 22:33:48 +0000 (22:33 +0000)]
removed useless file in source package

17 years agonew release, binNMU safe
Stefano Zacchiroli [Thu, 14 Sep 2006 22:33:05 +0000 (22:33 +0000)]
new release, binNMU safe

17 years agook up to pc1
Ferruccio Guidi [Thu, 14 Sep 2006 17:53:17 +0000 (17:53 +0000)]
ok up to pc1

17 years ago1. Stricter controls implemented in injection.
Claudio Sacerdoti Coen [Thu, 14 Sep 2006 13:55:57 +0000 (13:55 +0000)]
1. Stricter controls implemented in injection.
2. tests/injection.ma now contains a description of why the tactic sometimes
   fail and there is nothing really cute we can do with it. It also hints to
   an alternative solution implemented in Coq.

17 years agoBug fixed in injection: lifting was not performed correctly, but it worked
Claudio Sacerdoti Coen [Thu, 14 Sep 2006 12:38:12 +0000 (12:38 +0000)]
Bug fixed in injection: lifting was not performed correctly, but it worked
most of the time :-)

17 years ago1. added a test for injection
Claudio Sacerdoti Coen [Thu, 14 Sep 2006 11:58:21 +0000 (11:58 +0000)]
1. added a test for injection
2. injection now works also on inductive types with left parameters

As the test shows, there are still bugs even in the case of an inductive
case with right parameters only.

17 years agoBug fixed in pretty printing in new syntax of MutCases on inductive types
Claudio Sacerdoti Coen [Thu, 14 Sep 2006 10:23:29 +0000 (10:23 +0000)]
Bug fixed in pretty printing in new syntax of MutCases on inductive types
with left parameters.

17 years agoBug fixed in injection: injection can now work on inductive types that have
Claudio Sacerdoti Coen [Wed, 13 Sep 2006 17:22:21 +0000 (17:22 +0000)]
Bug fixed in injection: injection can now work on inductive types that have
right parameters. It is still bugged on inductive types with left parameters.

17 years agook up to pr3
Ferruccio Guidi [Wed, 13 Sep 2006 16:47:31 +0000 (16:47 +0000)]
ok up to pr3

17 years agoremoved contribs from nigtly bench
Enrico Tassi [Wed, 13 Sep 2006 15:37:11 +0000 (15:37 +0000)]
removed contribs from nigtly bench

17 years agosome fixes to the "test notturni"
Enrico Tassi [Wed, 13 Sep 2006 15:31:53 +0000 (15:31 +0000)]
some fixes to the "test notturni"