Files
lix/tests/functional/lang/eval-fail-blackhole.err.exp
T
2b22dae1ba lixexpr: Declutter error traces
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
2025-04-24 20:44:57 +02:00

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;