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

Do not register extension points with colcon #23

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Oct 1, 2024

As an independent tool built on colcon's framework, this tool should not register its extension points as colcon extension points. This should prevent it from appearing in colcon-devtools output, namely version-check.

This isn't to say that extension point registration and presence in colcon-devtools wouldn't provide any benefit, this is an effort to avoid "kitchen sinking" colcon as a command line tool.

As an independent tool built on colcon's framework, this tool should not
register its extension points as colcon extension points. This should
prevent it from appearing in colcon-devtools output, namely
version-check.

This isn't to say that extension point registration and presence in
colcon-devtools wouldn't provide any benefit, this is an effort to avoid
"kitchen sinking" colcon as a command line tool.
@cottsay cottsay added the bug Something isn't working label Oct 1, 2024
@cottsay cottsay self-assigned this Oct 1, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.48%. Comparing base (d97c7c2) to head (2a5cd7e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #23   +/-   ##
=======================================
  Coverage   78.48%   78.48%           
=======================================
  Files          13       13           
  Lines         674      674           
  Branches      176      176           
=======================================
  Hits          529      529           
  Misses        128      128           
  Partials       17       17           

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

@cottsay cottsay merged commit 5c7b810 into main Oct 4, 2024
18 checks passed
@cottsay cottsay deleted the cottsay/no-colcon-registration branch October 4, 2024 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants