Files
lix/tests/functional/lang/eval-fail-recursion.err.exp
T
piegamesandCommentator2.0 e2944876cc tests/functional/lang: Change base path to the lang directory
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
2025-05-21 20:36:20 +02:00

25 lines
725 B
Plaintext

error:
… while evaluating an expression to select 'foo' on it
at /pwd/eval-fail-recursion.nix:1:21:
1| let a = {} // a; in a.foo
| ^
2|
… while evaluating a
at /pwd/eval-fail-recursion.nix:1:21:
1| let a = {} // a; in a.foo
| ^
2|
… while evaluating a
at /pwd/eval-fail-recursion.nix:1:15:
1| let a = {} // a; in a.foo
| ^
2|
error: infinite recursion encountered
at /pwd/eval-fail-recursion.nix:1:15:
1| let a = {} // a; in a.foo
| ^
2|