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

Fix handling of virtual packages #585

Merged
merged 5 commits into from
Mar 21, 2018
Merged

Fix handling of virtual packages #585

merged 5 commits into from
Mar 21, 2018

Conversation

mathias-luedtke
Copy link
Contributor

fixes #521

@mathias-luedtke
Copy link
Contributor Author

includes @flixr's fix for #589

@wjwwood: #591 breaks our tests, they pass if rebased to 1e69f89


results = list(_read_apt_cache_showpkg(['curl', 'wget', '_not_existing', 'libcurl-dev'], exec_fn=m))
assert len(results) == 4, results
pkgs = ['curl', 'wget', '_not_existing', 'libcurl-dev', 'ros-kinetic-rc-genicam-api']
Copy link
Contributor

Choose a reason for hiding this comment

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

will this still work as intended after the next kinetic sync, from which on ros-kinetic-rc-genicam-api will be available?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, this just tests the format parser based on the text file.

Copy link
Contributor

Choose a reason for hiding this comment

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

ah, right...

@mathias-luedtke
Copy link
Contributor Author

#591 breaks our tests, they pass if rebased to 1e69f89

My bad, I patched a bug that wasn't there and the unit tests caught this 👍

@wjwwood: please review

Copy link
Contributor

@wjwwood wjwwood left a comment

Choose a reason for hiding this comment

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

lgtm, sorry for the delay in reviewing

@wjwwood
Copy link
Contributor

wjwwood commented Mar 21, 2018

Thanks for working to fix the issue guys.

@wjwwood wjwwood merged commit 9d04f71 into ros-infrastructure:master Mar 21, 2018
@mathias-luedtke mathias-luedtke deleted the fix/virtual-packages branch March 22, 2018 01:47
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