-
Notifications
You must be signed in to change notification settings - Fork 302
Fix typo in EntityComponentManager #1304
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
Conversation
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.
Wow nice catch, thanks for the PR! Would you be able to sign your commit for the DCO checker?
Thank you for the quick review, @chapulina. If I understand correctly, the DCO check asks me to end my commit message with "Signed-off-by: Name [email protected]", which I already did. Am I missing something? |
Codecov Report
@@ Coverage Diff @@
## ign-gazebo6 #1304 +/- ##
============================================
Coverage 62.25% 62.25%
============================================
Files 278 278
Lines 23203 23203
============================================
Hits 14444 14444
Misses 8759 8759
Continue to review full report at Codecov.
|
The hint can be found if you click on the DCO Details below:
There's a mismatch between your GitHub username and email, and your signature. You should be able to edit those in your settings. |
Ah, thank you for pointing that out. I have updated my GitHub profile to match my signature. It seems I don't have the permission to re-run the checks -- I don't see the |
I reran it, but it doesn't seem to have picked it up 😕 Maybe if you force-push again? Thanks for iterating 🙇♀️ |
This typo appears to be an artifact of some earlier copy-pastes. It sometimes causes the SceneBroadcaster to crash in unoptimized builds. Signed-off-by: sicongw <[email protected]>
DCO is now passing. There seems to be some CI failures/flakiness. Would appreciate your triggering reruns for those. Thank you! |
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 for iterating 👍 There are no new CI failures.
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 |
This typo appears to be an artifact of some earlier copy-pastes. It sometimes causes the SceneBroadcaster to crash in unoptimized builds.
Signed-off-by: Sicong (Anson) Wang [email protected]