Martin Lehmann
Martin Lehmann
@RobertSnype, can you please verify if this is the same bug as ? If so, this is indeed the right place to report it: > I have isolated the glitch...
For the last part of this (creating a matching Part when creating a Component, which currently has to be done explicitly), I was going to revive the now linked PR....
Can you rebase on top of latest master (c2e00d4e075701327926795e067b6c6fe0ed9ad5)? That should fix the CI.
> There is a Role Pkg and its child missing: > The layer "EPBS Architecture" is not considered. These are probably just not yet covered by the current metamodel implemented...
A part of the differences can easily be explained by some different design choices in capellambse compared to Capella (left side ease.txt, right side capellambse.txt): ``` capellambse.txt --- 1/12 ---...
> Make the stylesheet generator compatible with wildcards/regex. Bad idea, this would give up all the performance benefits of hashable keys, and AIRD diagram rendering is already slow enough. >...
> always keep the original styleclass that is received from the xtype […]. Now we add other, _custom_ styleclasses (e.g.: `Actor` or `Node`) that come with their own default style-dicts,...
We keep adding more and more special cases like this. I think we should rather look at how we could take a more generalized approach, to make it easy for...
Obsolete. capella2polarion has since added support for dotted notation of Capella attributes, which is a more generalized approach than adding the needed attributes to the metamodel.
Also of note is that this isn't the only warning that occurs currently, and there's a lot of work to be done to resolve all of them. Warning-less import of...