Now that we can correctly point to all expressions, we can remove redundant intermediate traces to reduce clutter. Co-authored-by: eldritch horrors <pennae@lix.systems> Co-authored-by: Raito Bezarius <raito@lix.systems> Change-Id: I3e9d7c1c7a6599a8e68302448bbb961d051002b7
25 lines
745 B
Plaintext
25 lines
745 B
Plaintext
error:
|
|
… while evaluating an expression to select 'foo' on it
|
|
at /pwd/lang/eval-fail-recursion.nix:1:21:
|
|
1| let a = {} // a; in a.foo
|
|
| ^
|
|
2|
|
|
|
|
… while evaluating a
|
|
at /pwd/lang/eval-fail-recursion.nix:1:21:
|
|
1| let a = {} // a; in a.foo
|
|
| ^
|
|
2|
|
|
|
|
… while evaluating a
|
|
at /pwd/lang/eval-fail-recursion.nix:1:15:
|
|
1| let a = {} // a; in a.foo
|
|
| ^
|
|
2|
|
|
|
|
error: infinite recursion encountered
|
|
at /pwd/lang/eval-fail-recursion.nix:1:15:
|
|
1| let a = {} // a; in a.foo
|
|
| ^
|
|
2|
|