raviqqe
stak
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Bump version (#3798)
main
2 hours ago
Bump version
chore/version
3 hours ago
Fix division by zero in the 62-bit float representation (#3797) The 62-bit float backend forwarded to `Float62`'s division and remainder operators, which dispatch to the raw integer operators when both operands are integers and therefore panic on a zero divisor, re-introducing the host abort that the integer and 64-bit float representations already avoid. Use the `Float62::checked_div` and `Float62::checked_rem` methods added in nonbox 0.5.14, which return `None` on a zero divisor just like the integer representation's `i64::checked_div` and `i64::checked_rem`, so that `Number::divide` and `Number::remainder` map it to the recoverable `Error::DivisionByZero`. Cover the division-by-zero behavior of every numeric representation with tests. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
main
3 hours ago
Fix
chore/refactor-zero-div
4 hours ago
Merge remote-tracking branch 'origin/main' into feature/cyclic-bytecode-4
feature/cyclic-bytecode-4
5 hours ago
Bump nonbox from 0.5.13 to 0.5.14 Bumps [nonbox](https://github.com/raviqqe/nonbox) from 0.5.13 to 0.5.14. - [Commits](https://github.com/raviqqe/nonbox/commits) --- updated-dependencies: - dependency-name: nonbox dependency-version: 0.5.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/nonbox-0.5.14
14 hours ago
Fix zero division error on integer configuration (#3790) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
main
1 day ago
Fix
bug/zero-division
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
Bump version
#3798
5 hours ago
f19a41f
chore/version
CodSpeed Performance Gauge
0%
Fix division by zero in the 62-bit float representation
#3797
6 hours ago
ee32e0c
chore/refactor-zero-div
CodSpeed Performance Gauge
-5%
Cyclic bytecode
#3770
7 hours ago
45559cf
feature/cyclic-bytecode-4
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs