Skip to content

2.0.9: suppress stray binary path output - #53

Merged
jeffreyaven merged 2 commits into
mainfrom
feature/updates
Aug 21, 2026
Merged

2.0.9: suppress stray binary path output#53
jeffreyaven merged 2 commits into
mainfrom
feature/updates

Conversation

@jeffreyaven

Copy link
Copy Markdown
Member

See CHANGELOG.md 2.0.9

jeffreyaven and others added 2 commits July 30, 2026 18:23
binary_exists_in_path() ran which/where via Command::status(), which
inherits stdout, so the resolved stackql path was printed to the terminal
once per lookup (four times during `info`). Switch to output() so the
child's stdout/stderr are captured; only the exit status is inspected.

Also drop a redundant borrow in a format! arg in teardown.rs that newer
stable clippy flags (useless_borrows_in_formatting).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@jeffreyaven jeffreyaven self-assigned this Aug 21, 2026
@jeffreyaven
jeffreyaven merged commit a615730 into main Aug 21, 2026
7 checks 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.

1 participant