Skip to content

stateless command line parsing - #22

Merged
christianrauch merged 4 commits into
mainfrom
stateless_parse
Jul 11, 2026
Merged

stateless command line parsing#22
christianrauch merged 4 commits into
mainfrom
stateless_parse

Conversation

@christianrauch

Copy link
Copy Markdown
Contributor

Using the stateful command line parser via 'parser_setup' class member causes issues when default arguments are overridden by colcon meta files. Avoid this by initialising a local parser instance.

Using the stateful command line parser via 'parser_setup' class member
causes issues when default arguments are overridden by colcon meta files.
Avoid this by initialising a local parser instance.
@codecov-commenter

codecov-commenter commented Jul 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 20.71%. Comparing base (9efbea7) to head (19010cb).

Files with missing lines Patch % Lines
colcon_meson/build.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   20.71%   20.71%           
=======================================
  Files           2        2           
  Lines         251      251           
  Branches       51       51           
=======================================
  Hits           52       52           
  Misses        192      192           
  Partials        7        7           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@christianrauch
christianrauch merged commit 194e14a into main Jul 11, 2026
64 checks passed
@christianrauch
christianrauch deleted the stateless_parse branch July 11, 2026 10:09
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