Files
lix/src
Eelco Dolstra c945f015de Fix segfault in nix-repl / hydra-eval-jobs
If a "with" attribute set fails to evaluate, we have to make sure its
Env record remains unchanged.  Otherwise, repeated evaluation gives a
segfault:

  nix-repl> :a with 0; { a = x; b = x; }
  Added 2 variables.

  nix-repl> a
  error: value is an integer while an attribute set was expected

  nix-repl> b
  Segmentation fault
2013-10-02 15:24:45 +02:00
..
2012-03-18 23:54:57 +01:00
2013-10-02 14:34:36 +02:00
2013-10-02 14:34:36 +02:00
2013-09-06 17:20:19 +02:00
2012-10-03 17:59:23 -04:00