diff options
author | Vincent Ambo <mail@tazj.in> | 2022-09-06T14·44+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-09-11T12·04+0000 |
commit | f68c76d07daf9794797b1056ce39e8e1bdeca8e4 (patch) | |
tree | 1abfeb640492899e8c8acbf27adeaeee94fa2742 /tvix/eval/src/tests/tvix_tests/eval-okay-thunked-with.exp | |
parent | 12acb1e2374ac0f5480cfbb262f2171d6df2918b (diff) |
fix(tvix/eval): account for attrset temporaries during construction r/4796
The temporaries left on the stack as operands to `OpAttrs` must be accounted for in the locals array in order for operations within them to receive correct slots. Some test cases that were previously broken have been added. Change-Id: Ib52b629bbdf7931f63fd45a45af1073022da923c Reviewed-on: https://cl.tvl.fyi/c/depot/+/6468 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'tvix/eval/src/tests/tvix_tests/eval-okay-thunked-with.exp')
-rw-r--r-- | tvix/eval/src/tests/tvix_tests/eval-okay-thunked-with.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/src/tests/tvix_tests/eval-okay-thunked-with.exp b/tvix/eval/src/tests/tvix_tests/eval-okay-thunked-with.exp new file mode 100644 index 000000000000..d81cc0710eb6 --- /dev/null +++ b/tvix/eval/src/tests/tvix_tests/eval-okay-thunked-with.exp @@ -0,0 +1 @@ +42 |