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

use latest released code for travis #43

Closed
wants to merge 4 commits into from

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented Nov 21, 2015

this PR is test code for #42

# packages.find_packages(workspaces.get_spaces()) returns package in high-priority-first-order, so we should not overwirte package map which is already found
# https://github.com/ros-infrastructure/catkin_pkg/blob/fa4b136b16e2d2886ab97257684f6bff243edefb/src/catkin_pkg/workspaces.py#L43
# https://github.com/ros-infrastructure/catkin_pkg/blob/fa4b136b16e2d2886ab97257684f6bff243edefb/src/catkin_pkg/packages.py#L71
if not pkg_map.has_key(pkg.name):
Copy link
Member

Choose a reason for hiding this comment

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

if pkg.name not in pkg_map:

@k-okada
Copy link
Member Author

k-okada commented Nov 21, 2015

fixed in #42

@k-okada k-okada closed this Nov 21, 2015
@k-okada k-okada deleted the use_latest_release_roseus branch November 21, 2015 08:59
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.

2 participants