tvl-depot/tvix/eval/src/compiler
Vincent Ambo bcbe1603c8 fix(tvix/eval): ensure all thunks are forced in nested selects
Previously only the first one was guaranteed to be forced, but we need
to do this for all of them.

Fixes b/190

Change-Id: I76b5667dbfb2f3fde3587e7b91d268cbf32aca00
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6645
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
2022-09-18 22:16:04 +00:00
..
attrs.rs fix(tvix/eval): ensure all thunks are forced in nested selects 2022-09-18 22:16:04 +00:00
mod.rs refactor(tvix/eval): clone the Arc<codemap::File> for the compiler 2022-09-18 21:12:50 +00:00
scope.rs chore(tvix/eval): do not inherit scope depth in new scopes 2022-09-13 14:41:57 +00:00
spans.rs refactor(tvix/eval): clone the Arc<codemap::File> for the compiler 2022-09-18 21:12:50 +00:00