- 09 Sep, 2015 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 21 Mar, 2015 3 commits
-
-
David Hauzar authored
-
David Hauzar authored
-
David Hauzar authored
-
- 20 Mar, 2015 1 commit
-
-
Andrei Paskevich authored
-
- 19 Mar, 2015 1 commit
-
-
MARCHE Claude authored
-
- 07 Nov, 2014 1 commit
-
-
Johannes Kanig authored
-
- 14 Mar, 2014 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 28 Nov, 2013 1 commit
-
-
MARCHE Claude authored
-
- 22 Oct, 2013 1 commit
-
-
MARCHE Claude authored
Signed-off-by:
Claude Marche <Claude.Marche@inria.fr>
-
- 06 Mar, 2013 1 commit
-
-
Andrei Paskevich authored
-
- 30 Oct, 2012 1 commit
-
-
Jean-Christophe Filliâtre authored
-
- 29 Oct, 2012 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
+ rename metas: "realized" => "realized_theory" "remove_type_symbol" => "remove_type"
-
- 21 Oct, 2012 5 commits
-
-
Andrei Paskevich authored
Util now is a small module containing misc functions.
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
Andrei Paskevich authored
+ fix a bug in "compare"
-
Andrei Paskevich authored
+ rename Debug.Opt to Debug.Args to avoid conflicts
-
- 20 Oct, 2012 1 commit
-
-
Andrei Paskevich authored
+ create AUTHORS file + fix the linking exception in LICENSE + update the "About" in IDE + remove the trailing whitespace + inflate my scores at Ohloh
-
- 18 Sep, 2012 1 commit
-
-
Guillaume Melquiond authored
The empty string is now a recognized configuration filename. It means that the default configuration with an empty loadpath should be loaded. It also means it will not be saved. This removes the need for a WHY3NOCONFIG environment variable and some tricks based on the WHY3LOADPATH variable. This also removes the need for a /dev/null file.
-
- 11 Sep, 2012 1 commit
-
-
Claude Marche authored
-
- 08 Sep, 2012 1 commit
-
-
François Bobot authored
Fix: shortcut for provers which are unknown
-
- 04 Aug, 2012 1 commit
-
-
Andrei Paskevich authored
and Debug.register_stop_flag into register_flag. While information flags (selectable by --debug-all) are more common, it is safer to treat a generic debug flag as behaviour-changing by default.
-
- 03 Aug, 2012 1 commit
-
-
François Bobot authored
(metas, debug flags, transformations, formats) except for label. This description is used in --list-*. The description can use any of the formatting markup of Format "@ " "@[",... Transformations can also specify from which metas and labels they depend, and add informations about how they are interpreted. TODO: - complete and correct the documentation - when a transformation use Trans.on_meta, it should be possible to add an interpretation of the metas in the documentation. - recover a summary version of --list-* ? - be able to export in latex?
-
- 25 Jul, 2012 1 commit
-
-
François Bobot authored
prover shortcuts: the shortcuts information can be in the prover section in order to reduce the number of section in why3.conf
-
- 23 Jul, 2012 5 commits
-
-
François Bobot authored
-
François Bobot authored
shortcuts are defined in why3.conf. They are automatically generated using two mechanism: - a shortcut section in prover-detection-data.conf creates a shortcut for the first prover that match the regexp - the identifier used as family argument for the prover section in prover-detection-data.conf is used as shortcut for the prover. If different sections use the same argument the first one that match an existing prover is used for the shortcut.
-
François Bobot authored
Remove the id in prover that is used only for command-line, use instead the name,version,alternative of the prover. One can also use regular expression (start with ^). "Alt-Ergo,0.92,with arrays" corresponds only to one prover "Alt-Ergo,^0\.9.*,with arrays" correspond to all the Alt-Ergo prover with arrays which version match "0\.9.*" "Alt-Ergo" is the same thing than "Alt-Ergo,^,^" "Alt-Ergo,0.92," corresponds only to one prover with the alternate fields empty "Alt-Ergo,,with arrays" corresponds to "Alt-Ergo,^,with arrays" since the version is never empty. Provers identification are case sensitive even if it is currently more complicated for the user because case-insensitiveness is not sufficient. Specifiying "alt-ergo" for "Alt-Ergo,^,^" is great, but not if there is more than one match. A more general system of shortcut would be more appropriate.
-
François Bobot authored
-
François Bobot authored
Don't use anymore the family argument. 1) For every block, for every executable call the prover using the version switch and add the prover to the configuration if the version match one of the version_ok or version_old but none of the version_bad 2) We consider that an executable name which appears in a block, but which version isn't a version_ok, version_old or version_bad has an unknown version 3) For every executable which have an unknown version, we add the prover using the first block that contains it. So the order of the block is used only when the version of an executable appears in none of the block. A block with more than one exec fields is now the same thing than if you split the block into blocks containing one field. New message field that allows to print a message when a prover is detected. If a message is not present, we print ", Ok." if the version is good (version_good) and not old, and " (it is an old version)." if the version is old (version_old). The field command can be missing in a block, in that case the block defines a version known to be buggy: no prover config is generated.
-
- 20 Jul, 2012 1 commit
-
-
Jean-Christophe Filliâtre authored
the original file is properly saved and restored upon completion (whatever the result is)
-
- 20 May, 2012 1 commit
-
-
MARCHE Claude authored
-
- 09 Apr, 2012 2 commits
-
-
MARCHE Claude authored
-
Guillaume Melquiond authored
For now, there is no autodetection of the editor. The purpose of this patch is only to provide the user with sane defaults and to avoid reusing prover options as editor options. So the user has to manually edit the why3.conf file to modify a prover/editor association. Tested with Coqide 8.3 and Proof General 4.1.
-
- 18 Mar, 2012 2 commits
-
-
Andrei Paskevich authored
-
Andrei Paskevich authored
-
- 25 Jan, 2012 2 commits
-
-
François Bobot authored
Prover ids are only used for the command line option "-P". The user can choose what he wants (they must be unique) The prover name and version should not be modified. If someone want to test different command line options for a prover he can use the "alternative" field. If someone want to replay an external proof but he doesn't have the corresponding prover (same name,version,alternative), why3ide ask for a replacement among the known provers. The choice can be saved.
-
François Bobot authored
-