guix-kreyren/tests
Ludovic Courtès ada3df03e3 monads: Hide 'derivation-expression' and 'lower-inputs'.
* guix/monads.scm: Unexport 'lower-inputs' and 'derivation-expression'.
  (text-file*): Add comment about the switch to 'gexp->derivation'.
  (lower-inputs): Add comment about its doom.
  (derivation-expression): Likewise.
* guix/gexp.scm (lower-inputs*): Rename to...
  (lower-inputs): ... this.  Update callers.
* tests/monads.scm (derivation-expression): New procedure.
* doc/guix.texi (The Store Monad): Use 'gexp->derivation' instead of
  'derivation-expression'.  Remove documentation of
  'derivation-expression'.
* guix/ui.scm (read/eval): Use THE-ROOT-MODULE so that macros are
  properly expanded.
* tests/guix-build.sh: Use 'gexp->derivation' instead of
  'derivation-expression'.monads: Hide 'derivation-expression' and 'lower-inputs'.
2014-04-28 23:41:12 +02:00
..
base32.scm
base64.scm
build-utils.scm
builders.scm
derivations.scm
gexp.scm Add (guix gexp). 2014-04-28 23:24:17 +02:00
guix-archive.sh
guix-authenticate.sh authenticate: Allow signatures with binary data to be written to stdout. 2014-04-22 11:30:58 +02:00
guix-build.sh monads: Hide 'derivation-expression' and 'lower-inputs'. 2014-04-28 23:41:12 +02:00
guix-daemon.sh
guix-download.sh
guix-gc.sh
guix-hash.sh
guix-package.sh
guix-register.sh
hash.scm
monads.scm monads: Hide 'derivation-expression' and 'lower-inputs'. 2014-04-28 23:41:12 +02:00
nar.scm
packages.scm
pk-crypto.scm authenticate: Allow signatures with binary data to be written to stdout. 2014-04-22 11:30:58 +02:00
pki.scm
profiles.scm
records.scm
signing-key.pub
signing-key.sec
snix.scm
store.scm store: (direct-store-path? (%store-prefix)) returns #f. 2014-04-28 23:24:18 +02:00
substitute-binary.scm
test.drv
ui.scm
union.scm
utils.scm