Vincent Aranega

Results 123 comments of Vincent Aranega

Hi @chismxna Thanks for trying PyEcore! From what I understand, you generated the python code from the ipxact ecore metamodel generated from the xsd schema (using EMF Java), that's it?...

Hi @AnNeub, Thanks for the issue, I'll look for this asap to see from where the issue could come. I guess there is a special way of serializing hrefs for...

Just a quick update, I tried to create the same behavior with the default Java-EMF tools, but I cannot have a many reference with external references that encode the name...

The thing that puzzles me is more the `org.polarsys.capella.core.data.information:ExchangeItem`, I suppose it's a valid way of serializing EReference, but that's the first time I see it. Usually, you can find...

Hi @filippometacell Indeed, as you saw, what PyEcore does in the case you add multiple elements to a collection, it checks at runtime if each element as the right type...

@filippometacell Sorry for the delay, I had some thing to fix before I could work on the performance issue. I made an experimental modification on pyegeppetto in the `experimental/no_check` branch....

@filippometacell My bad... I forgot to add some imports when I copied the code... Sorry about that, it should be ok now in the same branch...

@filippometacell Regarding the data losses in the series, it depends on the way the `value` meta-attribute is declared in the `.ecore`, for this one, I can perform the modification by...

@tarelli outch, actually, I checked, the `.ecore` is well defining the property as it should... I perhaps introduced this error manually at some point. I will propose a new pull...

Hi @Z-Rajaei , Sorry for the late answer, I read your email but no strong internet connection nor my laptop. I think I understand more or less well what you...