-
Notifications
You must be signed in to change notification settings - Fork 310
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
[ControllerManager] Fix all warnings from the latets features. #1174
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1174 +/- ##
==========================================
+ Coverage 47.61% 47.63% +0.01%
==========================================
Files 40 40
Lines 3444 3445 +1
Branches 1866 1866
==========================================
+ Hits 1640 1641 +1
Misses 480 480
Partials 1324 1324
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Apart from that, the changes look minimal and good to me.
Thank you @destogl for the great work
@destogl We can merge it as it is, it shouldn't make a big difference in the tests point of view. SO, in my opinion we can go ahead |
@Mergifyio backport iron humble |
✅ Backports have been created
|
(cherry picked from commit 7d79464) # Conflicts: # controller_manager/test/test_controller_failed_init/test_controller_failed_init.cpp
(cherry picked from commit 7d79464) # Conflicts: # controller_manager/test/test_controller_failed_init/test_controller_failed_init.cpp # controller_manager/test/test_controller_manager.cpp
…ort #1174) (#1309) * [ControllerManager] Fix all warnings from the latets features. (#1174) (cherry picked from commit 7d79464) --------- Co-authored-by: Dr. Denis <[email protected]>
…ort #1174) (#1308) * [ControllerManager] Fix all warnings from the latets features. (#1174) (cherry picked from commit 7d79464) --------- Co-authored-by: Dr. Denis <[email protected]>
I have fixed following warnings:
@saikishor please check the changes one more time! I ahve added some default values to return lambda. The tests are passing, but maybe this cases are not covered.