feat(tvix/eval): detect division by zero
This detects if the second argument of a division is a zero (either as integer or as float). If so, an error message is displayed. This fixes b/219. Change-Id: I50203d14a71482bc757832a2c8dee08eb7d35c49 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7258 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
parent
40826e664d
commit
d00030128e
4 changed files with 22 additions and 1 deletions
|
|
@ -0,0 +1 @@
|
|||
1.0 / 0.0
|
||||
|
|
@ -0,0 +1 @@
|
|||
1 / 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue