Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
caisar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
caisar
Commits
ecb0735f
Commit
ecb0735f
authored
3 years ago
by
Michele Alberti
Browse files
Options
Downloads
Patches
Plain Diff
Rename caisar configuration file for autodetection.
parent
85eb4067
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/caisar-detection-data.conf
+0
-0
0 additions, 0 deletions
config/caisar-detection-data.conf
config/dune
+1
-1
1 addition, 1 deletion
config/dune
src/autodetection.ml
+1
-1
1 addition, 1 deletion
src/autodetection.ml
with
2 additions
and
2 deletions
config/caisar.conf
→
config/caisar
-detection-data
.conf
+
0
−
0
View file @
ecb0735f
File moved
This diff is collapsed.
Click to expand it.
config/dune
+
1
−
1
View file @
ecb0735f
(install
(install
(section (site (caisar config)))
(section (site (caisar config)))
(files caisar.conf)
(files caisar
-detection-data
.conf)
(package caisar))
(package caisar))
This diff is collapsed.
Click to expand it.
src/autodetection.ml
+
1
−
1
View file @
ecb0735f
...
@@ -19,7 +19,7 @@ let rec lookup_file dirs filename =
...
@@ -19,7 +19,7 @@ let rec lookup_file dirs filename =
let
autodetect
~
debug
()
=
let
autodetect
~
debug
()
=
let
open
Why3
in
let
open
Why3
in
if
debug
then
Debug
.
set_flag
Autodetection
.
debug
;
if
debug
then
Debug
.
set_flag
Autodetection
.
debug
;
let
caisar_conf
=
lookup_file
Dirs
.
Sites
.
config
"caisar.conf"
in
let
caisar_conf
=
lookup_file
Dirs
.
Sites
.
config
"caisar
-detection-data
.conf"
in
let
data
=
Autodetection
.
Prover_autodetection_data
.
from_file
caisar_conf
in
let
data
=
Autodetection
.
Prover_autodetection_data
.
from_file
caisar_conf
in
let
config
=
Whyconf
.
init_config
(
Some
null
)
in
let
config
=
Whyconf
.
init_config
(
Some
null
)
in
let
binaries
=
Autodetection
.
request_binaries_version
config
data
in
let
binaries
=
Autodetection
.
request_binaries_version
config
data
in
...
...
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