about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-late-binding-closure.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-06 r/4669 feat(tvix/eval): emit OpFinalise when local scopes are completeVincent Ambo1-0/+4
With this change, the runtime can correctly capture deferred upvalues. Change-Id: I1e43b7b1ac2553b1812424adfc8bd08ef77bf1ea Reviewed-on: https://cl.tvl.fyi/c/depot/+/6339 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>