-
Notifications
You must be signed in to change notification settings - Fork 32
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 Header Migration : ign-cmake #243
Conversation
5e6ab09
to
eb3b748
Compare
NoteThis PR will require a lot of manual patching for I won't script that because there's a lot of variance between how the examples are done for the different packages. |
I think the examples in this repository can wait if they take extra work. They can switch when we update the default include path in the ign-cmake macros themselves |
8f2b06e
to
4999e15
Compare
8f838b1
to
c68c251
Compare
0639e28
to
c68c251
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.
Looking at this PR now, I think gz-cmake
is a special case where we don't need to migrate any includes to gz
because they're all deprecated (#171). So I think we can close this PR and call the gz-cmake
header migration done.
|
||
#include <gz/utilities/detail/ExtraTestMacros.hh> | ||
|
||
#pragma message("ign-cmake (utilities) ExtraTestMacros is deprecated, use ign-utils") |
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 is deprecated anyway, how about we don't add gz
aliases for them? That is, users of ignition/utilities
shouldn't migrate to gz/utilities
, but to gz/utils
, which is in another library.
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
c68c251
to
d3b78d8
Compare
🤔 We might want to consider migrating the examples when we're ready then, but I'll close this for now. |
we can migrate the |
See gazebo-tooling/release-tools#711