Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
kazoo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
kazoo
Commits
c4b50c8f
Commit
c4b50c8f
authored
Sep 18, 2019
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Concurrency View for distributed systems
parent
f3ae257c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/taste-concurrency_view.adb
src/taste-concurrency_view.adb
+2
-2
No files found.
src/taste-concurrency_view.adb
View file @
c4b50c8f
...
@@ -582,7 +582,7 @@ package body TASTE.Concurrency_View is
...
@@ -582,7 +582,7 @@ package body TASTE.Concurrency_View is
for
Part
of
Node
.
Partitions
loop
for
Part
of
Node
.
Partitions
loop
exit
when
Found
;
exit
when
Found
;
if
Part
.
Bound_Functions
.
Contains
if
Part
.
Bound_Functions
.
Contains
(
To_String
(
BC
.
Dest_Function
))
(
To_String
(
BC
.
Source_Function
))
--
Dest_Function))
then
then
Connect_From_Partition
:=
Connect_From_Partition
:=
Connect_From_Partition
&
Part
.
Name
;
Connect_From_Partition
&
Part
.
Name
;
...
@@ -593,7 +593,7 @@ package body TASTE.Concurrency_View is
...
@@ -593,7 +593,7 @@ package body TASTE.Concurrency_View is
if
not
Found
then
if
not
Found
then
raise
Concurrency_View_Error
with
raise
Concurrency_View_Error
with
"Could not find partition of function "
"Could not find partition of function "
&
To_String
(
BC
.
Dest_Function
);
&
To_String
(
BC
.
Source_Function
);
--
Dest_Function);
end
if
;
end
if
;
end
loop
;
end
loop
;
...
...
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