Skip to content

fix: prevent panic when embedding fonts#531

Merged
pamburus merged 1 commit intomainfrom
feature/bitmap
Mar 5, 2026
Merged

fix: prevent panic when embedding fonts#531
pamburus merged 1 commit intomainfrom
feature/bitmap

Conversation

@pamburus
Copy link
Owner

@pamburus pamburus commented Mar 5, 2026

Replace u64 bitmap with BitVec to support 256+ fonts without overflow when using --embed-fonts option.

Replace u64 bitmap with BitVec to support 256+ fonts without overflow when using --embed-fonts option
@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.21%. Comparing base (082a3e5) to head (766bed1).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #531      +/-   ##
==========================================
+ Coverage   80.18%   80.21%   +0.02%     
==========================================
  Files          31       31              
  Lines        4159     4164       +5     
==========================================
+ Hits         3335     3340       +5     
  Misses        824      824              

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

@pamburus pamburus marked this pull request as ready for review March 5, 2026 19:31
@pamburus pamburus merged commit a82cf9f into main Mar 5, 2026
12 checks passed
@pamburus pamburus deleted the feature/bitmap branch March 5, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant