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
@lefou any idea why it wasn't ultimately solved by #2689 ?
No, not really. The code location you linked is already inside a SystemStreams.withStreams block, so any configured redirections to System.{in,out,err} and Console.{in,out,err} should be in place. Some debugging might be necessary to better understand what's going on.
Hi,
When calling
./mill show version
for the very first time on a new machine mill will print on stdout:Expected behavior
Stdout should only contain the result of the
show
command nothing besides that.Actual behavior
Stdout contains information about preparing java together with results of the
show
command.Reproduction steps
Use following docker file:
mill-version: 0.11.4
The offending line is here
mill/runner/src/mill/runner/MillMain.scala
Line 193 in 7c2114e
Somehow related to #2680
The text was updated successfully, but these errors were encountered: