about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-mutually-recursive-let-binding.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-11 r/4808 test(tvix/eval): add test for mutually recursive let bindingssterni1-0/+14
This test shows that let bindings' dependencies can form a cyclical graph, so we need to use thunking to break this cycle. Change-Id: I2a4de71fd7024f3d3d1166154784139a82f39411 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6495 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: sterni <sternenseemann@systemli.org>