Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
6431d78b
Commit
6431d78b
authored
Mar 25, 2019
by
Maxime Perrotin
Browse files
exclude node named "interfaceview"
parent
729aec1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/taste-concurrency_view.adb
View file @
6431d78b
...
...
@@ -262,7 +262,9 @@ package body TASTE.Concurrency_View is
procedure
Generate_CV
(
CV
:
Taste_Concurrency_View
)
is
begin
for
Node
in
CV
.
Nodes
.
Iterate
loop
CV
.
Generate_Node
(
CV_Nodes
.
Key
(
Node
));
if
CV_Nodes
.
Key
(
Node
)
/=
"interfaceview"
then
CV
.
Generate_Node
(
CV_Nodes
.
Key
(
Node
));
end
if
;
end
loop
;
exception
when
Error
:
Concurrency_View_Error
|
Ada
.
IO_Exceptions
.
Name_Error
=>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment