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

[19236] Fix bitmask code generation #223

Closed JLBuenoLopez closed 10 months ago

JLBuenoLopez commented 10 months ago

This PR supersedes #205

JLBuenoLopez commented 10 months ago

Manual CI action

JLBuenoLopez commented 10 months ago

bitmask members should be initialized to 0. Right now, when a user creates an structure with a bitmask member, this one contains garbage.

You have just asked for an IDL-Parser v1.7.2 release! :rofl: The initial value was removed in:

JLBuenoLopez commented 10 months ago

Manual CI action: SUCCESS

JLBuenoLopez commented 10 months ago

Manual CI action