Lucka

Results 4 comments of Lucka

Seems like the same one in #10. We've got a work around but (still) no solution yet.

@blueye Hi, I've made some modification in GENIVI/capicxx-someip-runtime#22 to solve this issue, please have a try :relaxed:

This problem persists with `v3.2` (`v3.2.0.1` of both tools). The `Sample.fidl`: ```fidl package sample typeCollection CommonType { version { major 1 minor 0 } enumeration ValueType { None = 0...

Here is a work around (NOT solution) from my colleague: replace the array with a map. In the sample I provided before, replace: ```fidl struct ValueB extends ValueBase { Item...