Would printing progress messages to stderr instead of stdout be a breaking change? #3496
rohitpaulk
started this conversation in
General
Replies: 1 comment
-
Sounds like a good idea to me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running
gleam run
, it's difficult to pipe output since compiler progress messages are printed to stdout. I'm working on #2299, but just realized that this wouldn't be so much of a problem if the messages were printed to stderr instead of stdout.Since Gleam is post-v1, wanted to ask about this first - would changing these messages to print to stderr instead of stdout be considered a breaking change?
gleam/compiler-cli/src/cli.rs
Lines 122 to 124 in 8743158
Beta Was this translation helpful? Give feedback.
All reactions