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

Support generic invocation of package_discovery functions #672

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Oct 15, 2024

Other function groups like augmentation, identification, and discovery, can be invoked with an explicit list of extensions instances. This supports scenarios where we want to use extensions other than the ones registered for colcon_core.

This should result in no change in behavior for colcon_core itself, and essentially consists of lots of argument plumbing.

@cottsay cottsay added the enhancement New feature or request label Oct 15, 2024
@cottsay cottsay self-assigned this Oct 15, 2024
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

Attention: Patch coverage is 80.95238% with 4 lines in your changes missing coverage. Please review.

Project coverage is 87.28%. Comparing base (8a08c15) to head (cdf1827).

Files with missing lines Patch % Lines
colcon_core/package_selection/__init__.py 80.95% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #672      +/-   ##
==========================================
- Coverage   87.37%   87.28%   -0.09%     
==========================================
  Files          68       68              
  Lines        3945     3949       +4     
  Branches      756      760       +4     
==========================================
  Hits         3447     3447              
  Misses        396      396              
- Partials      102      106       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Other function groups like augmentation, identification, and discovery,
can be invoked with an explicit list of extensions instances. This
supports scenarios where we want to use extensions other than the ones
registered for colcon_core.
@cottsay cottsay force-pushed the cottsay/generic-package-selection branch from d7cfced to 28970d1 Compare October 15, 2024 02:29
@cottsay cottsay modified the milestones: 0.18.2, 0.18.3 Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

1 participant