sbt/main-command/src
Ethan Atkins 0427e5f9c5 Add timeouts for completion prompts
CI hung in the server test that checks completions because I broke
reading from the System.in. It occurred to me that we probably shouldn't
prompt indefinitely when the user is running tab completions anyway so I
set a timeout of 5 seconds for the user to respond to input. If they
decline to start a server within the timeout, we will just exit. If they
decline to run compilation within the timeout we just skip the
compilation step (so test or main class names will not be provided for
completions).
2020-09-21 13:42:03 -07:00
..
main Add timeouts for completion prompts 2020-09-21 13:42:03 -07:00
test/scala/sbt Fixes semicolon showing up in parser errors 2020-08-13 01:41:19 -04:00