Guix/GuixSD development repository; official: http://git.savannah.gnu.org/cgit/guix.git
Go to file
Ludovic Courtès e87088c9d5 store: Raise error conditions upon protocol errors.
* guix/store.scm (&nix-error, &nix-protocol-error): New SRFI-35
  condition types.
  (process-stderr): Raise an error condition upon protocol errors
  instead of returning to the caller.  This allows the connection to be
  reused for further interactions.
2012-06-02 23:18:45 +02:00
guix store: Raise error conditions upon protocol errors. 2012-06-02 23:18:45 +02:00
srfi Add unit test for derivation parsing and output. 2012-04-19 23:09:55 +02:00
tests Add (guix utils), with `bytevector->base32-string'. 2012-06-01 23:30:16 +02:00
.gitignore Add unit test for derivation parsing and output. 2012-04-19 23:09:55 +02:00
guix.scm