Skip to content
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

return the right callback in " get_description_callback" #73

Merged
merged 1 commit into from
Mar 12, 2017

Conversation

mikaelarguedas
Copy link
Member

While this is an obvious bug. We may want to branch out and merge this only in future ROS distributions because the risk of people relying on a wrong behavior that has been in for so long is high.

Note: the description callback has been branded as "experimental" and "do not use" since the first implementation

@ros/ros_team What do you think about this? should this wait until the next ROS distribution and throw a very loud warning in all the existing ones?

@mikaelarguedas mikaelarguedas changed the title return the right callback return the right callback in " get_description_callback" Mar 9, 2017
@dirk-thomas
Copy link
Member

dirk-thomas commented Mar 9, 2017

I would consider it a bug fix. I expect the number of people relying on this very low. With some effort they should have come to the conclusion that the function returns the wrong thing and either just switch to call the right function or even report the problem. So I wouldn't have a problem with releasing this into all active distros.

Especially since the API currently doesn't even offer a way to get _description_callback otherwise.

@mikaelarguedas
Copy link
Member Author

expect the number of people relying on this very low.

It makes sense since nobody reported it in so many years.

Thanks for the feedback, I'll consider putting that in the next release then.

@wjwwood
Copy link
Member

wjwwood commented Mar 10, 2017

I would say merge/backport to older distros as a bug fix. If you're concerned about it, you could raise its visibility by making an announcement on discourse after you release it, with a call to test it out from ShadowFixed.

@mikaelarguedas mikaelarguedas merged commit cfeb119 into master Mar 12, 2017
@mikaelarguedas mikaelarguedas deleted the description_cb branch March 12, 2017 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants