Age | Commit message (Expand) | Author | Files | Lines |
2006-08-16 | * Meh. | Eelco Dolstra | 1 | -2/+2 |
2006-08-16 | * A test for NIX-53. | Eelco Dolstra | 2 | -0/+18 |
2006-07-24 | * New language feature: domain checks, which check whether a function | Eelco Dolstra | 1 | -0/+7 |
2006-07-24 | * `touch' might not be in $PATH. | Eelco Dolstra | 1 | -1/+0 |
2006-07-24 | * Tests for domain checks. | Eelco Dolstra | 3 | -0/+15 |
2006-07-24 | * Refactoring to support domain checks. | Eelco Dolstra | 3 | -3/+3 |
2006-07-21 | * Purify `make check'. | Eelco Dolstra | 25 | -29/+27 |
2006-07-21 | * Test for runtime root finding. | Eelco Dolstra | 5 | -5/+64 |
2006-07-20 | * Doh. | Eelco Dolstra | 1 | -1/+1 |
2006-07-20 | * Call find-runtime-roots.pl from the garbage collector to prevent | Eelco Dolstra | 1 | -0/+1 |
2006-07-19 | * Add a precise test for hashDerivatioModulo. | Eelco Dolstra | 3 | -0/+34 |
2006-07-10 | * This expression has an undefined variable which isn't detected, so | Eelco Dolstra | 1 | -0/+11 |
2006-06-16 | * Skip this test on Cygwin, too slow (and doesn't test anything Cygwin-specif... | Eelco Dolstra | 1 | -0/+3 |
2006-05-29 | * Handle $PATHs with spaces. | Eelco Dolstra | 1 | -1/+1 |
2006-05-08 | * Allow function argument default values to refer to other arguments | Eelco Dolstra | 2 | -0/+2 |
2006-05-02 | * More tests. | Eelco Dolstra | 3 | -1/+9 |
2006-05-02 | * Tests for NIX-45. | Eelco Dolstra | 3 | -0/+21 |
2006-05-01 | * String interpolation. Expressions like | Eelco Dolstra | 2 | -2/+10 |
2006-05-01 | * Allow string concatenations involving derivations, e.g., | Eelco Dolstra | 3 | -4/+5 |
2006-04-25 | * Unless --with-bzip2 is specified, use a copy of bzip2 in the | Eelco Dolstra | 2 | -0/+6 |
2006-03-10 | * Allow `make check' to work in directories that have symlink | Eelco Dolstra | 1 | -0/+3 |
2006-03-10 | * `nix-env -qa --description' shows human-readable descriptions of | Eelco Dolstra | 2 | -2/+10 |
2006-03-10 | * Oops. | Eelco Dolstra | 1 | -1/+1 |
2006-03-10 | * `nix-env -q' now accepts arguments that allow specific derivations | Eelco Dolstra | 1 | -22/+22 |
2006-03-01 | * Tests for fixed-output derivations (and attribute selection, incidentally). | Eelco Dolstra | 5 | -1/+67 |
2006-03-01 | * Tests to prevent a repeat of the parseHash32 debacle. | Eelco Dolstra | 1 | -0/+7 |
2006-03-01 | * Doh! | Eelco Dolstra | 1 | -1/+1 |
2006-03-01 | * More test coverage. | Eelco Dolstra | 7 | -0/+15 |
2006-03-01 | * Doh! | Eelco Dolstra | 1 | -2/+2 |
2006-03-01 | * Test `nix-store -q --binding'. | Eelco Dolstra | 2 | -0/+3 |
2006-03-01 | * Test `nix-store --add' and `nix-store -q --hash'. | Eelco Dolstra | 2 | -4/+17 |
2006-03-01 | * TDD! Woohoo! | Eelco Dolstra | 5 | -2/+22 |
2006-03-01 | * Oops! | Eelco Dolstra | 2 | -2/+3 |
2006-03-01 | * Test the nix-store --gc subflags. | Eelco Dolstra | 1 | -1/+11 |
2006-03-01 | * Test nix-build. This also tests indirect roots. | Eelco Dolstra | 5 | -4/+24 |
2006-03-01 | * Clear the substitutes prior to running the test. | Eelco Dolstra | 1 | -1/+1 |
2006-03-01 | * Add a test for nix-log2xml. | Eelco Dolstra | 6 | -8/+38 |
2006-03-01 | * Simplification. | Eelco Dolstra | 21 | -67/+77 |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | 21 | -30/+71 |
2006-02-22 | * Aha! | Eelco Dolstra | 1 | -3/+2 |
2006-02-22 | * WTF? | Eelco Dolstra | 1 | -0/+1 |
2006-02-22 | * More tests. | Eelco Dolstra | 2 | -1/+10 |
2006-02-22 | * Check whether "nix-store -q --graph" generates a valid dot graph. | Eelco Dolstra | 1 | -0/+18 |
2006-02-17 | * Fix for NIX-31: "nix-env -i foo" installing all derivations named | Eelco Dolstra | 1 | -2/+2 |
2006-02-17 | * And another test. | Eelco Dolstra | 1 | -0/+5 |
2006-02-17 | * Regression test for NIX-31. | Eelco Dolstra | 1 | -0/+16 |
2006-02-12 | * Doh. | Eelco Dolstra | 1 | -0/+1 |
2006-02-08 | * Test-driven development, woohoo! nix-env should work on functions, | Eelco Dolstra | 1 | -2/+8 |
2006-02-08 | * Tests for nix-env, finally! | Eelco Dolstra | 5 | -1/+108 |
2005-12-15 | * Typo. | Eelco Dolstra | 1 | -1/+1 |