-
Notifications
You must be signed in to change notification settings - Fork 44
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
Use gz::utils::ImplPtr as much as possible #583
Conversation
Codecov Report
@@ Coverage Diff @@
## main #583 +/- ##
==========================================
- Coverage 70.06% 68.07% -2.00%
==========================================
Files 39 38 -1
Lines 5359 5369 +10
==========================================
- Hits 3755 3655 -100
- Misses 1604 1714 +110
|
6a617e0
to
2749022
Compare
3e5c68e
to
3290544
Compare
Signed-off-by: Michael Carroll <[email protected]>
2749022
to
b84c93f
Compare
b84c93f
to
20bf135
Compare
Signed-off-by: Michael Carroll <[email protected]>
20bf135
to
ed63b7b
Compare
Signed-off-by: Michael Carroll <[email protected]>
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.
Windows still not happy
Should be fixed by gazebosim/gz-common#553 |
@osrf-jenkins retest this please |
@ahcorde I think we are good here now |
Signed-off-by: Johan Rutgeerts <[email protected]>
This changes the rest of our
std::unique_ptr
implementations over togz::utils::ImplPtr
.