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
1c6f06d2
Commit
1c6f06d2
authored
6 years ago
by
Valentin Perrelle
Committed by
Virgile Prevosto
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[Aorai] Linting
parent
670567a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/plugins/aorai/aorai_graph.ml
+0
-1
0 additions, 1 deletion
src/plugins/aorai/aorai_graph.ml
src/plugins/aorai/aorai_graph.mli
+0
-1
0 additions, 1 deletion
src/plugins/aorai/aorai_graph.mli
src/plugins/aorai/aorai_metavariables.ml
+2
-2
2 additions, 2 deletions
src/plugins/aorai/aorai_metavariables.ml
with
2 additions
and
4 deletions
src/plugins/aorai/aorai_graph.ml
+
0
−
1
View file @
1c6f06d2
...
@@ -68,4 +68,3 @@ let init_states g =
...
@@ -68,4 +68,3 @@ let init_states g =
let
edges
g
=
let
edges
g
=
fold_edges_e
(
fun
e
acc
->
e
::
acc
)
g
[]
fold_edges_e
(
fun
e
acc
->
e
::
acc
)
g
[]
This diff is collapsed.
Click to expand it.
src/plugins/aorai/aorai_graph.mli
+
0
−
1
View file @
1c6f06d2
...
@@ -40,4 +40,3 @@ val of_automaton : Promelaast.typed_automaton -> t
...
@@ -40,4 +40,3 @@ val of_automaton : Promelaast.typed_automaton -> t
val
states
:
t
->
state
list
val
states
:
t
->
state
list
val
init_states
:
t
->
state
list
val
init_states
:
t
->
state
list
val
edges
:
t
->
edge
list
val
edges
:
t
->
edge
list
This diff is collapsed.
Click to expand it.
src/plugins/aorai/aorai_metavariables.ml
+
2
−
2
View file @
1c6f06d2
...
@@ -121,8 +121,8 @@ struct
...
@@ -121,8 +121,8 @@ struct
in
in
let
initialized'
=
List
.
fold_left
add_initialized
initialized
act
in
let
initialized'
=
List
.
fold_left
add_initialized
initialized
act
in
Aorai_option
.
debug
~
dkey
"%a {%a} -> %a {%a}"
Aorai_option
.
debug
~
dkey
"%a {%a} -> %a {%a}"
pretty_state
src
pretty_set
initialized
pretty_state
src
pretty_set
initialized
pretty_state
dst
pretty_set
initialized'
;
pretty_state
dst
pretty_set
initialized'
;
InitializedSet
initialized'
InitializedSet
initialized'
end
end
...
...
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