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
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
137e00fd
Commit
137e00fd
authored
Nov 21, 2015
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* File reproducer for issue #55
parent
b9fc2aa9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
0 deletions
+45
-0
tests/MANIFEST
tests/MANIFEST
+1
-0
tests/github/issue_55/MANIFEST
tests/github/issue_55/MANIFEST
+3
-0
tests/github/issue_55/test.aadl
tests/github/issue_55/test.aadl
+41
-0
tests/github/issue_55/test.aadl.out
tests/github/issue_55/test.aadl.out
+0
-0
No files found.
tests/MANIFEST
View file @
137e00fd
...
...
@@ -291,5 +291,6 @@ tests/github/issue_39/pb1.aadl
tests/github/issue_47/test.aadl
tests/github/issue_50/test.aadl
tests/github/issue_50/test2.aadl
tests/github/issue_55/test.aadl
tests/root_system/test.aadl
tests/github/issue_55/MANIFEST
0 → 100644
View file @
137e00fd
AADL_VERSION=-aadlv2
OCARINA_FLAGS=-disable-annexes=all
tests/github/issue_55/test.aadl
0 → 100644
View file @
137e00fd
package
t
public
process
a
features
outp
:
out
feature
;
end
a
;
process
b
features
inp
:
in
feature
;
end
b
;
system
s
end
s
;
system
implementation
s
.
i
subcomponents
a
:
process
a
;
b
:
process
b
;
connections
c1
:
feature
a
.
outp
->
b
.
inp
;
end
s
.
i
;
process
a2
extends
a
features
outp
:
refined
to
out
event
port
;
end
a2
;
process
B2
extends
b
features
inp
:
refined
to
in
event
port
;
end
b2
;
system
s2
extends
s
end
s2
;
system
implementation
s2
.
i
extends
s
.
i
connections
c1
:
refined
to
port
;
end
s2
.
i
;
end
t
;
tests/github/issue_55/test.aadl.out
0 → 100644
View file @
137e00fd
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