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
22 lines
512 B
Plaintext
22 lines
512 B
Plaintext
error:
|
|
… while evaluating x
|
|
at /pwd/lang/eval-fail-blackhole.nix:5:1:
|
|
4| in
|
|
5| x
|
|
| ^
|
|
6|
|
|
|
|
… while evaluating y
|
|
at /pwd/lang/eval-fail-blackhole.nix:2:7:
|
|
1| let
|
|
2| x = y;
|
|
| ^
|
|
3| y = x;
|
|
|
|
error: infinite recursion encountered
|
|
at /pwd/lang/eval-fail-blackhole.nix:2:7:
|
|
1| let
|
|
2| x = y;
|
|
| ^
|
|
3| y = x;
|