Add to-do notes

This commit is contained in:
Patrick Lühne 2020-05-24 07:11:20 +02:00
parent 86b2f92511
commit 2eb551da4c
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
2 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,8 @@ if ARGV.length > 1
exit 1
end
# TODO: support arguments
# TODO: forward signals
script_path = File.realpath(ARGV[0])
control_socket_path = "/tmp/github-fast-envd.sock"

View File

@ -113,6 +113,7 @@ while true
stdin = open_pipe(connection_id, "stdin")
control_socket.puts "stdin #{stdin}"
stdin = File::open(stdin, "r")
# TODO: reconsider
stdin.sync = true
stdout = open_pipe(connection_id, "stdout")