Closed tshaynik closed 1 year ago
Nice! Looks like there's some magic going on with stderr that we'll need to understand. Can you explain it to us on Monday?
Nice! Looks like there's some magic going on with stderr that we'll need to understand. Can you explain it to us on Monday?
I can try!
This PR:
init_connection
toprocess_connection
. In the nix codebase,initConnection
is the name of client function, whileprocessConnection
(insrc/libstore/daemon.cc
) is the daemon function that more closely resembles what we're replicatingprocessConnection
nix store ping