Andreas Neubauer
Andreas Neubauer
Hey @aranega as I already mentioned in #119 I switched from static generated code to dynamic loaded. For some export function I have a lookup dictionary where I use 'EInt,...
I was working with a generated model so far. By refactoring my code to also work with dynamic loaded models I run into this issue. The generator generates for features...
This issue occur if a autoloaded resource is accessed via get_resource again. The problem occur in the function _update_container where the value is removed from contents. If accessing the same...
For my use case i want that a derived features shall be serialized. So far, independant of the transient flag, it is never serialized. For my point of view only...
I have loaded a resource set which consists of two resource files. I did some modification in one file and than I store it again. This was already working but...
I had the following issue with multiple references like: `"org.polarsys.capella.core.data.information:ExchangeItem fragments/software.capellafragment#92caadb3-fb4f-347c-ae2d-0f30ac43e9cc #1d237afa-50c3-4536-b27e-900958301d1e"` The problem occur in the function _decode_ereferences where this string is only splitted at the whitespaces and therefore...
If using multiple inheritance than the **kwargs need to be generated independent from eSuperTypes ``` {%- macro generate_class_init_args(c) -%} {% if c.eStructuralFeatures | list %}, *, {% endif -%} {{...
Hi @aranega I try to create static code from complex ecore models like capella. I always run into the problem of circular includes. But I think this could be avoided...
If using Mixin the parameters are not forwarded to the MixinClass.