Skip to content

Show Clojure CLI installer stderr in build output - #228

Merged
Malax merged 1 commit into
mainfrom
malax/show-clojure-cli-install-errors
Jun 8, 2026
Merged

Show Clojure CLI installer stderr in build output#228
Malax merged 1 commit into
mainfrom
malax/show-clojure-cli-install-errors

Conversation

@Malax

@Malax Malax commented Jun 8, 2026

Copy link
Copy Markdown
Member

The Clojure CLI installer's stderr was discarded with 2>/dev/null, hiding diagnostic output when the installer fails. It was suppressed before because the installer was printing curl progress output, but it now uses curl flags that don't produce noisy output (After an upstream change we encouragged). Switching to |& pipes both streams through output::indent so errors are visible in build logs.

W-19154642

@Malax
Malax marked this pull request as ready for review June 8, 2026 10:36
@Malax
Malax requested a review from a team as a code owner June 8, 2026 10:36
@Malax
Malax merged commit 0938e3f into main Jun 8, 2026
6 checks passed
@Malax
Malax deleted the malax/show-clojure-cli-install-errors branch June 8, 2026 10:40
@heroku-linguist heroku-linguist Bot mentioned this pull request Jun 9, 2026
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