- 28 Sep, 2012 1 commit
-
-
MARCHE Claude authored
-
- 11 Sep, 2012 2 commits
-
-
MARCHE Claude authored
-
Claude Marche authored
-
- 22 Aug, 2012 1 commit
-
-
François Bobot authored
-
- 21 Aug, 2012 1 commit
-
-
François Bobot authored
-
- 23 Jul, 2012 1 commit
-
-
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.
-
- 05 Jun, 2012 1 commit
-
-
Andrei Paskevich authored
-
- 01 Jun, 2012 1 commit
-
-
MARCHE Claude authored
-
- 17 May, 2012 1 commit
-
-
MARCHE Claude authored
-
- 16 May, 2012 1 commit
-
-
MARCHE Claude authored
-
- 17 Apr, 2012 1 commit
-
-
MARCHE Claude authored
the new system of uninstalled prover policies Also updated roadmap: explicitate the \todo of the doc
-
- 09 Apr, 2012 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 06 Apr, 2012 1 commit
-
-
MARCHE Claude authored
-
- 30 Mar, 2012 3 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 27 Mar, 2012 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 26 Mar, 2012 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 22 Mar, 2012 1 commit
-
-
MARCHE Claude authored
-
- 21 Mar, 2012 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 18 Mar, 2012 1 commit
-
-
Andrei Paskevich authored
-
- 17 Mar, 2012 2 commits
-
-
MARCHE Claude authored
-
MARCHE Claude authored
-
- 16 Mar, 2012 1 commit
-
-
MARCHE Claude authored
-
- 29 Feb, 2012 1 commit
-
-
François Bobot authored
-
- 03 Feb, 2012 1 commit
-
-
François Bobot authored
-
- 01 Feb, 2012 3 commits
-
-
François Bobot authored
print all the edited files which appear in the session. In conjonction with --print0 which prints '\000' instead of '\n' that give a safe way to "git add" all the edited files of a session: why3session info --edited-files --print0 vstte12_bfs.mlw |xargs -0 git add Since why3session accept the why3session.xml (it uses the basename as session directory) you can add all the edited file of all the session saved in a git repository with: git ls-files -z |grep -z -e "why3session.xml$" |xargs -0 why3session info --edited-files --print0 | xargs -0 git add
-
François Bobot authored
-
François Bobot authored
-
- 31 Jan, 2012 1 commit
-
-
François Bobot authored
It's goal is to allow to view and modify sessions. Currently three sub-commands : info : can give the provers used, pretty-print in ascii a session, can give the corresponding directory mod : allow to set obsolete, or modify the archive state of proof attempt which corresponds to selected provers copy : copy a proof attempt by modifing its prover
-