eProsima / Fast-DDS-Gen

Fast-DDS IDL code generator tool. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
77 stars 59 forks source link

[19595] Typeobjects with tests #255

Closed adriancampo closed 8 months ago

adriancampo commented 9 months ago

Branch created for merging typeobjects and their tests. Needs: https://github.com/eProsima/IDL-Parser/pull/103

JLBuenoLopez commented 8 months ago

@adriancampo, you might find every error that String Template is complaining about by running the tests. Before failing the tests due to not having the TypeObject implementation, the test code generation complains and breaks.

JLBuenoLopez commented 8 months ago

CI fails generating Fast DDS IDLs but after having built Fast DDS-Gen.

adriancampo commented 8 months ago

Generation and compilation phases working. Must check tests results later.