fix(tvix/eval): end scope after compiling legacy let bindings
When contrasting the compilation of the desugared version to the "sugared" version, this was the noticeable difference. This fixes b/203. Change-Id: Iae02ffc56e06de1de091b84cdc59d8fe83a17d69 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6898 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
b4d978cd6a
commit
207f3dd47e
3 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
42
|
||||
|
|
@ -0,0 +1 @@
|
|||
with {}; let { body = 42; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue