remove redundant typesupport check in serialization module#2808
Conversation
ahcorde
left a comment
There was a problem hiding this comment.
do you mind to sign the commit ? https://github.com/ros2/rclcpp/pull/2808/checks?check_run_id=40469640430
Signed-off-by: Tanishq Chaudhary <tanishqchaudhary101010@gmail.com>
5c780f7 to
12cd5e9
Compare
Performed |
|
Pulls: #2808 |
@ahcorde do I need to do anything else from my side? Or is it ready? |
|
Hi @Tanishq30052002 thank you for your PR, for now we need to wait to reach green CI. Once all of them are green we can merge the PR |
|
@ahcorde Do the pipeline is going to run for |
|
The Build farm is loaded with jobs, just give it some time... |
fujitatomoya
left a comment
There was a problem hiding this comment.
lgtm, thanks for the PR!
|
https://github.com/Mergifyio backport jazzy humble |
✅ Backports have been createdDetails
|
Signed-off-by: Tanishq Chaudhary <tanishqchaudhary101010@gmail.com> (cherry picked from commit f78ed95)
Signed-off-by: Tanishq Chaudhary <tanishqchaudhary101010@gmail.com> (cherry picked from commit f78ed95)
Hi @fujitatomoya
Currently, type support is also checked in individual functions, which is not needed if we check it in the constructor itself.
Is this change okay to be performed?