Skip to content
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 Namespace migration (narrow) : gz-math #431

Closed
wants to merge 10 commits into from

Conversation

scpeters
Copy link
Member

🦟 Bug fix

Part of gazebo-tooling/release-tools#711, more narrow alternative to #430

Summary

This is an alternative to #430 (actually using some commits from that branch) that is narrower in scope. It avoids most macro changes in an attempt to simplify the review process.

Once these namespace changes start being merged, things will break, so we will try to merge them all relatively close together in time.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

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.

scpeters and others added 6 commits May 20, 2022 14:56
~~~
sed -i -e 's@namespace gazebo@namespace math@' \
  $(grep -rlI namespace\ gazebo src/python_pybind11/)
~~~

Also convert an ignition::gazebo -> ignition::math

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
~~~
sed -i -e 's@namespace ignition@namespace gz@g' \
  $(grep -rlI 'namespace ignition' .)
~~~

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
~~~
sed -i -e 's@ignition::@gz::@g' \
  $(grep -rlI 'ignition::' .)
~~~

Excluded changes to Changelog.md and Migration.md

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
@scpeters scpeters force-pushed the scpeters/narrow_namespace_migration branch from 203cf56 to c4629ec Compare May 22, 2022 22:24
@chapulina chapulina added the ign to gz Renaming Ignition to Gazebo. label May 23, 2022
@chapulina
Copy link
Contributor

#430 got in

@chapulina chapulina closed this May 28, 2022
@chapulina chapulina deleted the scpeters/narrow_namespace_migration branch May 28, 2022 19:58
@scpeters scpeters restored the scpeters/narrow_namespace_migration branch May 28, 2022 23:39
@scpeters scpeters deleted the scpeters/narrow_namespace_migration branch May 28, 2022 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden ign to gz Renaming Ignition to Gazebo.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants