-
Notifications
You must be signed in to change notification settings - Fork 778
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
Simplify code in CDRMessage #3855
Conversation
…tive to handle the addition of primitive types. 2.Each specific function (addOctet, addUInt16, etc.) now calls the addPrimitive function. Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com>
Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com>
Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com>
Hello, I submitted a code before because the style did not meet the requirements, so I resubmitted it. But why is this happening now? Expected — Waiting for status to be reported. |
Hi @paxifaer, Thanks for the effort you are putting into this. The status is waiting because we need to approve the CI run for external contributions. We normally only do that once we have taken a look at the proposed changes to save resources. At the moment we are quite busy merging the final PRs for the incoming Fast DDS version. Nonetheless we will review this work in the upcoming week and get back to you. |
No problem sir. Hahaha, the days when a version is released always make people anxious. You go ahead and release the version first. I'm not in a hurry. |
Anybody review? |
@paxifaer, right now we are working on releasing Fast DDS v2.12.0. This PR is not considered to be included in this release as it was opened after the internally freeze (it is not publicly announced). I have set the milestone to v2.12.1 so it will be reviewed for the next release for sure. Sorry if the development process is a little frustrating. Be patient and we will reach back to you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than my suggestion below, this looks good to me
Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com>
@richiprosima Please test this |
I tested it on my local Ubuntu 20.04 and it was no problem. Could you please tell me in which environment your cicd service discovery program is run. |
@paxifaer Thanks for your contribution (and your patience)! |
@Mergifyio backport 2.11.x 2.10.x 2.6.x |
✅ Backports have been created
|
* for test Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * 1。Removed the macro and replaced it with a template function addPrimitive to handle the addition of primitive types. 2.Each specific function (addOctet, addUInt16, etc.) now calls the addPrimitive function. Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * fix little bug.I put an extra A in a certain line Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * change the style Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * accept MiguelCompany comment Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> --------- Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> (cherry picked from commit 7b6b362)
* for test Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * 1。Removed the macro and replaced it with a template function addPrimitive to handle the addition of primitive types. 2.Each specific function (addOctet, addUInt16, etc.) now calls the addPrimitive function. Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * fix little bug.I put an extra A in a certain line Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * change the style Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * accept MiguelCompany comment Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> --------- Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> (cherry picked from commit 7b6b362)
* for test Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * 1。Removed the macro and replaced it with a template function addPrimitive to handle the addition of primitive types. 2.Each specific function (addOctet, addUInt16, etc.) now calls the addPrimitive function. Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * fix little bug.I put an extra A in a certain line Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * change the style Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * accept MiguelCompany comment Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> --------- Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> (cherry picked from commit 7b6b362) Co-authored-by: Parsifal <51481718+paxifaer@users.noreply.github.com>
* for test Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * 1。Removed the macro and replaced it with a template function addPrimitive to handle the addition of primitive types. 2.Each specific function (addOctet, addUInt16, etc.) now calls the addPrimitive function. Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * fix little bug.I put an extra A in a certain line Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * change the style Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * accept MiguelCompany comment Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> --------- Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> (cherry picked from commit 7b6b362)
* for test Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * 1。Removed the macro and replaced it with a template function addPrimitive to handle the addition of primitive types. 2.Each specific function (addOctet, addUInt16, etc.) now calls the addPrimitive function. Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * fix little bug.I put an extra A in a certain line Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * change the style Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> * accept MiguelCompany comment Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> --------- Signed-off-by: Parsifal <51481718+paxifaer@users.noreply.github.com> (cherry picked from commit 7b6b362) Co-authored-by: Parsifal <51481718+paxifaer@users.noreply.github.com>
Description
Contributor Checklist
versions.md
file (if applicable).Reviewer Checklist