Vincent Aranega

Results 123 comments of Vincent Aranega

Hi @aacebedo ,sorry for the late answer. Actually, the `dispatch` decorator works with static and dynamic classes. You can pass either the instance of an `EClass` as attribute or a...

Hi @CFAndy! Glad to see that the update was fine and that there is no regression for your project :) (I hope at least...). Regarding the points you are suggesting,...

I hope I will be able to make something usable with acceptable performances. Finally the difficult part is more related on "how to integreate everything without disturbing the original behavior"....

I'm not opposed to the idea of introducing a separation between generated and manual code, I'm 100% ok with this. I just would like the ability to choose wether you...

@moltob Indeed, it sounds more like a dedicated solution for pyecoregen, this adaptation of the code generator would have no meaning in pymultigen. By the way, I really prefer this...

Here are some news: I succeeded to deal with split grammar, and multiple namespaces/`EPackage`, modification was finally quite easy as I made `TextXMetaModel` class inherits from `EPackage`. Following this idea,...

Thanks! There is still some rough edges, but I'm confident it will nicely work at the end. Indeed, textX takes advantage of Python "dynamicity". I think I can detect those...

@igordejanovic Playing the tests, I had multiple issues, which is normal. Somes are related to the way they are written as the PyEcore introduction has added some other constnraints, but...

@igordejanovic No problem, if you have a better solution, it would be perfect! If, eventually, the solution would not be so easy to implement, I pushed a fix and some...

@igordejanovic That's an awsome news! I updated my fork, and modify the sources so it matches well the new textX code. Everything's running fine at the moment, but there is...