-
Notifications
You must be signed in to change notification settings - Fork 67
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-math #413
Conversation
9f680a3
to
ee71f34
Compare
1bc7e9a
to
253963c
Compare
Extra files have been deleted. I'm not sure if I edited the Bazel buildfile correctly. |
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 believe this also has some of the same issues as ign-utils:
- remove
ignition/math/math.hh
redirection header - add
ignition/math/detail/Export.hh
redirection header
@@ -0,0 +1,134 @@ | |||
{ |
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.
this file should be deleted
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.
253963c !
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.
Noting: git picked up the math.hh deletion and Export creation as a move for some reason.
Ubuntu CI is throwing a warning (Python not found), I don't think this is related to this PR. |
We just need #414 merged for CI to pass, I think. |
15016d3
to
b6da548
Compare
include/ignition/math/eigen3.hh
Outdated
@@ -0,0 +1,18 @@ | |||
/* |
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 would have expected this file in the eigen/include/ignition/math
folder
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.
Updated! cf5dba7
b6da548
to
4c682a0
Compare
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: methylDragon <[email protected]>
4c682a0
to
f243dd3
Compare
I think we missed the headers from #412 when rebasing |
See gazebo-tooling/release-tools#711