fix(tvix/eval): propagate catchables through &&

Change-Id: I7bb5ac1ef47b41c47269e64cee0e90eb64c6fcce
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10322
Autosubmit: Adam Joseph <adam@westernsemico.com>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Adam Joseph 2023-12-12 04:22:23 -08:00 committed by clbot
parent bcc1ea8552
commit bb1e79e5d1
3 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1 @@
false

View file

@ -0,0 +1 @@
(builtins.tryEval ( (throw "fred") && (throw "jill") )).success