mirror of https://github.com/sbt/sbt.git
The intellij import currentlly works by forking an sbt process and writing command input through the process input stream. To make this work, we need the SimpleTerminal (which is used when sbt is run with -Dsbt.log.noformat=true) to be able to read input. Attaching the input to the simple terminal caused watch tests to fail on windows. This can be fixed by checking if the byte read from the input stream is -1 and ignoring it if so. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||