Age | Commit message (Expand) | Author |
2012-06-03 | Fix `bytevector->nix-base32-string'....* guix/utils.scm (bytevector-quintet-ref-right,
bytevector-quintet-fold): New procedures.
(bytevector-quintet-fold-right): Add `quintet-fold' parameter; use it
instead of `bytevector-quintet-fold'.
(bytevector->base32-string): Pass BYTEVECTOR-QUINTET-FOLD as the
first parameter.
(bytevector->nix-base32-string): Pass BYTEVECTOR-QUINTET-FOLD-RIGHT as
the first parameter.
* tests/utils.scm ("sha256 & bytevector->nix-base32-string"): New test.
| Ludovic Courtès |
2012-06-03 | Move `sha256' to (guix utils)....* guix/derivations.scm (sha256): Move to...
* guix/utils.scm (sha256): ... here.
| Ludovic Courtès |
2012-06-02 | 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.
| Ludovic Courtès |
2012-06-01 | Add (guix utils), with `bytevector->base32-string'....* guix/utils.scm, tests/utils.scm: New files.
| Ludovic Courtès |
2012-06-01 | Use libchop for cryptographic hashes and related....* guix/derivations.scm (sha256): Rewrite using libchop's
`bytevector-hash'.
(derivation-hash): Add docstring.
| Ludovic Courtès |
2012-04-19 | Add unit test for derivation parsing and output....* guix/derivations.scm: Export `read-derivation' and `write-derivation'.
* srfi/srfi-64.scm, srfi/srfi-64.upstream.scm: New files, from libchop.
* tests/derivations.scm, tests/test.drv: New files.
| Ludovic Courtès |
2012-04-18 | Split (guix) in (guix store) and (guix derivations)....* guix.scm: Move contents to other files. Just aggregate these.
* guix/derivations.scm, guix/store.scm: New files.
| Ludovic Courtès |