fix(tvix/eval): ?: propagate catchables

This commit fixes out `?` operator so it correctly propagates
catchables.

Change-Id: Iebaa153a8492101ee3ddd29893c98730ff331547
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10317
Autosubmit: Adam Joseph <adam@westernsemico.com>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Adam Joseph 2023-12-12 03:45:27 -08:00 committed by clbot
parent 990c4e727f
commit fc963033ae
3 changed files with 18 additions and 8 deletions

View file

@ -0,0 +1 @@
false

View file

@ -0,0 +1 @@
(builtins.tryEval ((throw "fred") ? bob)).success