Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
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
frama-c
Commits
e04471a3
Commit
e04471a3
authored
2 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[wp] use Server async call for Qed
parent
2762f209
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/wp/prover.ml
+1
-1
1 addition, 1 deletion
src/plugins/wp/prover.ml
with
1 addition
and
1 deletion
src/plugins/wp/prover.ml
+
1
−
1
View file @
e04471a3
...
@@ -76,7 +76,7 @@ let run_prover wpo ?config ?(mode=Batch) ?progress ?result prover =
...
@@ -76,7 +76,7 @@ let run_prover wpo ?config ?(mode=Batch) ?progress ?result prover =
Task
.
return
(
VCS
.
is_valid
res
)
Task
.
return
(
VCS
.
is_valid
res
)
let
simplify
?
start
?
result
wpo
=
let
simplify
?
start
?
result
wpo
=
Task
.
call
Server
.
Main
.
async
(
fun
wpo
->
(
fun
wpo
->
let
r
=
Wpo
.
get_result
wpo
VCS
.
Qed
in
let
r
=
Wpo
.
get_result
wpo
VCS
.
Qed
in
VCS
.(
r
.
verdict
==
Valid
)
||
VCS
.(
r
.
verdict
==
Valid
)
||
...
...
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