aboutsummaryrefslogtreecommitdiff
path: root/config-daemon.ac
AgeCommit message (Expand)Author
2013-05-12build: Use separate `AC_CONFIG_FILES' invocations for executable files....Ludovic Courtès
2013-04-12substitute-binary: Implement `--substitute'....Ludovic Courtès
2013-04-03Add preliminary binary substituter....Ludovic Courtès
2012-12-13build: When `--enable-daemon', don't error out when Nix programs are missing....Ludovic Courtès
2012-12-06build: Run all the tests against the just-built daemon....Ludovic Courtès
2012-12-05daemon: Add `list-runtime-roots' script....Ludovic Courtès
2012-12-04build: daemon: Add missing feature tests....Ludovic Courtès
2012-12-04build: daemon: Remove extraneous quotes in CPP macro `SYSTEM'....Ludovic Courtès
2012-12-03build: Include a copy of Nix's libstore and daemon; build it....Ludovic Courtès
'nohover-highlight'> Until now '&store-protocol-error' conditions raised in the inferior would not be correctly propagated because SRFI-35 records lack a read syntax. Reported at <https://bugs.gnu.org/37449> by Carl Dong <contact@carldong.me>. * guix/inferior.scm (port->inferior): Import (srfi srfi-34) in the inferior. (inferior-eval-with-store): Define 'error?' and 'error-message'. Wrap call to PROC in 'guard'. Check the response of INFERIOR for a 'store-protocol-error' or a 'result' tag. * tests/inferior.scm ("inferior-eval-with-store, &store-protocol-error"): New test.