-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add plugin name accessor #29
Add plugin name accessor #29
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.
Thanks for the contribution! I just have one remark, left as an inline comment.
ae9d80f
to
b6dbff6
Compare
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.
Thanks for the PR! Mind adding some tests to check names here:
https://github.com/ignitionrobotics/ign-plugin/blob/main/test/integration/plugin.cc
And maybe also here:
https://github.com/ignitionrobotics/ign-plugin/blob/main/test/integration/templated_plugins.cc
b6dbff6
to
a9e49ca
Compare
Good thing that you asked for the tests. I removed the const reference and added a check for the pointer. Btw last time, I had a hard time following what the classes do. These tests are a nice overview. |
a9e49ca
to
85ae51a
Compare
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.
Thank you for iterating and for the comprehensive tests. I think this is good to go once the doxygen is updated.
85ae51a
to
ed66fff
Compare
this is targeting |
Care to elaborate? I changed a header file, shouldn't this prevent it from being merged into ign-plugin1? |
adding a non-virtual function to a class doesn't break API or ABI, so it's fine to do for |
In that case, I can simply rebase here. It doesn't seem there are any conflicts. Let me know. |
sounds good. I just changed the target of this PR to |
ed66fff
to
6fe550c
Compare
Closes gazebosim#5 Signed-off-by: Nick Lamprianidis <[email protected]>
Signed-off-by: Nick Lamprianidis <[email protected]>
Signed-off-by: Nick Lamprianidis <[email protected]>
6fe550c
to
5072f28
Compare
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.
thanks for the contribution!
Closes #5
Signed-off-by: Nick Lamprianidis [email protected]