Merge pull request #10903 from DeterminateSystems/fix-stack-overflow

eval-fail-infinite-recursion-lambda: Reduce recursion depth
This commit is contained in:
Robert Hensing 2024-06-14 14:20:42 +02:00 committed by GitHub
commit 80f9b04f5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -29,7 +29,7 @@ error:
| ^
2|
(19997 duplicate frames omitted)
(197 duplicate frames omitted)
error: stack overflow; max-call-depth exceeded
at /pwd/lang/eval-fail-infinite-recursion-lambda.nix:1:14:

View file

@ -0,0 +1 @@
--max-call-depth 100