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

ign -> gz Macro Migration : gz-math #437

Merged
merged 9 commits into from
Jun 17, 2022
Merged

ign -> gz Macro Migration : gz-math #437

merged 9 commits into from
Jun 17, 2022

Conversation

methylDragon
Copy link
Contributor

@github-actions github-actions bot added the 🌱 garden Ignition Garden label Jun 6, 2022
@chapulina chapulina added the ign to gz Renaming Ignition to Gazebo. label Jun 7, 2022
@chapulina chapulina self-requested a review June 7, 2022 00:01
@chapulina chapulina added the needs upstream release Blocked by a release of an upstream library label Jun 7, 2022
Copy link
Contributor

@chapulina chapulina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this will break downstream and will need to be merged in sync, how about also tackling the remaining IGN_ variables in this PR? I think it's mainly the IGN_*_SIZE_Ts in Helpers.hh

src/python_pybind11/src/Helpers.cc Show resolved Hide resolved
@methylDragon
Copy link
Contributor Author

methylDragon commented Jun 7, 2022

Since this will break downstream and will need to be merged in sync, how about also tackling the remaining IGN_ variables in this PR? I think it's mainly the IGN_*_SIZE_Ts in Helpers.hh

I was thinking of doing that, but I'm not sure how we want to do it.

static const size_t GZ_ZERO_SIZE_T  = 0u;
constexpr auto IGN_ZERO_SIZE_T = &GZ_ZERO_SIZE_T;

?

@methylDragon
Copy link
Contributor Author

Tick-tocked! 1a32dfc

Copy link
Contributor

@chapulina chapulina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@methylDragon
Copy link
Contributor Author

@osrf-jenkins run tests please!

@chapulina chapulina enabled auto-merge (squash) June 17, 2022 21:56
@codecov
Copy link

codecov bot commented Jun 17, 2022

Codecov Report

Merging #437 (a52fd2c) into main (be960a6) will not change coverage.
The diff coverage is 97.91%.

@@           Coverage Diff           @@
##             main     #437   +/-   ##
=======================================
  Coverage   99.69%   99.69%           
=======================================
  Files          73       73           
  Lines        6567     6567           
=======================================
  Hits         6547     6547           
  Misses         20       20           
Impacted Files Coverage Δ
include/gz/math/Angle.hh 100.00% <ø> (ø)
include/gz/math/AxisAlignedBox.hh 100.00% <ø> (ø)
include/gz/math/Inertial.hh 100.00% <ø> (ø)
include/gz/math/Pose3.hh 100.00% <ø> (ø)
include/gz/math/SemanticVersion.hh 100.00% <ø> (ø)
include/gz/math/Temperature.hh 100.00% <ø> (ø)
src/Frustum.cc 99.32% <ø> (ø)
src/Angle.cc 89.09% <66.66%> (ø)
include/gz/math/Filter.hh 100.00% <100.00%> (ø)
include/gz/math/Helpers.hh 100.00% <100.00%> (ø)
... and 16 more

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 be960a6...a52fd2c. Read the comment docs.

@chapulina chapulina merged commit 6bb7586 into main Jun 17, 2022
@chapulina chapulina deleted the macro_migration branch June 17, 2022 22:07
adityapande-1995 pushed a commit that referenced this pull request Jun 22, 2022
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>

Co-authored-by: Louise Poubel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden ign to gz Renaming Ignition to Gazebo. needs upstream release Blocked by a release of an upstream library
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants