-
Notifications
You must be signed in to change notification settings - Fork 276
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
Add visibility to ModelEditorAddEntity to fix Windows #1246
Conversation
Signed-off-by: Jose Luis Rivero <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo6 #1246 +/- ##
===============================================
- Coverage 61.96% 61.95% -0.01%
===============================================
Files 276 276
Lines 22991 22991
===============================================
- Hits 14246 14245 -1
- Misses 8745 8746 +1
Continue to review full report at Codecov.
|
Windows CI still failed, but because of infrastructure: CI failure
|
There are vcs problems on getting sources:
Somehow vcs was having problems with the pybind checkout that was under the |
Windows CI is working again. I think that all the tests failing under the CI are not related to this change. |
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!
This pull request has been mentioned on Gazebo Community. There might be relevant details there: https://community.gazebosim.org/t/new-ignition-releases-2022-01-24-citadel-edifice-fortress/1241/1 |
🦟 Bug fix
Fixes problem with Windows compilation after #1231
Summary
Jenkins for ign-gazebo6 branch was not happy after #1231 on Windows.
MSVC complains about:
Seems clear to me that
ModelEditorAddEntity
class added in #1231 is somehow problematic when the rest of classes are trying to link against it. I'm adding the same visibility that the rest of the header in this PR. Let's see if that is enough.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge