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
7 lines
335 B
Plaintext
7 lines
335 B
Plaintext
error: expected a Boolean but found a list: [ 1 [ 2 3 4 5 6 7 8 9 [ 1 «2 items elided» ] «2 items elided» ] «1 item elided» ]
|
|
at /pwd/lang/eval-fail-print-limit-list.nix:2:3:
|
|
1| assert (
|
|
2| let x = [ 1 [ 2 3 4 5 6 7 8 9 x 10 11 ] 12 ];
|
|
| ^
|
|
3| in builtins.deepSeq x x
|