New review comment by unspecd on void-packages repository https://github.com/void-linux/void-packages/pull/29382#discussion_r624127473 Comment: Oh, no, there is the same bug as in #27320. https://github.com/void-linux/void-packages/pull/29382/checks?check_run_id=2478214035 ``` … FAIL: numbers.test: Number-theoretic division: euclidean/: mixed types: (130.0 10/7) FAIL: numbers.test: Number-theoretic division: euclidean/: mixed types: (130.0 -10/7) FAIL: numbers.test: Number-theoretic division: floor/: mixed types: (130.0 10/7) FAIL: numbers.test: Number-theoretic division: floor/: mixed types: (-130.0 -10/7) FAIL: numbers.test: Number-theoretic division: ceiling/: mixed types: (130.0 -10/7) FAIL: numbers.test: Number-theoretic division: ceiling/: mixed types: (-130.0 10/7) FAIL: numbers.test: Number-theoretic division: truncate/: mixed types: (130.0 10/7) FAIL: numbers.test: Number-theoretic division: truncate/: mixed types: (130.0 -10/7) FAIL: numbers.test: Number-theoretic division: truncate/: mixed types: (-130.0 10/7) FAIL: numbers.test: Number-theoretic division: truncate/: mixed types: (-130.0 -10/7) … ```