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
274fce90
Commit
274fce90
authored
4 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
[wp] Rephrase a from warning
parent
289f6d07
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/wpStrategy.ml
+2
-2
2 additions, 2 deletions
src/plugins/wp/wpStrategy.ml
with
2 additions
and
2 deletions
src/plugins/wp/wpStrategy.ml
+
2
−
2
View file @
274fce90
...
@@ -342,8 +342,8 @@ let add_assigns acc kind id a_desc =
...
@@ -342,8 +342,8 @@ let add_assigns acc kind id a_desc =
if
goal
&&
assigns_has_deps
a_desc
.
a_assigns
then
if
goal
&&
assigns_has_deps
a_desc
.
a_assigns
then
Wp_parameters
.
warning
Wp_parameters
.
warning
~
once
:
true
~
current
:
false
~
wkey
:
AssignsCompleteness
.
wkey_pedantic
~
once
:
true
~
current
:
false
~
wkey
:
AssignsCompleteness
.
wkey_pedantic
"WP uses
\\
from to
compu
te precise hypotheses
but
their proof is
not yet
\
"WP uses
\\
from to
genera
te precise hypotheses
, however
their proof is \
supported"
;
not
supported
yet
"
;
if
goal
then
{
acc
with
has_asgn_goal
=
true
}
else
acc
if
goal
then
{
acc
with
has_asgn_goal
=
true
}
else
acc
let
add_assigns_any
acc
kind
asgn
=
let
add_assigns_any
acc
kind
asgn
=
...
...
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