Skip to content

BE-523: HashQL: Suspendable interpreter with structured values and input system#8675

Merged
indietyp merged 7 commits into
mainfrom
bm/be-523-hashql-suspendable-interpreter-with-structured-values-and
May 20, 2026
Merged

BE-523: HashQL: Suspendable interpreter with structured values and input system#8675
indietyp merged 7 commits into
mainfrom
bm/be-523-hashql-suspendable-interpreter-with-structured-values-and

fix: tests

43cd799
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 20, 2026 in 1s

62.90% (+0.17%) compared to 56860d0

View this Pull Request on Codecov

62.90% (+0.17%) compared to 56860d0

Details

Codecov Report

❌ Patch coverage is 78.51750% with 313 lines in your changes missing coverage. Please review.
✅ Project coverage is 62.90%. Comparing base (56860d0) to head (43cd799).
⚠️ Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
.../hashql/mir/src/pass/execution/traversal/entity.rs 0.00% 66 Missing ⚠️
libs/@local/hashql/mir/src/interpret/error.rs 11.42% 62 Missing ⚠️
.../hashql/mir/src/interpret/suspension/graph_read.rs 47.19% 40 Missing and 7 partials ⚠️
libs/@local/hashql/mir/src/interpret/runtime.rs 79.25% 38 Missing and 1 partial ⚠️
libs/@local/hashql/mir/src/interpret/value/int.rs 91.96% 14 Missing and 6 partials ⚠️
libs/@local/hashql/mir/src/interpret/value/mod.rs 67.27% 18 Missing ⚠️
libs/@local/hashql/mir/src/interpret/inputs.rs 63.04% 17 Missing ⚠️
libs/@local/hashql/mir/src/interpret/tests.rs 96.08% 7 Missing and 7 partials ⚠️
...bs/@local/hashql/mir/src/interpret/value/struct.rs 96.15% 5 Missing and 2 partials ⚠️
...bs/@local/hashql/mir/src/interpret/value/opaque.rs 0.00% 5 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8675      +/-   ##
==========================================
+ Coverage   62.72%   62.90%   +0.17%     
==========================================
  Files        1363     1369       +6     
  Lines      139062   140714    +1652     
  Branches     5818     5833      +15     
==========================================
+ Hits        87225    88510    +1285     
- Misses      50921    51273     +352     
- Partials      916      931      +15     

☔ 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.