Skip to content

add load_library: Return actual library object, rather than file path as find_library #8

@EricCousineau-TRI

Description

@EricCousineau-TRI

find_library shouldn't really return a path, but instead a loaded library.

This would permit things like ros2/rcutils#143 to not have to worry about paths, and could possibly reduce any possibility of ODR by returning currently loaded libraries rather than loading a new one.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions