-
Notifications
You must be signed in to change notification settings - Fork 42
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 build error when using gz:: with ign-common4 #489
Conversation
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
The issue here is that all of the headers in the |
I think the |
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
Added in 6f5c2ed |
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
Codecov Report
@@ Coverage Diff @@
## ign-common4 #489 +/- ##
============================================
Coverage 82.86% 82.86%
============================================
Files 75 75
Lines 9558 9558
============================================
Hits 7920 7920
Misses 1638 1638
|
thanks! |
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! My only question is: do we need to do the same for the headers in the components of gz-common?
Likely yes, I will go ahead and do that. It may make sense to switch the tests to go ahead and use the |
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
🦟 Bug fix
Fixes a build error
Summary
This doesn't yet fix the build error; it just illustrates it with some example code that fails to compile.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.