-
Notifications
You must be signed in to change notification settings - Fork 479
Open
Labels
Description
Feature request
Feature description
We have run many times in the issue of not being able to backport a fix because it would break ABI.
e.g.:
- Extend the lifetime of rcl_publisher_t by holding onto the shared pointer. #1119 is almost impossible to backport.
- [eloquent] Ensure rcl_clock accesses are thread-safe (ABI-safe version). #1056
Implementation considerations
We should evaluate where the effort matters and where it doesn't.