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

Modified cmake target name for Ruby interfaces #285

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Nov 22, 2021

Signed-off-by: ahcorde ahcorde@gmail.com

🦟 Bug fix

this PR blocks this other PR https://github.com/ignitionrobotics/ign-math/pull/280/files

pybind11 requires to call the target with the same name of the exported module. We would like to use import gazebo.math with Python interfaces. We are using this target name for the Ruby SWIG modules, SWIG allows to set some variable to call the module with the desired name.

This is just a change of the target name should not affect behaviour.

Summary

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • 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

Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde ahcorde self-assigned this Nov 22, 2021
@ahcorde ahcorde mentioned this pull request Nov 22, 2021
8 tasks
@osrf-triage osrf-triage added this to Inbox in Core development Nov 22, 2021
@github-actions github-actions bot added Gazebo 1️1️ Dependency of Gazebo classic version 11 🌱 garden Ignition Garden 🏢 edifice Ignition Edifice 🏯 fortress Ignition Fortress 🏰 citadel Ignition Citadel 🔮 dome Ignition Dome labels Nov 22, 2021
@codecov
Copy link

codecov bot commented Nov 22, 2021

Codecov Report

Merging #285 (49cfaf8) into ign-math6 (5201e53) will increase coverage by 0.23%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           ign-math6     #285      +/-   ##
=============================================
+ Coverage      99.41%   99.65%   +0.23%     
=============================================
  Files             67       67              
  Lines           6374     6359      -15     
=============================================
  Hits            6337     6337              
+ Misses            37       22      -15     
Impacted Files Coverage Δ
include/ignition/math/Vector3.hh 100.00% <0.00%> (+1.15%) ⬆️
include/ignition/math/Vector4.hh 100.00% <0.00%> (+4.42%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5201e53...49cfaf8. Read the comment docs.

Core development automation moved this from Inbox to In review Nov 22, 2021
@ahcorde ahcorde merged commit a4aa7d8 into ign-math6 Nov 23, 2021
@ahcorde ahcorde deleted the ahcorde/cmake/ruby_swig branch November 23, 2021 08:36
Core development automation moved this from In review to Done Nov 23, 2021
scpeters pushed a commit to scpeters/ign-math that referenced this pull request Dec 22, 2021
Signed-off-by: ahcorde <ahcorde@gmail.com>
scpeters pushed a commit to scpeters/ign-math that referenced this pull request Jan 10, 2022
Signed-off-by: ahcorde <ahcorde@gmail.com>
scpeters pushed a commit that referenced this pull request Jan 10, 2022
Signed-off-by: ahcorde <ahcorde@gmail.com>
@osrf-triage
Copy link

This pull request has been mentioned on Gazebo Community. There might be relevant details there:

https://community.gazebosim.org/t/new-ignition-releases-2022-03-01-citadel-edifice-fortress/1313/1

@j-rivero j-rivero removed this from Done in Core development May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏰 citadel Ignition Citadel 🔮 dome Ignition Dome 🏢 edifice Ignition Edifice 🏯 fortress Ignition Fortress 🌱 garden Ignition Garden Gazebo 1️1️ Dependency of Gazebo classic version 11
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants