-
Notifications
You must be signed in to change notification settings - Fork 54
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
Added unload_library method to shared_library #50
Added unload_library method to shared_library #50
Conversation
Signed-off-by: ahcorde <ahcorde@gmail.com>
Have you tried this patch? I would assume if you invoke |
Signed-off-by: ahcorde <ahcorde@gmail.com>
Why introduce another field which needs to be kept in sync? E.g. in the current patch the state is wrong if the unloading fails. |
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
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.
With passing CI.
Openning and clossing the issue to retest the github actions |
Openning and clossing the issue to retest the github actions |
Signed-off-by: ahcorde <ahcorde@gmail.com>
ac9350c
to
b676168
Compare
As discussed in the PR ros/class_loader#139 (review) I will include a unload method to the sharedLibrary abstraction
Signed-off-by: ahcorde ahcorde@gmail.com