Conversation
Signed-off-by: yihong0618 <[email protected]>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1347 +/- ##
==========================================
- Coverage 90.06% 90.04% -0.03%
==========================================
Files 80 80
Lines 15916 15921 +5
==========================================
+ Hits 14335 14336 +1
- Misses 1581 1585 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: yihong0618 <[email protected]>
📦 Cargo Bloat ComparisonBinary size change: +0.60% (16.6 MiB → 16.7 MiB) Expand for cargo-bloat outputHead Branch ResultsBase Branch Results |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I think the key part of this fix is that it removes the upper limit on The old upper limit (1<<17) came from pre-commit, and I'm not sure if it was there for a specific reason. I'm a bit worried that removing the limit entirely might cause some unexpected issues, so I went with a more conservative change and bumped it up to 1<<20 instead. |
learned that, thank you very much |
Closes #1337