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

Python 3 compatibility #429

Merged
merged 1 commit into from
Jun 5, 2014
Merged

Python 3 compatibility #429

merged 1 commit into from
Jun 5, 2014

Conversation

dirk-thomas
Copy link
Member

No description provided.

@ros-pull-request-builder
Copy link
Member

Test passed.
Refer to this link for build results: http://jenkins.ros.org/job/_pull_request-indigo-ros_comm/12/

@dirk-thomas
Copy link
Member Author

Zero regressions with Python 2.

@wjwwood Please review.

param_key = args[1]
param_val = args[2]

val = compute_param_updates(reg, param_key, param_val)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change doesn't seem to be equivalent, it seems as though reg would have not been passed before. Is this right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, looks pretty weird. But actually the test was not using the API as specified before and did not pass in a Registrations instance as it should be. So this patch should be a cleanup.

@wjwwood
Copy link
Member

wjwwood commented Jun 4, 2014

Other than the comment +1

dirk-thomas added a commit that referenced this pull request Jun 5, 2014
@dirk-thomas dirk-thomas merged commit 9962bb6 into indigo-devel Jun 5, 2014
@dirk-thomas dirk-thomas deleted the python3_well_done branch June 5, 2014 00:54
rsinnet pushed a commit to MisoRobotics/ros_comm that referenced this pull request Jun 19, 2017
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.

3 participants