Add to-do notes
This commit is contained in:
parent
86b2f92511
commit
2eb551da4c
@ -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"
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user