about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-empty-rec-inherit.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-22 r/4962 fix(tvix/eval): manually count entries in recursive scopesVincent Ambo1-0/+1
The previous version had a bug where we assumed that the number of entries in an attribute set AST node would be equivalent to the number of entries in the runtime attribute set, but due to inherit nodes containing a variable number of entries, this did not work out. Fixes b/199 Change-Id: I6f7f7729f3512b297cf29a2e046302ca28477854 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6749 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>