-
Notifications
You must be signed in to change notification settings - Fork 67
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
Conversation
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.
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_T
s 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; ? |
Tick-tocked! 1a32dfc |
1a32dfc
to
419601e
Compare
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.
🚀
222eee5
to
f464739
Compare
f464739
to
3827466
Compare
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
3827466
to
a52fd2c
Compare
@osrf-jenkins run tests please! |
Codecov Report
@@ Coverage Diff @@
## main #437 +/- ##
=======================================
Coverage 99.69% 99.69%
=======================================
Files 73 73
Lines 6567 6567
=======================================
Hits 6547 6547
Misses 20 20
Continue to review full report at Codecov.
|
Signed-off-by: methylDragon <[email protected]> Signed-off-by: Louise Poubel <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
See: gazebo-tooling/release-tools#737