Currently, all tests are relative to `./tests/functional` instead of `./tests/functional/lang`. Whether this is a historical artefact or as intended, the current move is to align the tests with the new design of functional2, preparing them for an easier migration. Change-Id: Ie394691b071488a8000a005080b9167786d5bd9a
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
error:
|
|
… from call site
|
|
at /pwd/eval-fail-infinite-recursion-lambda.nix:1:1:
|
|
1| (x: x x) (x: x x)
|
|
| ^
|
|
2|
|
|
|
|
… while calling anonymous lambda
|
|
at /pwd/eval-fail-infinite-recursion-lambda.nix:1:2:
|
|
1| (x: x x) (x: x x)
|
|
| ^
|
|
2|
|
|
|
|
… from call site
|
|
at /pwd/eval-fail-infinite-recursion-lambda.nix:1:5:
|
|
1| (x: x x) (x: x x)
|
|
| ^
|
|
2|
|
|
|
|
… while calling anonymous lambda
|
|
at /pwd/eval-fail-infinite-recursion-lambda.nix:1:11:
|
|
1| (x: x x) (x: x x)
|
|
| ^
|
|
2|
|
|
|
|
… from call site
|
|
at /pwd/eval-fail-infinite-recursion-lambda.nix:1:14:
|
|
1| (x: x x) (x: x x)
|
|
| ^
|
|
2|
|
|
|
|
(19997 duplicate frames omitted)
|
|
|
|
error: stack overflow; max-call-depth exceeded
|
|
at /pwd/eval-fail-infinite-recursion-lambda.nix:1:14:
|
|
1| (x: x x) (x: x x)
|
|
| ^
|
|
2|
|