-
Notifications
You must be signed in to change notification settings - Fork 420
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
fix mismatched issue if using zero_allocate #1995
fix mismatched issue if using zero_allocate #1995
Conversation
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.
lgtm
Notice that SubscriptionOptions use allocator The allocator in a subscription( We won't roll back the void version, right? It seems we need a |
related to #1657 |
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
Signed-off-by: Chen Lihui <lihui.chen@sony.com>
2539daf
to
a9f3352
Compare
The Rpr job is expected to fail right now, as we are in the middle of a large rebuild. Assuming CI comes back clean, I'll rerun Rpr later on (probably tomorrow), when the rebuild should be complete. |
@ros-pull-request-builder retest this please |
@ros-pull-request-builder retest this please projectroot.test.rclcpp.test_time_source It seems that Rpr failure is not related to current PR. |
Yeah, agreed. I'm going to go ahead and merge this one in now that it is all green. Thanks @iuhilnehc-ynos ! |
@clalancette are considering this patch for backporting to humble? I'd very much appreciate it, as this patch would fix allocator support in humble. |
@Mergifyio backport humble |
✅ Backports have been created
|
* fix mismatched issue if uzing zero_allocated Signed-off-by: Chen Lihui <lihui.chen@sony.com> (cherry picked from commit 9784391)
@cwecht backport humble is done. |
@fujitatomoya thank you very much! |
* fix mismatched issue if uzing zero_allocated Signed-off-by: Chen Lihui <lihui.chen@sony.com>
* fix mismatched issue if uzing zero_allocated Signed-off-by: Chen Lihui <lihui.chen@sony.com>
* fix mismatched issue if uzing zero_allocated Signed-off-by: Chen Lihui <lihui.chen@sony.com>
* fix mismatched issue if uzing zero_allocated Signed-off-by: Chen Lihui <lihui.chen@sony.com>
to fix #1996
Signed-off-by: Chen Lihui lihui.chen@sony.com