-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area:toolinggood first issuePerfect for someone who wants to get started contributingPerfect for someone who wants to get started contributingitype:enhancement
Milestone
Description
Compiler version
3.2.1
Output
javac --version
(and help) is written to stdout, and scalac
2 follows that model of reporting only error output to stderr.
scalac
3 writes all output to stderr.
Expectation
Expect javac
behavior. Not sure about the summary Edit: scala 2 prints summary count to stderr scala/scala#1027219 errors
which is echoed to stdout in scala 2.
Would expect debug output -Vprint
on stdout. That is, stderr is for the tool to tell me why it could not fulfill my request.
Not sure about scala-cli
or sbt compile
.
Metadata
Metadata
Assignees
Labels
area:toolinggood first issuePerfect for someone who wants to get started contributingPerfect for someone who wants to get started contributingitype:enhancement