Skip to content

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

Merged
merged 1 commit into from
Jan 21, 2022
Merged

Conversation

sicongw
Copy link
Contributor

@sicongw sicongw commented Jan 21, 2022

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]

@sicongw sicongw requested a review from chapulina as a code owner January 21, 2022 01:06
@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label Jan 21, 2022
Copy link
Contributor

@chapulina chapulina left a 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?

@sicongw
Copy link
Contributor Author

sicongw commented Jan 21, 2022

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
Copy link

codecov bot commented Jan 21, 2022

Codecov Report

Merging #1304 (be68bbf) into ign-gazebo6 (9dee519) will not change coverage.
The diff coverage is 100.00%.

❗ Current head be68bbf differs from pull request most recent head c801880. Consider uploading reports for the commit c801880 to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##           ign-gazebo6    #1304   +/-   ##
============================================
  Coverage        62.25%   62.25%           
============================================
  Files              278      278           
  Lines            23203    23203           
============================================
  Hits             14444    14444           
  Misses            8759     8759           
Impacted Files Coverage Δ
src/EntityComponentManager.cc 88.26% <100.00%> (ø)

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 9dee519...c801880. Read the comment docs.

@chapulina
Copy link
Contributor

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?

The hint can be found if you click on the DCO Details below:

Commit sha: be68bbf, Author: sicongw, Committer: GitHub; Expected "sicongw [email protected]", but got "Sicong "Anson" Wang [email protected]".

There's a mismatch between your GitHub username and email, and your signature. You should be able to edit those in your settings.

@sicongw
Copy link
Contributor Author

sicongw commented Jan 21, 2022

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?

The hint can be found if you click on the DCO Details below:

Commit sha: be68bbf, Author: sicongw, Committer: GitHub; Expected "sicongw [email protected]", but got "Sicong "Anson" Wang [email protected]".

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 Re-run jobs button in the Action tab per the CI guide. Could you re-trigger the checks please?

@chapulina
Copy link
Contributor

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]>
@sicongw
Copy link
Contributor Author

sicongw commented Jan 21, 2022

DCO is now passing. There seems to be some CI failures/flakiness. Would appreciate your triggering reruns for those. Thank you!

Copy link
Contributor

@chapulina chapulina left a 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.

@chapulina chapulina merged commit 9d36c8c into gazebosim:ign-gazebo6 Jan 21, 2022
@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏯 fortress Ignition Fortress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants