raviqqe
stak
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Bump actions/setup-go from 6.4.0 to 6.5.0 in /.github/actions/setup Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/4a3601121dd01d1626a1e23e37211e3254c1c06c...924ae3a1cded613372ab5595356fb5720e22ba16) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/dot-github/actions/setup/actions/setup-go-6.5.0
11 hours ago
Bump actions/setup-python from 6.2.0 to 6.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/a309ff8b426b58ec0e2a45f0f869d46889d02405...ece7cb06caefa5fff74198d8649806c4678c61a1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/actions/setup-python-6.3.0
11 hours ago
Bump version (#3798)
main
15 hours ago
Bump version
chore/version
16 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
17 hours ago
Fix
chore/refactor-zero-div
17 hours ago
Merge remote-tracking branch 'origin/main' into feature/cyclic-bytecode-4
feature/cyclic-bytecode-4
18 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
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
Bump actions/setup-go from 6.4.0 to 6.5.0 in /.github/actions/setup
#3800
13 hours ago
6959fdf
dependabot/github_actions/dot-github/actions/setup/actions/setup-go-6.5.0
CodSpeed Performance Gauge
0%
Bump actions/setup-python from 6.2.0 to 6.3.0
#3799
13 hours ago
689da8f
dependabot/github_actions/actions/setup-python-6.3.0
CodSpeed Performance Gauge
0%
Bump version
#3798
18 hours ago
f19a41f
chore/version
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs