forked from lix-project/lix
eldritch horrors
87e6ac5eb7
Print the value in `value is X while a Y is expected` error
(cherry picked from commit 5f72a97092da6af28a7d2b2a50d74e9d34fae7e1)
Change-Id: Idb4bc903ae59a0f5b6fb3b1da4d47970fe0a6efe
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
error:
|
|
… while calling the 'length' builtin
|
|
at /pwd/lang/eval-fail-call-primop.nix:1:1:
|
|
1| builtins.length 1
|
|
| ^
|
|
2|
|
|
|
|
… while evaluating the first argument passed to builtins.length
|
|
|
|
error: expected a list but found an integer: 1
|