]> gitweb.factorcode.org Git - factor.git/commit
io.launcher: since process timeouts only kick in when wait-for-process is called...
authorSlava Pestov <slava@factorcode.org>
Fri, 22 Jan 2010 18:20:37 +0000 (12:20 -0600)
committerSlava Pestov <slava@factorcode.org>
Fri, 22 Jan 2010 18:20:37 +0000 (12:20 -0600)
commit790c7afeaf1b41d1d9a0635540f2aa5f823de082
tree1c1ad0256d8c77762cd217102ad9d2243aba9b9b
parent098ef42202d2eafb7adf6845dbcad029253c639a
io.launcher: since process timeouts only kick in when wait-for-process is called, try-output-process would hang indefinitely. Fix this by splitting up wait-for-process and wrapping stream-contents in a with-timeout
basis/io/launcher/launcher.factor [changed mode: 0644->0755]
basis/io/launcher/windows/nt/nt-tests.factor [changed mode: 0644->0755]