eclipse-cyclonedds / cyclonedds-python

Other
54 stars 44 forks source link

Fix for IDL bitmask type in cli tool #183

Closed dpotman closed 1 year ago

dpotman commented 1 year ago

A fix for printing bitmask types in the cli tool, in case any of the bitfields have the @position set.

dpotman commented 1 year ago

These CI failures may be the ones mentioned in https://github.com/eclipse-cyclonedds/cyclonedds-python/pull/176, @thijsmie? I'm not able to reproduce this on a Windows 10 machine using Python 3.8

thijsmie commented 1 year ago

They are indeed the same failures, and indeed I have also never been able to reproduce them locally. I really do think that something suspicious is going on here, but I'm not sure how to proceed....

eboasson commented 1 year ago

Thanks @thijsmie! At least my immediate worry is alleviated ☺️ Getting to the bottom of it need not be done immediately, I think (though it would of course be nice).