-
Notifications
You must be signed in to change notification settings - Fork 284
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
👩🌾 Fix deprecation warnings #572
Conversation
Signed-off-by: Louise Poubel <[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.
LGTM!
@@ -32,6 +32,8 @@ namespace ignition | |||
{ | |||
namespace gazebo | |||
{ | |||
// Inline bracket to help doxygen filtering. | |||
inline namespace IGNITION_GAZEBO_VERSION_NAMESPACE { |
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.
nit: This was fixed in #541
@@ -59,7 +59,7 @@ set(IGN_MSGS_VER ${ignition-msgs7_VERSION_MAJOR}) | |||
#-------------------------------------- | |||
# Find ignition-common | |||
# Always use the profiler component to get the headers, regardless of status. | |||
ign_find_package(ignition-common3 VERSION 3.5 | |||
ign_find_package(ignition-common3 VERSION 3.6 |
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.
Is this version bump also for fixing warnings?
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.
It's actually failing the build fast... I used a new machine and noticed that building against common 3.5 fails because ign-gazebo
is using the API from gazebosim/gz-common#70
Codecov Report
@@ Coverage Diff @@
## main #572 +/- ##
==========================================
- Coverage 77.57% 77.55% -0.02%
==========================================
Files 211 211
Lines 11582 11581 -1
==========================================
- Hits 8985 8982 -3
- Misses 2597 2599 +2
Continue to review full report at Codecov.
|
Fix warnings introduced in #546.
Also fixed gazebosim/gz-launch#88, which was caused by a missing inline namespace.
I recommend viewing the diff without whitespace.
https://github.com/osrf/buildfarmer/issues/145