Conversation
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Michael Carroll <michael@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## main #242 +/- ##
=======================================
Coverage 68.58% 68.58%
=======================================
Files 34 34
Lines 3428 3428
=======================================
Hits 2351 2351
Misses 1077 1077
Continue to review full report at Codecov.
|
|
the windows build is failing for a different reason... |
|
I see this error in the Windows build: |
sorry I forgot to update. the following build failed for a different reason: after a quick fix by @methylDragon in gazebo-tooling/release-tools#760, it is now failing as expected |
I wasn't expecting this, seems stange: |
|
Ah, I just saw you hadn't merged in my branch, so I did so. |
Signed-off-by: Michael Carroll <michael@openrobotics.org>
|
thanks for fixing everything @mjcarroll; the homebrew build is passing, and the windows build just has compiler warnings, and a smaller number at that this is ready for review |
|
I would expect that the remainder of windows warnings will disappear once
the message generation improvements land.
…On Thu, Jun 30, 2022, 1:03 PM Steve Peters ***@***.***> wrote:
thanks for fixing everything @mjcarroll <https://github.com/mjcarroll>;
the homebrew build is passing, and the windows build just has compiler
warnings, and a smaller number at that
this is ready for review
—
Reply to this email directly, view it on GitHub
<#242 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACEJFPSMHBN3CB5FYC5KOTVRXOO3ANCNFSM52HQTU5Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Signed-off-by: Michael Carroll <michael@openrobotics.org>
ed679a7 to
80bb150
Compare
🦟 Bug fix
Needed by gazebosim/gz-transport#315
Summary
It turns out that gz-transport has been including
gz/msgs.hhfrom a public header, so many downstream packages may be implicitly using the msgs header files without explicitly including them. That is certainly the case for gz-sensors. As such, merging gazebosim/gz-transport#315 would break any downstream packages without explicit include statements.This pull request uses a neat trick enabled by gazebo-tooling/release-tools#583 that allows the homebrew and windows jobs to build against the branch from gazebosim/gz-transport#315 by using the
ci_matching_branch/prefix and updating the metadata in osrf/homebrew-simulation@e08e047 and gazebo-tooling/gazebodistro@7cbdc43 accordingly. I expect the windows and homebrew CI to fail as of 6cce43a because there are still several missing include statements, though Ubuntu CI should pass since it is not as easy to instruct it to use a custom branch of a dependency.I will mark this ready for review once it is passing CI.This is ready for review.Checklist
codecheckpassed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-bymessages.