-
Notifications
You must be signed in to change notification settings - Fork 41
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 CMake, Python, Partial Source, and File Migrations : gz-common #392
ign -> gz CMake, Python, Partial Source, and File Migrations : gz-common #392
Conversation
@osrf-jenkins run tests please! |
1 similar comment
@osrf-jenkins run tests please! |
969d80c
to
a4ba4cf
Compare
@osrf-jenkins run tests please! |
1 similar comment
@osrf-jenkins run tests please! |
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.
All the plugin stuff doesn't need to be migrated
976588c
to
cece49d
Compare
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
cece49d
to
6506cdf
Compare
Signed-off-by: methylDragon <[email protected]>
6506cdf
to
a186084
Compare
Signed-off-by: methylDragon <[email protected]>
a186084
to
71754e2
Compare
Migration.md
Outdated
@@ -75,7 +75,7 @@ release will remove the deprecated code. | |||
### Modifications | |||
|
|||
1. Corrected `BAYER_RGGR8` to `BAYER_BGGR8` in `PixelFormatName` and | |||
`PixelFormatType` located in `graphics/include/ignition/common/Image.hh`. | |||
`PixelFormatType` located in `graphics/gz/common/Image.hh`. |
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.
`PixelFormatType` located in `graphics/gz/common/Image.hh`. | |
`PixelFormatType` located in `graphics/include/gz/common/Image.hh`. |
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.
Oops, fixed! 92a820c
@@ -41,7 +41,7 @@ if (UNIX) | |||
PASS_REGULAR_EXPRESSION "is not a base class of") | |||
|
|||
set_tests_properties(STATIC_ASSERT_plugin_not_global_ns PROPERTIES | |||
PASS_REGULAR_EXPRESSION "IGN_macro_must_be_used_in_global_namespace") | |||
PASS_REGULAR_EXPRESSION "GZ_macro_must_be_used_in_global_namespace") |
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.
I think this is causing test failures:
[100%] Building CXX object test/static_assertions/CMakeFiles/plugin_not_global_ns.dir/plugin_not_global_ns.cc.o
In file included from /github/workspace/include/ignition/common/PluginMacros.hh:23,
from /github/workspace/test/static_assertions/plugin_not_global_ns.cc:22:
/github/workspace/include/ignition/common/detail/PluginMacros.hh:71:9: [Censored by testrunner.bash]: '::IGN_macro_must_be_used_in_global_namespace' has not been declared; did you mean 'ns::IGN_macro_must_be_used_in_global_namespace'?
71 | ::IGN_macro_must_be_used_in_global_namespace>::value, \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.
Fixed! 92a820c
Signed-off-by: methylDragon <[email protected]>
71754e2
to
92a820c
Compare
Codecov Report
@@ Coverage Diff @@
## main #392 +/- ##
==========================================
- Coverage 77.83% 77.81% -0.03%
==========================================
Files 85 85
Lines 10771 10770 -1
==========================================
- Hits 8384 8381 -3
- Misses 2387 2389 +2
Continue to review full report at Codecov.
|
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
See: gazebo-tooling/release-tools#765