tvl-depot/tvix/eval/src/compiler
Vincent Ambo fd14eefed6 fix(tvix/eval): correctly account for slots during list construction
Similarly to attribute sets, list elements can be arbitrary
expressions and their (temporary) stack slots during construction must
be accounted for by the compiler.

Change-Id: I3b6f7927860627fd867c64d0cab9104fd636d4f5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6470
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
2022-09-11 12:16:46 +00:00
..
mod.rs fix(tvix/eval): correctly account for slots during list construction 2022-09-11 12:16:46 +00:00
scope.rs refactor(tvix/eval): add initialised arg to declare_phantom 2022-09-11 12:04:27 +00:00