fix(tvix/eval): builtins.match: propagate catchables
Change-Id: I14c9e625c91369e10d0c00380dca992811ae9059 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10346 Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: Adam Joseph <adam@westernsemico.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
11e35a77a6
commit
2af8174e2e
3 changed files with 12 additions and 2 deletions
|
|
@ -0,0 +1 @@
|
|||
false
|
||||
|
|
@ -0,0 +1 @@
|
|||
(builtins.tryEval (builtins.match (throw "foo") ".*")).success
|
||||
Loading…
Add table
Add a link
Reference in a new issue