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
36 lines
892 B
Plaintext
36 lines
892 B
Plaintext
error:
|
|
… from call site
|
|
at /pwd/eval-fail-scope-5.nix:7:3:
|
|
6| in
|
|
7| f {}
|
|
| ^
|
|
8|
|
|
|
|
… while calling 'f'
|
|
at /pwd/eval-fail-scope-5.nix:5:7:
|
|
4|
|
|
5| f = {x ? y, y ? x}: x + y;
|
|
| ^
|
|
6| in
|
|
|
|
… while evaluating x
|
|
at /pwd/eval-fail-scope-5.nix:5:23:
|
|
4|
|
|
5| f = {x ? y, y ? x}: x + y;
|
|
| ^
|
|
6| in
|
|
|
|
… while evaluating y
|
|
at /pwd/eval-fail-scope-5.nix:5:12:
|
|
4|
|
|
5| f = {x ? y, y ? x}: x + y;
|
|
| ^
|
|
6| in
|
|
|
|
error: infinite recursion encountered
|
|
at /pwd/eval-fail-scope-5.nix:5:12:
|
|
4|
|
|
5| f = {x ? y, y ? x}: x + y;
|
|
| ^
|
|
6| in
|