Skip to content

Conversation

@ShaneIsley
Copy link
Owner

  • Remove unused WaitType enum and Cli::get_wait_type() method from cli.rs
  • Extract duplicated display_fn closure into shared perform_wait() helper
  • Fix bug where verbose output was shown even when -v flag was not passed
    (previously all wait() implementations called adaptive_verbose_wait when
    verbose was None, now they correctly use std::thread::sleep)

https://claude.ai/code/session_01HMgwY1zQjunsZ1PKvHffjf

- Remove unused WaitType enum and Cli::get_wait_type() method from cli.rs
- Extract duplicated display_fn closure into shared perform_wait() helper
- Fix bug where verbose output was shown even when -v flag was not passed
  (previously all wait() implementations called adaptive_verbose_wait when
  verbose was None, now they correctly use std::thread::sleep)

https://claude.ai/code/session_01HMgwY1zQjunsZ1PKvHffjf
@ShaneIsley ShaneIsley merged commit 8a43f5b into main Jan 29, 2026
1 check passed
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