pyecoregen icon indicating copy to clipboard operation
pyecoregen copied to clipboard

Python Model to Text framework for PyEcore, including the Ecore to Python generator

Results 5 pyecoregen issues
Sort by recently updated
recently updated
newest added

See https://github.com/pyecore/pyecore/issues/126#issuecomment-1255030180 Quoting from there, for enums, > pyecoregen generates the wrong code: > > ```python > for classif in otherClassifiers: > eClassifiers[classif.name] = classif > classif.ePackage = eClass >...

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.

Hi @moltob , I contact you this way because I was really certain that we exchanged emails in the past, but I was totally mistaken. There is some PR pending...

question