-
Notifications
You must be signed in to change notification settings - Fork 55
Restore support for non-qualified message names #512
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
Support for non-qualified message names in MessageFactory was removed in #476, but this is not yet supported in gz-transport. Restore the functionality for now to facilitate version bumps and then try removing it later. Signed-off-by: Steve Peters <[email protected]>
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.
maybe add a comment to mention that we can't remove this deprecation until support in gz-transport is ready
where? in MessageFactory.cc? |
Signed-off-by: Steve Peters <[email protected]>
commented in 6be7202 |
ah yes that looks good, thanks! |
This reverts commit 08c8340. Signed-off-by: Steve Peters <[email protected]>
This reverts commit 08c8340 from #512. Signed-off-by: Steve Peters <[email protected]>
🎉 New feature
Part of gazebo-tooling/release-tools#1309.
Summary
Support for non-qualified message names in
MessageFactory
was removed in #476, but this is not yet supported in gz-transport (see gazebosim/gz-transport#634). Restore the functionality for now to facilitate version bumps and then try removing it later.Test it
Check CI
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.