Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintain xtypes serialization to previous encoding version to maintain interop [19624] #229

Merged
merged 4 commits into from
Sep 29, 2023

Conversation

richiware
Copy link
Member

@richiware richiware commented Sep 29, 2023

Also this PR fix warning with arrays' initial value and fix the end of two files.

JLBuenoLopez
JLBuenoLopez previously approved these changes Sep 29, 2023
Copy link
Contributor

@JLBuenoLopez JLBuenoLopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Ricardo González Moreno <[email protected]>
Signed-off-by: Ricardo González Moreno <[email protected]>
@richiware richiware changed the title Maintain xtypes serialization to previous encoding version to maintain interop Maintain xtypes serialization to previous encoding version to maintain interop [19624] Sep 29, 2023
Copy link
Contributor

@JLBuenoLopez JLBuenoLopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes LGTM though I have a couple of concerns:

  1. Generating Fast DDS types, you had to remove the brackets to build for VS2017 in this commit. Current Fast DDS-Gen still generates those brackets. We should do something about that.
  2. It seems that the bitset generation code is not applying the code style as it generates the following command in a single line eProsima_user_DllExport void bitset(const std::bitset<30>&);

Signed-off-by: Ricardo González Moreno <[email protected]>
Copy link
Contributor

@JLBuenoLopez JLBuenoLopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

VS2017 is close to being non-officially supported. Thus, the previous concern is not applied.

@richiware richiware merged commit 67f9b30 into master Sep 29, 2023
5 checks passed
@richiware richiware deleted the bugfix/interop branch September 29, 2023 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants