Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
Why3
why3
Commits
c30a45ad
Commit
c30a45ad
authored
12 years ago
by
MARCHE Claude
Browse files
Options
Downloads
Patches
Plain Diff
fixed small problem with prover_modifiers
parent
6c67ec05
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ROADMAP
+3
-1
3 additions, 1 deletion
ROADMAP
src/driver/whyconf.ml
+2
-2
2 additions, 2 deletions
src/driver/whyconf.ml
with
5 additions
and
3 deletions
ROADMAP
+
3
−
1
View file @
c30a45ad
...
...
@@ -194,7 +194,9 @@ Bug fix:
* do "make distrib"
* test the distrib why3-0.73.tar.gz
* make a last commit:
- add tag 0.73 to the git repository (do not forget to push it)
- add tag 0.73 to the git repository
- do not forget to push it using git push --tags
* put on the web page
- why3-0.73.tar.gz
- standard library online, using why3doc, to http://why3.lri.fr/stdlib/
...
...
This diff is collapsed.
Click to expand it.
src/driver/whyconf.ml
+
2
−
2
View file @
c30a45ad
...
...
@@ -570,9 +570,9 @@ let merge_config config filename =
let
version
=
get_stringo
section
"version"
in
let
altern
=
get_stringo
section
"alternative"
in
mk_filter_prover
?
version
?
altern
name
in
let
prover_modifiers
=
get_family
rc
"prover_modifiers"
in
let
prover_modifiers
=
get_
simple_
family
rc
"prover_modifiers"
in
let
prover_modifiers
=
List
.
map
(
fun
(
_
,
sec
)
->
create_filter_prover
sec
,
sec
)
prover_modifiers
in
List
.
map
(
fun
sec
->
create_filter_prover
sec
,
sec
)
prover_modifiers
in
(** add provers *)
let
provers
=
List
.
fold_left
(
fun
provers
(
fp
,
section
)
->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment