guix/tests
Eelco Dolstra 9279174dde * Added an experimental feature suggested by Andres: ellipses ("...")
in attribute set pattern matches.  This allows defining a function
  that takes *at least* the listed attributes, while ignoring
  additional attributes.  For instance,

    {stdenv, fetchurl, fuse, ...}:
    
    stdenv.mkDerivation {
      ...
    };
    
  defines a function that requires an attribute set that contains the 
  specified attributes but ignores others.  The main advantage is that
  we can then write in all-packages.nix

    aefs = import ../bla/aefs pkgs;

  instead of

    aefs = import ../bla/aefs {
      inherit stdenv fetchurl fuse;
    };

  This saves a lot of typing (not to mention not having to update
  all-packages.nix with purely mechanical changes).  It saves as much
  typing as the "args: with args;" style, but has the advantage that
  the function arguments are properly declared (not implicit in what
  the body of the "with" uses).
2008-08-14 14:00:44 +00:00
..
lang * Added an experimental feature suggested by Andres: ellipses ("...") 2008-08-14 14:00:44 +00:00
Makefile.am * Merged the no-bdb branch (-r10900:HEAD 2008-06-09 13:52:45 +00:00
add.sh
build-hook.hook.sh
build-hook.nix.in
build-hook.sh
check-refs.nix.in
check-refs.sh
common.sh.in * Hopefully this fixes the test on FreeBSD. 2007-08-14 13:43:51 +00:00
dependencies.builder0.sh
dependencies.builder1.sh
dependencies.builder2.sh
dependencies.nix.in
dependencies.sh * Merged the no-bdb branch (-r10900:HEAD 2008-06-09 13:52:45 +00:00
export.sh * Merged the no-bdb branch (-r10900:HEAD 2008-06-09 13:52:45 +00:00
fallback.sh * Fix the tests. 2007-08-13 13:15:02 +00:00
filter-source.nix.in
filter-source.sh
fixed.builder1.sh * Test the impureEnvVars feature. 2007-09-11 13:32:04 +00:00
fixed.builder2.sh * Test case to show that parallel builds of different fixed-output 2007-08-28 09:21:47 +00:00
fixed.nix.in * Test the impureEnvVars feature. 2007-09-11 13:32:04 +00:00
fixed.sh * Test the impureEnvVars feature. 2007-09-11 13:32:04 +00:00
gc-concurrent.builder.sh * Increase the sleep periods a bit to make the test less likely to 2008-08-14 09:26:30 +00:00
gc-concurrent.nix.in
gc-concurrent.sh * Increase the sleep periods a bit to make the test less likely to 2008-08-14 09:26:30 +00:00
gc-concurrent2.builder.sh * Increase the sleep periods a bit to make the test less likely to 2008-08-14 09:26:30 +00:00
gc-concurrent2.nix.in
gc-runtime.nix.in
gc-runtime.sh
gc.sh
hash-check.nix
hash.sh * Mac OS X 10.5 compatibility: `echo -n foo' suddenly prints `-n foo' 2007-12-14 14:08:09 +00:00
init.sh * Fix the tests. 2008-07-18 20:03:12 +00:00
install-package.sh
lang.sh
locking.builder.sh
locking.nix.in
locking.sh
logging.sh
misc.sh
nix-build.sh
nix-pull.sh * nix-push / generate-patches: bzip the manifest. 2007-09-04 15:38:09 +00:00
nix-push.sh * nix-push / generate-patches: bzip the manifest. 2007-09-04 15:38:09 +00:00
parallel.builder.sh
parallel.nix.in
parallel.sh
referrers.sh * Fixed compatibility with old versions of "wc" that print whitespace 2008-06-10 10:08:15 +00:00
remote-store.sh * Hopefully this fixes the test on FreeBSD. 2007-08-14 13:43:51 +00:00
simple.builder.sh * Fix the tests. 2007-08-13 13:15:02 +00:00
simple.nix.in
simple.sh 2007-12-31 00:34:44 +00:00
substituter.sh * Fix the tests. 2008-08-04 16:16:49 +00:00
substituter2.sh * Fix the tests. 2008-08-04 16:16:49 +00:00
substitutes.sh * Fix the tests. 2007-08-13 13:15:02 +00:00
substitutes2.sh * Fix the tests. 2007-08-13 13:15:02 +00:00
user-envs.builder.sh
user-envs.nix.in
user-envs.sh * Test instrumentation. 2008-06-15 15:10:03 +00:00
verify.sh