Skip to content

fix: handle tab-separated install lines during init re-run - #220

Open
vjymisal0 wants to merge 2 commits into
eljulians:masterfrom
vjymisal0:fix/init-tab-separated-removal
Open

fix: handle tab-separated install lines during init re-run#220
vjymisal0 wants to merge 2 commits into
eljulians:masterfrom
vjymisal0:fix/init-tab-separated-removal

Conversation

@vjymisal0

Copy link
Copy Markdown

Fixes #200. This uses the parser's logic to properly identify and filter out tab-separated install lines during init.

Signed-off-by: vjymisal0 <vijay.looprai@gmail.com>
Copilot AI lite review requested due to automatic review settings August 18, 2026 17:38

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@codecov

codecov Bot commented Aug 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.27%. Comparing base (bcaccc4) to head (9c44049).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #220      +/-   ##
==========================================
- Coverage   92.31%   92.27%   -0.05%     
==========================================
  Files          42       42              
  Lines       23186    23195       +9     
==========================================
- Hits        21405    21403       -2     
- Misses       1781     1792      +11     

☔ 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.

Signed-off-by: vjymisal0 <vijay.looprai@gmail.com>
@vjymisal0

Copy link
Copy Markdown
Author

Fixed the Clippy lint error (
edundant_closure_for_method_calls) in crates/cli/src/commands/init.rs by replacing the closure with String::as_str.

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.

re-running init fails to remove tab-separated install lines - deselected platforms keep receiving deploys

3 participants