Skip to content

Use more bitsets where possible#5932

Draft
canova wants to merge 9 commits intofirefox-devtools:mainfrom
canova:use-more-bitsets
Draft

Use more bitsets where possible#5932
canova wants to merge 9 commits intofirefox-devtools:mainfrom
canova:use-more-bitsets

Conversation

@canova
Copy link
Copy Markdown
Member

@canova canova commented Apr 2, 2026

Fixes #5931.

All the commits should be self contained and should be changing one thing so it's easier to review.

All the tests pass and I can't see any issues, but I will do some more testing before I ask for a review.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 2, 2026

Codecov Report

❌ Patch coverage is 96.42857% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 85.42%. Comparing base (b8aabaa) to head (35d88d0).
⚠️ Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
src/profile-logic/symbolication.ts 66.66% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5932   +/-   ##
=======================================
  Coverage   85.41%   85.42%           
=======================================
  Files         321      321           
  Lines       32158    32162    +4     
  Branches     8876     8875    -1     
=======================================
+ Hits        27469    27473    +4     
  Misses       4253     4253           
  Partials      436      436           

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

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.

Convert more flag-type arrays to use BitSets

1 participant