Skip to content

Fix handling of virtual packages#585

Merged
wjwwood merged 5 commits intoros-infrastructure:masterfrom
mathias-luedtke:fix/virtual-packages
Mar 21, 2018
Merged

Fix handling of virtual packages#585
wjwwood merged 5 commits intoros-infrastructure:masterfrom
mathias-luedtke:fix/virtual-packages

Conversation

@mathias-luedtke
Copy link
Copy Markdown
Contributor

fixes #521

@mathias-luedtke
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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