Uh oh!
There was an error while loading. Please reload this page.
Mark internal classes as internal - #7511
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR corrects the access modifiers of two internal utility classes that were unintentionally marked as public, changing them back to their intended internal visibility.
- Changes
BitVectorclass from public to internal - Changes
DawgBuilderclass from public to internal
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
ericstj
left a comment
There was a problem hiding this comment.
Nice catch, since these were added in this release we can still do this.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #7511 +/- ##
==========================================
- Coverage 69.01% 69.01% -0.01%
==========================================
Files 1482 1482 Lines 273999 273999 Branches 28258 28258 ==========================================
- Hits 189093 189088 -5 - Misses 77520 77526 +6 + Partials 7386 7385 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
tarekgh
commented
Sep 26, 2025
/ba-g Mac-OS unrelated failures |
Uh oh!
There was an error while loading. Please reload this page.
We unintentionally marked two internal classes as public. The change is to mark them back as internal.