about summary refs log tree commit diff
path: root/tvix/eval/src/tests/nix_tests/eval-fail-division-by-zero-int.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-11-10 r/5276 feat(tvix/eval): detect division by zerojhahn1-0/+1
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>