-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src: add check for Bignum in GroupOrderSize #56702
Conversation
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #56702 +/- ##
==========================================
- Coverage 89.21% 89.21% -0.01%
==========================================
Files 662 662
Lines 191968 191969 +1
Branches 36955 36955
==========================================
- Hits 171269 171261 -8
- Misses 13535 13550 +15
+ Partials 7164 7158 -6
|
This needs a rebase to fix test failures. |
@wooffie please remove the merge commits, rebase and force push, thank you. |
I think it's missed, cause in this file we have example of checking result of BignumPointer::new Refs: nodejs#56692
This comment was marked as outdated.
This comment was marked as outdated.
Can you merge? Or something wrong? |
@wooffie ... nothing wrong just required process. PRs with 2 or more approvals can land after 48 hours from opening, but if there's only one approval it must wait at least 7 days, which we just hit this morning. |
Landed in f19ae14 |
I think it's missed, cause in this file we have example of checking result of BignumPointer::new Refs: #56692 PR-URL: #56702 Fixes: #56692 Reviewed-By: James M Snell <[email protected]>
I think it's missed, cause in this file we have example of checking result of BignumPointer::new
Fixes: #56692