-
Notifications
You must be signed in to change notification settings - Fork 70
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
Remove deprecations: tock #653
Conversation
Signed-off-by: Carlos Agüero <[email protected]>
@@ -75,9 +75,6 @@ namespace gz | |||
/// This has kept a bug for backwards compatibility, use | |||
/// LOCAL2 for the correct behaviour. | |||
LOCAL = 4, | |||
|
|||
/// \brief Heading-adjusted tangent plane (X, Y, Z) | |||
LOCAL2 = 5 |
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.
there's a GZ_UTILS_WARN_IGNORE__DEPRECATED_DECLARATION
macro earlier in this file. Can that be removed?
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.
Thanks! I commented out it in the same way it is GZ_UTILS_WARN_RESUME__DEPRECATED_DECLARATION
just in case it's useful in the future. d7997c4
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
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.
Great job! It seems to me all things related to SphericalCoordinates
are done properly.
Just a little note, SphericalCoordinates_TEST.py
now contains unneeded function ignore_deprecation_warnings
. It could be removed.
Signed-off-by: Carlos Agüero <[email protected]>
Thanks for taking a look! Function removed in 1fb1410. |
🦟 Bug fix
Perform the tock of the tick-tock cycle and remove / move deprecated code.
@peci1
Summary
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.