Skip to content
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

Merged
merged 1 commit into from
Jan 20, 2021
Merged

Conversation

chapulina
Copy link
Contributor

@chapulina chapulina commented Jan 20, 2021

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

Signed-off-by: Louise Poubel <[email protected]>
@chapulina chapulina requested review from azeey and brawner January 20, 2021 01:26
@github-actions github-actions bot added the 🏢 edifice Ignition Edifice label Jan 20, 2021
Copy link
Contributor

@azeey azeey left a 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 {
Copy link
Contributor

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
Copy link
Contributor

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?

Copy link
Contributor Author

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
Copy link

codecov bot commented Jan 20, 2021

Codecov Report

Merging #572 (c48859a) into main (9246d67) will decrease coverage by 0.01%.
The diff coverage is 76.92%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
...e/ignition/gazebo/detail/EntityComponentManager.hh 95.00% <ø> (ø)
src/network/NetworkManagerPrimary.cc 78.89% <50.00%> (ø)
src/systems/user_commands/UserCommands.cc 77.07% <70.00%> (-0.80%) ⬇️
src/systems/log/LogRecord.cc 82.35% <78.26%> (-0.08%) ⬇️
src/systems/breadcrumbs/Breadcrumbs.cc 87.35% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9246d67...c48859a. Read the comment docs.

@chapulina chapulina merged commit 694e248 into main Jan 20, 2021
@chapulina chapulina deleted the chapulina/5/warnings branch January 20, 2021 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏢 edifice Ignition Edifice
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants