Skip to content

Conversation

@linw1995
Copy link
Owner

@linw1995 linw1995 commented Jan 5, 2026

No description provided.

Clean up unused ComboMode enum and associated code that was previously
used for bash_xtrace mode support. The mode functionality has been
deprecated and is no longer needed in the current codebase.

Changes:
- Remove ComboMode enum definition and Display implementation
- Remove mode field from ComboMetadata struct
- Update test fixtures to no longer include mode field
- Clean up imports and type references in starter module

This simplifies the codebase by removing unused functionality and
reducing maintenance overhead.
Clean up StarterError enum by removing the Timeout variant that is no longer used in the codebase. The timeout functionality has been deprecated and the associated error case is no longer needed.

This simplifies the error handling and reduces maintenance overhead by eliminating unused code paths.
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (dev@4407f66). Learn more about missing BASE report.

Additional details and impacted files
@@          Coverage Diff           @@
##             dev      #70   +/-   ##
======================================
  Coverage       ?   59.63%           
======================================
  Files          ?       76           
  Lines          ?    15388           
  Branches       ?        0           
======================================
  Hits           ?     9177           
  Misses         ?     6211           
  Partials       ?        0           

☔ View full report in Codecov by Sentry.
📢 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.

@linw1995 linw1995 merged commit 8af9812 into dev Jan 5, 2026
3 checks passed
@linw1995 linw1995 deleted the cleanup-deprecated-modules branch January 5, 2026 05:14
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