Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
0c9795cf
Commit
0c9795cf
authored
Aug 23, 2012
by
MARCHE Claude
Browse files
"Clean" was cleaning too much
parent
f9a2b437
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
0c9795cf
* marks an incompatible change
o [IDE] "Clean" was cleaning too much
* no more executable why3ml (why3 now handles WhyML files)
o [Provers] support for Z3 4.0
o [Sessions] a small change in the format. Why3 is still able to
...
...
src/session/session_scheduler.ml
View file @
0c9795cf
...
...
@@ -959,8 +959,11 @@ let rec clean = function
iter_goal
(
fun
_
->
()
)
(
fun
t
->
if
not
t
.
transf_verified
then
remove_transformation
t
else
transf_iter
clean
t
)
(* NO !!!
if not t.transf_verified then remove_transformation t
else
*)
transf_iter
clean
t
)
(
fun
m
->
if
not
m
.
metas_verified
then
remove_metas
m
else
metas_iter
clean
m
)
...
...
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