none of the API compiles for message types using a custom allocator
Open
Nobody has claimed this yet.
backlog
bug
- Dominant language
- C++
- Stars
- 805
- Forks
- 564
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 27
Description
E.g. trying to compile a call to create_publisher with a message type using a custom allocator fails since the corresponding typesupport symbol isn't specialized for the custom allocator type.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the create_publisher call path and the corresponding typesupport symbol mentioned in the issue. Trace how message types using a custom allocator are handled, then verify that the affected API calls compile for those message types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100