Skip to content

Merge branch 'unstable' into daily-fixes-20260414

86961f1
Select commit
Loading
Failed to load commit list.
Merged

Add zmalloc_aligned() and fix SPMC queue buffer alignment #3504

Merge branch 'unstable' into daily-fixes-20260414
86961f1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 22, 2026 in 0s

76.42% (+0.21%) compared to 03c2d4c

View this Pull Request on Codecov

76.42% (+0.21%) compared to 03c2d4c

Details

Codecov Report

❌ Patch coverage is 92.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.42%. Comparing base (03c2d4c) to head (86961f1).

Files with missing lines Patch % Lines
src/zmalloc.c 80.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #3504      +/-   ##
============================================
+ Coverage     76.21%   76.42%   +0.21%     
============================================
  Files           159      159              
  Lines         81672    81695      +23     
============================================
+ Hits          62243    62439     +196     
+ Misses        19429    19256     -173     
Files with missing lines Coverage Δ
src/queues.c 99.35% <100.00%> (ø)
src/unit/test_queues.cpp 99.57% <100.00%> (+<0.01%) ⬆️
src/unit/test_zmalloc.cpp 100.00% <100.00%> (ø)
src/zmalloc.c 84.15% <80.00%> (-0.17%) ⬇️

... and 24 files with indirect coverage changes

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