raviqqe
stak
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge branch 'main' into feature/set-tag
feature/set-tag
2 hours ago
Bump sharp from 0.35.1 to 0.35.2 Bumps [sharp](https://github.com/lovell/sharp) from 0.35.1 to 0.35.2. - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](https://github.com/lovell/sharp/compare/v0.35.1...v0.35.2) --- updated-dependencies: - dependency-name: sharp dependency-version: 0.35.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/sharp-0.35.2
9 hours ago
Bump es-toolkit from 1.47.1 to 1.48.1 Bumps [es-toolkit](https://github.com/toss/es-toolkit) from 1.47.1 to 1.48.1. - [Release notes](https://github.com/toss/es-toolkit/releases) - [Changelog](https://github.com/toss/es-toolkit/blob/main/CHANGELOG.md) - [Commits](https://github.com/toss/es-toolkit/compare/v1.47.1...v1.48.1) --- updated-dependencies: - dependency-name: es-toolkit dependency-version: 1.48.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/es-toolkit-1.48.1
9 hours ago
Bump quote from 1.0.45 to 1.0.46 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.45 to 1.0.46. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.45...1.0.46) --- updated-dependencies: - dependency-name: quote dependency-version: 1.0.46 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/quote-1.0.46
9 hours ago
Bump tombi from 1.1.3 to 1.1.4 Bumps [tombi](https://github.com/tombi-toml/tombi/tree/HEAD/typescript/@tombi-toml/tombi) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/tombi-toml/tombi/releases) - [Commits](https://github.com/tombi-toml/tombi/commits/v1.1.4/typescript/@tombi-toml/tombi) --- updated-dependencies: - dependency-name: tombi dependency-version: 1.1.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/npm_and_yarn/tombi-1.1.4
10 hours ago
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
13 hours ago
Fix
feature/set-tag
14 hours ago
Fix
feature/cyclic-bytecode-4
14 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
`set-tag!` primitive
#3791
3 hours ago
5b72f09
feature/set-tag
CodSpeed Performance Gauge
0%
Bump sharp from 0.35.1 to 0.35.2
#3795
11 hours ago
0c01c7c
dependabot/npm_and_yarn/sharp-0.35.2
CodSpeed Performance Gauge
0%
Bump es-toolkit from 1.47.1 to 1.48.1
#3794
11 hours ago
455e8c3
dependabot/npm_and_yarn/es-toolkit-1.48.1
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs