Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
122
Issues
122
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
7c1e9071
Commit
7c1e9071
authored
Mar 21, 2017
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid detection failure in presence of unknown prover
parent
78f5354b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/driver/autodetection.ml
src/driver/autodetection.ml
+2
-0
No files found.
src/driver/autodetection.ml
View file @
7c1e9071
...
...
@@ -309,7 +309,9 @@ let add_prover_shortcuts env prover =
let
add_id_prover_shortcut
env
id
prover
priority
=
match
Hstr
.
find_opt
env
.
prover_shortcuts
id
with
|
Some
(
p
,_
)
when
p
>=
priority
->
()
(*
| Some _ -> assert false
*)
|
_
->
Hstr
.
replace
env
.
prover_shortcuts
id
(
priority
,
prover
)
let
prover_auto_levels
=
Hprover
.
create
5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment