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:
jhahn 2022-11-09 23:47:07 +00:00 committed by jrhahn
parent 40826e664d
commit d00030128e
4 changed files with 22 additions and 1 deletions

View file

@ -0,0 +1 @@
1.0 / 0.0

View file

@ -0,0 +1 @@
1 / 0