-
Notifications
You must be signed in to change notification settings - Fork 47
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
Support standalone executable in gz-msgs11 #357
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #357 +/- ##
==========================================
+ Coverage 97.26% 97.41% +0.15%
==========================================
Files 27 27
Lines 1170 1201 +31
==========================================
+ Hits 1138 1170 +32
+ Misses 32 31 -1 ☔ View full report in Codecov by Sentry. |
9c31062
to
ae36d54
Compare
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
ae36d54
to
2b0ba69
Compare
The description says "Reworks #353 for harmonic", but the PR is targeting |
It should be for |
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
… into mjcarroll/standalone_executable
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
🎉 New feature
Reworks #353 for
ionic
Summary
This adds support for a standalone gz-utils::cli based executable for message introspection.
It additionally modifies the ruby scripts so that gz-tools will continue to work.
This also removes the
compiled
component introduced in #339, as it's not really necessary with the new standalone executable structure.Checklist
codecheck
passed (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-by
messages.