mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Solves 1/3 of the infinite recursion at unknown location meme. See #8879 for ensuring we always have a trace (for stack overflows) We might want to re-add this for finding missing location info *while hacking on that problem only*.
10 lines
254 B
Text
10 lines
254 B
Text
error:
|
|
… while calling the 'substring' builtin
|
|
|
|
at /pwd/lang/eval-fail-substring.nix:1:1:
|
|
|
|
1| builtins.substring (builtins.sub 0 1) 1 "x"
|
|
| ^
|
|
2|
|
|
|
|
error: negative start position in 'substring'
|