aboutsummaryrefslogtreecommitdiff
path: root/test/input/pr-3040/expect.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/input/pr-3040/expect.js')
0 files changed, 0 insertions, 0 deletions
:37:59 +0200'>2015-12-02daemon: Add 'buildMode' parameter to 'buildPaths' RPC....* nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x10f. * nix/libstore/remote-store.cc (RemoteStore::buildPaths): Send the BUILDMODE when the daemon supports it. Reject invalid values of BUILDMODE for old daemons. * nix/nix-daemon/nix-daemon.cc (performOp) <wopBuildPaths>: Read the build mode when the client supports it. Ludovic Courtès 2015-12-02daemon: int2String -> std::to_string.Eelco Dolstra