tvl-depot/tvix/eval/src/compiler
Adam Joseph 1cccf002bc fix(tvix/eval): Scope.inherit(): fix scope_depth, with_stack_depth
Scope_depth and with_stack_depth were being reset to zero for nested
function abstractions.  Fortunately nothing depends on them being
computed correctly in these cases, but it sure was confusing.

Change-Id: I59980b6a5aff043f60079f97211220b0086eb97d
Signed-off-by: Adam Joseph <adam@westernsemico.com>
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7091
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2022-11-05 22:03:41 +00:00
..
bindings.rs fix(tvix/eval): fix condition for useless inherit warning 2022-10-23 15:50:35 +00:00
mod.rs refactor(tvix/eval): rename Opcode::DataLocalIdx to DataStackIdx 2022-11-05 21:58:29 +00:00
scope.rs fix(tvix/eval): Scope.inherit(): fix scope_depth, with_stack_depth 2022-11-05 22:03:41 +00:00