Skip to content

Conversation

@hash-worker
Copy link
Contributor

@hash-worker hash-worker bot commented Dec 9, 2025

This PR contains the following updates:

Package Update Change
rust patch 2025-12-01 -> 2025-12-15

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - "before 11am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@hash-worker hash-worker bot enabled auto-merge December 9, 2025 12:54
@hash-worker hash-worker bot requested a review from a team December 9, 2025 12:54
@github-actions github-actions bot added area/deps Relates to third-party dependencies (area) area/infra Relates to version control, CI, CD or IaC (area) area/libs > error-stack Affects the `error-stack` crate (library) area/libs Relates to first-party libraries/crates/packages (area) labels Dec 9, 2025
@codecov
Copy link

codecov bot commented Dec 9, 2025

Codecov Report

❌ Patch coverage is 82.60000% with 87 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.79%. Comparing base (93c0279) to head (b3faf84).
⚠️ Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
libs/@local/hashql/core/src/heap/clone.rs 18.60% 35 Missing ⚠️
libs/@local/hashql/core/src/heap/transfer.rs 72.46% 19 Missing ⚠️
libs/@local/hashql/core/src/heap/allocator.rs 82.08% 12 Missing ⚠️
libs/@local/hashql/core/src/heap/mod.rs 80.00% 10 Missing ⚠️
libs/@local/hashql/core/src/heap/scratch.rs 64.28% 10 Missing ⚠️
...ashql/syntax-jexpr/src/parser/string/combinator.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8172      +/-   ##
==========================================
+ Coverage   58.44%   58.79%   +0.35%     
==========================================
  Files        1181     1188       +7     
  Lines      111529   112204     +675     
  Branches     5012     5010       -2     
==========================================
+ Hits        65180    65975     +795     
+ Misses      45592    45471     -121     
- Partials      757      758       +1     
Flag Coverage Δ
apps.hash-ai-worker-ts 1.32% <ø> (ø)
apps.hash-api 0.00% <ø> (ø)
blockprotocol.type-system 40.84% <ø> (ø)
local.claude-hooks 0.00% <ø> (ø)
local.harpc-client 51.24% <ø> (ø)
local.hash-graph-sdk 10.88% <ø> (ø)
local.hash-isomorphic-utils 0.00% <ø> (ø)
rust.antsi 0.00% <ø> (ø)
rust.error-stack 90.88% <ø> (ø)
rust.harpc-codec 84.70% <ø> (ø)
rust.harpc-net 96.16% <ø> (-0.05%) ⬇️
rust.harpc-tower 66.80% <ø> (ø)
rust.harpc-types 0.00% <ø> (ø)
rust.harpc-wire-protocol 92.23% <ø> (ø)
rust.hash-codec 72.76% <ø> (ø)
rust.hash-graph-api 2.89% <ø> (ø)
rust.hash-graph-authorization 62.47% <ø> (ø)
rust.hash-graph-postgres-store 25.61% <ø> (ø)
rust.hash-graph-store 30.54% <ø> (ø)
rust.hash-graph-temporal-versioning 47.95% <ø> (ø)
rust.hash-graph-types 0.00% <ø> (ø)
rust.hash-graph-validation 83.45% <ø> (ø)
rust.hashql-ast 87.25% <100.00%> (+<0.01%) ⬆️
rust.hashql-compiletest 46.65% <ø> (ø)
rust.hashql-core 82.34% <78.60%> (+0.13%) ⬆️
rust.hashql-diagnostics 72.43% <ø> (ø)
rust.hashql-eval 68.54% <ø> (ø)
rust.hashql-hir 89.10% <100.00%> (ø)
rust.hashql-mir 88.77% <ø> (+2.01%) ⬆️
rust.hashql-syntax-jexpr 94.05% <98.43%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hash-worker hash-worker bot changed the title Update Rust toolchains to nightly-2025-12-08 Update Rust toolchains to nightly-2025-12-15 Dec 15, 2025
@hash-worker hash-worker bot force-pushed the deps/rs/rust-toolchains branch from 91b0bfe to 42e4d8c Compare December 15, 2025 09:18
@cursor
Copy link

cursor bot commented Dec 15, 2025

PR Summary

Bumps Rust toolchain to nightly-2025-12-15, updates badges/docs, adjusts feature gates in HashQL crates, and removes a clippy expect in test sampling code.

  • Toolchain:
    • Update rust-toolchain.toml channel to nightly-2025-12-15.
  • Docs/Badges:
    • Update Rust version badge to 1.83.0/nightly-2025-12-15 in libs/error-stack/README.md, libs/error-stack/macros/README.md, and libs/error-stack/src/lib.rs.
  • HashQL crates:
    • Adjust #![feature(...)] gates in libs/@local/hashql/core/src/lib.rs and libs/@local/hashql/mir/src/lib.rs (e.g., drop array_windows, remove exact_length_collection, keep step_trait).
  • Tests:
    • Remove #[expect(clippy::tuple_array_conversions, ...)] around WeightedIndex::new([..]) in tests/graph/.../domain.rs.

Written by Cursor Bugbot for commit b3faf84. This will update automatically on new commits. Configure here.

@indietyp indietyp force-pushed the bm/be-249-hashql-remove-dependence-on-bumpalo-allocator_api-feature branch from 7f9110d to b482246 Compare December 19, 2025 08:41
@indietyp indietyp force-pushed the deps/rs/rust-toolchains branch from 9ff33f1 to 7343506 Compare December 19, 2025 08:41
@indietyp indietyp force-pushed the deps/rs/rust-toolchains branch from 6c0c23c to b3faf84 Compare December 19, 2025 14:31
@indietyp indietyp force-pushed the bm/be-249-hashql-remove-dependence-on-bumpalo-allocator_api-feature branch from a49c228 to 81277ff Compare December 19, 2025 14:31
Base automatically changed from bm/be-249-hashql-remove-dependence-on-bumpalo-allocator_api-feature to main December 19, 2025 15:36
@graphite-app graphite-app bot requested a review from a team December 19, 2025 15:36
@indietyp indietyp added this pull request to the merge queue Dec 19, 2025
Merged via the queue into main with commit c5d7350 Dec 19, 2025
166 of 185 checks passed
@indietyp indietyp deleted the deps/rs/rust-toolchains branch December 19, 2025 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/deps Relates to third-party dependencies (area) area/infra Relates to version control, CI, CD or IaC (area) area/libs > error-stack Affects the `error-stack` crate (library) area/libs Relates to first-party libraries/crates/packages (area) area/tests New or updated tests type/eng > backend Owned by the @backend team

Development

Successfully merging this pull request may close these issues.

3 participants