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
c4b50c8f
Commit
c4b50c8f
authored
Sep 18, 2019
by
Maxime Perrotin
Browse files
Fix Concurrency View for distributed systems
parent
f3ae257c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/taste-concurrency_view.adb
View file @
c4b50c8f
...
...
@@ -582,7 +582,7 @@ package body TASTE.Concurrency_View is
for
Part
of
Node
.
Partitions
loop
exit
when
Found
;
if
Part
.
Bound_Functions
.
Contains
(
To_String
(
BC
.
Dest_Function
))
(
To_String
(
BC
.
Source_Function
))
--
Dest_Function))
then
Connect_From_Partition
:=
Connect_From_Partition
&
Part
.
Name
;
...
...
@@ -593,7 +593,7 @@ package body TASTE.Concurrency_View is
if
not
Found
then
raise
Concurrency_View_Error
with
"Could not find partition of function "
&
To_String
(
BC
.
Dest_Function
);
&
To_String
(
BC
.
Source_Function
);
--
Dest_Function);
end
if
;
end
loop
;
...
...
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