about summary refs log tree commit diff
path: root/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-05 * Doh.Eelco Dolstra1-1/+1
2008-02-05 * Regression test.Eelco Dolstra2-2/+9
2008-01-04 * New primop `unsafeDiscardStringContext' to get rid of stringEelco Dolstra2-0/+7
2007-12-31 (no commit message)Eelco Dolstra2-1/+1
2007-12-30 * Fix the hashDerivationModulo test. I should really investigateEelco Dolstra1-2/+4
2007-12-14 * Another insane Mac OS X 10.5 compatibility hack.Eelco Dolstra1-0/+14
2007-12-14 * Mac OS X 10.5 compatibility: `echo -n foo' suddenly prints `-n foo'Eelco Dolstra1-1/+1
2007-12-06 * Syntax to escape '', ${.Eelco Dolstra2-2/+8
2007-11-30 * Added a new kind of multi-line string literal delimited by twoEelco Dolstra2-0/+108
2007-11-29 * nix-env -e: support uninstalling by path, so that one can sayEelco Dolstra1-0/+11
2007-11-21 * New primop `readFile' to get the contents of a file as a string.Eelco Dolstra2-0/+2
2007-09-11 * Test the impureEnvVars feature.Eelco Dolstra3-0/+6
2007-09-04 * nix-push / generate-patches: bzip the manifest.Eelco Dolstra3-2/+5
2007-08-28 * Doh! Broken test.Eelco Dolstra1-3/+3
2007-08-28 * Test case to show that parallel builds of different fixed-outputEelco Dolstra3-1/+28
2007-08-18 primop functions listToAttrs (+test), __isAttrs, __trace addedMarc Weber2-0/+9
2007-08-14 * Hopefully this fixes the test on FreeBSD.Eelco Dolstra2-3/+3
2007-08-13 * A test for the nix-worker.Eelco Dolstra4-2/+24
2007-08-13 * Fix the tests.Eelco Dolstra12-63/+67
2007-05-15 * Allow empty argument lists in function definitions (e.g., `{}:Eelco Dolstra2-0/+2
2007-02-21 * Don't use $SHELL.Eelco Dolstra3-10/+2
2007-01-29 New primitives:Eelco Dolstra6-4/+41
2007-01-15 * builtins.filterSource: pass the type of the file ("regular",Eelco Dolstra2-1/+5
2007-01-14 * Don't forget the .flags files.Eelco Dolstra1-1/+1
2007-01-14 * Option --argstr for passing string arguments easily. (NIX-75)Eelco Dolstra4-1/+22
2007-01-13 * Canonicalise ASTs in `nix-instantiate --eval': remove positionEelco Dolstra4-4/+4
2006-12-12 * New primop builtins.filterSource, which can be used to filter filesEelco Dolstra3-1/+23
2006-12-12 * New built-in function `builtins.attrNames' that returns theEelco Dolstra2-0/+12
2006-12-02 * Clear NIX_REMOTE in the tests.Eelco Dolstra1-0/+2
2006-10-19 * Checks for allowedReferences and some other features.Eelco Dolstra4-2/+100
2006-10-17 * Another test.Eelco Dolstra1-0/+1
2006-10-17 * Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), andEelco Dolstra19-22/+22
2006-10-11 * Removed URIs from the evaluator (NIX-66). They are now just anotherEelco Dolstra3-3/+3
2006-10-03 * toFile: added an additional argument to specify the store pathEelco Dolstra1-1/+1
2006-10-02 * Finally, a real "let" syntax: `let x = ...; ... z = ...; in ...'.Eelco Dolstra2-0/+15
2006-09-24 * Primop `toPath' to convert a string to a path.Eelco Dolstra2-0/+4
2006-09-24 * Builtin function `getEnv' for getting environment variables.Eelco Dolstra3-0/+4
2006-09-24 * lessThan primitive for integer comparison.Eelco Dolstra1-1/+4
2006-09-22 * Builtin function `add' to add integers.Eelco Dolstra8-26/+48
2006-09-22 * Added a builtin function `isList' to test whether a value is a list.Eelco Dolstra2-0/+20
2006-09-22 * Builtin functions `head' and `tail' to return the head and tail ofEelco Dolstra2-0/+14
2006-09-22 * New builtin functions builtins.{hasAttr, getAttr} to check forEelco Dolstra2-0/+11
2006-09-21 * `nix-install-package --url': install from a URL (NIX-12).Eelco Dolstra7-16/+45
2006-09-01 * New primop: builtins.toFile, which writes a string into the storeEelco Dolstra1-6/+22
2006-09-01 * Allow "$" in strings as long as they are not followed by "{". (TooEelco Dolstra2-1/+2
2006-09-01 * Fix race condition in the test.Eelco Dolstra1-0/+1
2006-08-30 * Okay, that's a bit harder than expected.Eelco Dolstra1-0/+0
2006-08-30 * TDD: == should do a deep equality test, i.e., it should strictlyEelco Dolstra2-0/+4
2006-08-29 * Backwards compatibility test for ~.Eelco Dolstra1-1/+1
2006-08-24 * New primop __toXML (or builtins.toXML) to convert an expression toEelco Dolstra2-0/+2