rtk-ai/rtk

cargo output on success is too terse, making it ambiguous

Open

#759 geöffnet am 21. März 2026

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (2.914 Forks)batch import
area:clibugeffort-smallfilter-qualitygood first issuehelp wantedpriority:medium

Repository-Metriken

Stars
 (48.085 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 11T 1h) (45 gemergte PRs in 30 T)

Beschreibung

cargo check returned cargo build (0 crates compiled)

which - to claude - was ambiguous - it didn't know if there were errors or not, so it tried several work-arounds, consuming extra tokens.

as work-arounds, it ran rtk proxy cargo check, and RUSTFLAGS="-D warnings" rtk proxy cargo check

Claude said it expected to see the "Finished dev profile ..." message.

Suggestion: include the 'Finished ...' message in the success output

Contributor Guide