raviqqe
stak
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Guard division by an exact zero in the 62-bit float representation The 62-bit float representation keeps integer-valued numbers as exact integers, and its division and remainder operators dispatch to the raw integer operators when both operands are integers. A zero divisor therefore still panicked the process under the `float62` feature, despite the checked wrapper, because `Some(x / y)` evaluated the panicking division before it could return `None`. The integer build was already safe and the 64-bit float build never panics. Detect an exact-zero divisor and return `None` so `Number::divide` and `Number::remainder` map it to the recoverable `Error::DivisionByZero`, while an inexact zero still falls through to the float operator and yields an infinity or a NaN. Extend the division-by-zero tests to the `float62` feature. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
bug/zero-division
1 hour ago
Fix
feature/set-tag
2 hours ago
Fix
feature/cyclic-bytecode-4
2 hours ago
Fix
feature/cyclic-bytecode-4
6 hours ago
Combine normal cons instruction
feature/cyclic-bytecode-4
24 hours ago
Bump @types/node from 25.9.3 to 26.0.0 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.9.3 to 26.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/types/node-26.0.0
1 day ago
Bump lucide-preact from 1.20.0 to 1.21.0 Bumps [lucide-preact](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-preact) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.21.0/packages/lucide-preact) --- updated-dependencies: - dependency-name: lucide-preact dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/lucide-preact-1.21.0
1 day ago
Bump @types/node from 25.9.3 to 26.0.0 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.9.3 to 26.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/types/node-26.0.0
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix zero division error on integer configuration
#3790
3 hours ago
829103d
bug/zero-division
CodSpeed Performance Gauge
0%
`set-tag!` primitive
#3791
3 hours ago
021c126
feature/set-tag
CodSpeed Performance Gauge
-4%
Cyclic bytecode
#3770
4 hours ago
70043f6
feature/cyclic-bytecode-4
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs