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
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
Charles Southerland
frama-c
Commits
a5a4a2c5
Commit
a5a4a2c5
authored
4 years ago
by
Loïc Correnson
Committed by
Allan Blanchard
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[wp] commit all residuals in prover script
(cherry picked from commit c7db4956edbec05151fd4a298ae856a6ac10b404)
parent
b876bf4e
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/ProverScript.ml
+4
-3
4 additions, 3 deletions
src/plugins/wp/ProverScript.ml
with
4 additions
and
3 deletions
src/plugins/wp/ProverScript.ml
+
4
−
3
View file @
a5a4a2c5
...
...
@@ -322,9 +322,10 @@ let apply env node jtactic subscripts =
|
Some
fork
->
let
_
,
children
=
ProofEngine
.
commit
fork
in
reconcile
children
subscripts
;
(*TODO: saveback forgiven script ? *)
List
.
filter
(
fun
(
_
,
node
)
->
not
(
ProofEngine
.
proved
node
))
children
let
ok
=
List
.
for_all
(
fun
(
_
,
node
)
->
ProofEngine
.
proved
node
)
children
in
if
ok
then
[]
else
children
(* -------------------------------------------------------------------------- *)
(* --- Script Crawling --- *)
...
...
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