-
Notifications
You must be signed in to change notification settings - Fork 166
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 action services and topics name getters #317
Conversation
@jacobperron could you launch a CI job on this one? It seems I still don't have enough powers to do that. |
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.
There might be conflicts with CMakeLists.txt when I merge #312, but I guess there's not much we can do about that.
e9b7787
to
55d83f2
Compare
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.
LGTM with green CI
Alright! All green, merging this one. |
Connected to #306. This pull request introduces basic utility functions to avoid duplicating action service and topic names computations in both client and server implementations.