Closed andrewemeryanz closed 4 years ago
Combine annotations on type entitles in the same manner as application entitles.
type
application
Given the following two files:
parent.sysl:
parent.sysl
import child App [~parent-ann]: !type T [~parent-ann]: ...
child.sysl:
child.sysl
App [~child-ann]: !type T [~child-ann]: ...
The following combined sysl is produced:
App [~parent-ann, ~child-ann]: !type T [~child-ann]: ...
Combine annotations on type entities in the same manner as application entities:
App [~parent-ann, ~child-ann]: !type T [~parent-ann, ~child-ann]: ...
Novan is looking at a similar issue, assigned.
Purpose
Combine annotations on
type
entitles in the same manner asapplication
entitles.Problem
Given the following two files:
parent.sysl
:child.sysl
:The following combined sysl is produced:
Suggested solution
Combine annotations on
type
entities in the same manner asapplication
entities: