fix virtual dispatch issues identified by clang-tidy#1816
Merged
Conversation
Collaborator
|
The changes look good to me. |
Member
Author
|
We moved the issue to a new place, which should be accessible. space-ros/space-ros#8 |
53ed68b to
4369a9f
Compare
Member
Author
ivanpauno
reviewed
Apr 7, 2022
Member
ivanpauno
left a comment
There was a problem hiding this comment.
There are some changes that doesn't seem directly related to the PR.
I have left some comments in those.
If they aren't related, maybe we can open new PRs for them (?).
Otherwise LGTM!
Member
Author
|
I think I addressed all your comments with just replies, but please have another look when you can. |
Member
Author
ac424bc to
b4e8de3
Compare
Member
Author
Member
Author
|
I still need to fix a new compiler warning on Windows here. |
b4e8de3 to
480d527
Compare
Signed-off-by: William Woodall <william@osrfoundation.org>
Signed-off-by: William Woodall <william@osrfoundation.org>
Signed-off-by: William Woodall <william@osrfoundation.org>
Signed-off-by: William Woodall <william@osrfoundation.org>
0906a3a to
a84ad74
Compare
Member
Author
Signed-off-by: William Woodall <william@osrfoundation.org>
Member
Author
Member
Author
|
The Windows test failure is unrelated and flaky. |
ivanpauno
approved these changes
Jun 21, 2022
Signed-off-by: William Woodall <william@osrfoundation.org>
Member
Author
|
The test timeout in Rpr is unrelated. |
nuclearsandwich
added a commit
to nuclearsandwich/rclcpp
that referenced
this pull request
Jul 18, 2022
…)" This reverts commit dbded5c. I'm just doing this to test a build.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes space-ros/space-ros#8
I might come back and try to de-duplicate some of the code, but I couldn't find a nice solution yet.