Skip to content

fix: inst simplification size aware equality

0fcfe76
Select commit
Loading
Failed to load commit list.
Open

BE-525: HashQL: Remove implicit type-widening from Integer operations, and make comparison size aware #8693

fix: inst simplification size aware equality
0fcfe76
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 12, 2026 in 1s

68.59% (+0.03%) compared to 1d27736

View this Pull Request on Codecov

68.59% (+0.03%) compared to 1d27736

Details

Codecov Report

❌ Patch coverage is 97.42268% with 5 lines in your changes missing coverage. Please review.
βœ… Project coverage is 68.59%. Comparing base (1d27736) to head (0fcfe76).

Files with missing lines Patch % Lines
libs/@local/hashql/mir/src/interpret/value/mod.rs 83.33% 1 Missing and 2 partials ⚠️
libs/@local/hashql/mir/src/interpret/error.rs 90.90% 1 Missing ⚠️
...hashql/mir/src/pass/transform/inst_simplify/mod.rs 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@                                            Coverage Diff                                            @@
##           bm/be-515-hashql-remove-offset-0-materialization-fence-from-generated    #8693      +/-   ##
=========================================================================================================
+ Coverage                                                                  68.55%   68.59%   +0.03%     
=========================================================================================================
  Files                                                                       1063     1063              
  Lines                                                                     106488   106569      +81     
  Branches                                                                    4993     4990       -3     
=========================================================================================================
+ Hits                                                                       73008    73106      +98     
+ Misses                                                                     32721    32712       -9     
+ Partials                                                                     759      751       -8     

β˜” 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.