guix/src
Eelco Dolstra 59b94ee18a * When something goes wrong in the evaluation of a Nix expression,
print a nice backtrace of the stack, rather than vomiting a gigantic
  (and useless) aterm on the screen.  Example:

    error: while evaluating file `.../pkgs/system/test.nix':
    while evaluating attribute `subversion' at `.../pkgs/system/all-packages-generic.nix', line 533:
    while evaluating function at `.../pkgs/applications/version-management/subversion/default.nix', line 1:
    assertion failed at `.../pkgs/applications/version-management/subversion/default.nix', line 13

  Since the Nix expression language is lazy, the trace may be
  misleading.  The purpose is to provide a hint as to the location of
  the problem.
2004-04-05 22:27:41 +00:00
..
bin2c * "Fix expression" -> "Nix expression". 2003-11-18 12:06:07 +00:00
boost * GCC 2.95 compatibility. 2003-12-22 16:40:46 +00:00
libexpr * When something goes wrong in the evaluation of a Nix expression, 2004-04-05 22:27:41 +00:00
libmain * Disallow the Nix store or any of its parents from being symlinks. 2004-03-27 17:58:04 +00:00
libstore * Some more nesting. 2004-03-22 21:42:28 +00:00
libutil * Disallow the Nix store or any of its parents from being symlinks. 2004-03-27 17:58:04 +00:00
log2xml * Do not close a nesting level twice after close() has been 2004-03-27 15:33:19 +00:00
nix-env * When something goes wrong in the evaluation of a Nix expression, 2004-04-05 22:27:41 +00:00
nix-hash * Allow linking against an external Berkeley DB / ATerm library. 2004-02-16 16:37:16 +00:00
nix-instantiate * When something goes wrong in the evaluation of a Nix expression, 2004-04-05 22:27:41 +00:00
nix-store * Allow linking against an external Berkeley DB / ATerm library. 2004-02-16 16:37:16 +00:00
Makefile.am * Added a utility that can be used to produce nice HTML pages from Nix 2004-03-15 21:51:14 +00:00