eclipse-cyclonedds / cyclonedds-python

Other
54 stars 44 forks source link

Define (and correctly reference) the base type #239

Closed eboasson closed 3 months ago

eboasson commented 3 months ago

This includes a struct's base type in the set of types that are referenced by it, and it makes the complete type object use the complete type id (rather than the minimal one) to reference it.

Fixes #238

adrianomarto commented 3 months ago

I performed some quick tests, and I confirm this fixes the issue: https://github.com/eclipse-cyclonedds/cyclonedds-python/issues/238. @eboasson , thanks for that!