You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`erlc` used to send all output to stdout, in contrast to other
language compilers such as `gcc` and `clang`, which send diagnostics
to stderr.
Fixeserlang#9255
Describe the bug
erlc
warnings are sent to stdout instead of to stderr.To Reproduce
$ erlc "src/has_warning.erl" > stdout.txt 2> stderr.txt
$ cat stderr.txt
Expected behavior
To have warnings sent to stderr.
Affected versions
OTP 27 and previous ones.
The text was updated successfully, but these errors were encountered: