about summary refs log tree commit diff
path: root/tests/lang/eval-okay-context.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-10-18 Fix context testShea Levy1-1/+1
2014-06-10 == operator: Ignore string contextEelco Dolstra1-1/+1
There really is no case I can think of where taking the context into account is useful. Mostly it's just very inconvenient.
2008-01-04 * New primop `unsafeDiscardStringContext' to get rid of stringEelco Dolstra1-0/+6
contexts. Needed to prevent unnecessary dependencies when building the NixOS manual.