pyecore icon indicating copy to clipboard operation
pyecore copied to clipboard

A Python(nic) Implementation of EMF/Ecore (Eclipse Modeling Framework)

Results 40 pyecore issues
Sort by recently updated
recently updated
newest added

I am trying to load an AUTOSAR arxml file. Therefore, I created the Ecore model from the publicly available XSD. When I try to load the resource, I am getting...

Hello, I'm running into issues when interfacing existing instance models. When adding an instance to the list of instances, the serialization into the XMI file does not always work. If...

I want to split the model in several files. However, when I try to join the models, attributes that are references to an external resource are None. My toy example...

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...

https://github.com/hebin123456/Ecore I'm sorry to bother you. I encountered a problem with (MRO) when using pyecore. My ecore file address has been placed in the link above. When I use pyecore...

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...

**Note:** _In this issue, are reported discussions and experiments around the association of [textX](https://github.com/igordejanovic/textX) and PyEcore. Progress can be found [here](https://github.com/aranega/textX) ~~and it currently requires the PyEcore version from the...

enhancement