Vincent Aranega
Vincent Aranega
Hi @TerryKingston, Thanks a lot for the report. Once again, everything's fine on your side, the behavior you have is actually a regression. I'm on it! **EDIT>** My appologies, I...
@TerryKingston The new version is here, it fixes the issue with string list serialization (and also brings other fixes and features). You can `pip install pyecore -U` whenever you want!...
Hi @CFAndy, I'm really sorry about this, I totally forgot this corner case in my test cases. I think I know where I can deal with this in a kind...
@CFAndy I pushed a fix on the `develop` branch with updated test cases. I apologize for asking, but could you test the `develop` branch on your test data set? I...
@CFAndy Thanks a lot for the manual testing on your side! The new version: `0.8.4` is released on pypi.
Hi @stefanq Thanks for your issue! Regarding the duplicated strings, by default `EAttribute` (and `EReference`) are considered `unique` and `ordered`, consequently, they are implemented by an ordered set. To change...
Hi @stefanq Aaaah, yes, sorry I misunderstood your message. You're right, I should handle thoses cases in the XMI as I do for null references. I will try to do...
> Yeah, as the summary already says: it's all about serialization :-D ... totally my fault, I jumped into conclusion. I was doubting so much about the runtime implementation (and...
Hi @alessiostalla , Wow, that's a really bad behavior... Thanks for reporting. Would you have a test case or something, I cannot reproduce the issue on my side (on the...
Aaah, I see. Nice catch, thanks so much for the use case. That sounds definitely like an issue with the way the code generation is done, but I need to...