Closed jabbenseth closed 4 years ago
Thanks for your contribution! I've tried to reproduce the faulty behaviour, but I couldn't. Could you add some test cases to test/*.py
that fail before your fix and succeed afterwards?
@ros-pull-request-builder retest this please
actually I cannot reproduce it either and given that I will close this PR for now
boolean and integer values were serialized as doubles (
True
or1
to1.0
andFalse
or0
to0.0
) which breaks parsing the generated dictionaries with the c++ yaml module..