-
Notifications
You must be signed in to change notification settings - Fork 30k
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: separate out NgLibMemoryManagerBase #33104
Conversation
Extracted from the [QUIC PR](nodejs#32379) So far, this is only used by the QUIC PR directly but the change itself is independent of QUIC, even if not used directly by anything else yet. Separated out per request. Signed-off-by: James M Snell <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but this doesn't really make sense outside of the QUIC context. I think keeping it as a separate commit in the QUIC PR should be fine.
Ordinarily I'd agree but the QUIC PR is already massive and difficult to review as is. Separating this out is not harmful and the change is small enough that it has no impact on other bits landing separately. |
Extracted from the [QUIC PR](#32379) So far, this is only used by the QUIC PR directly but the change itself is independent of QUIC, even if not used directly by anything else yet. Separated out per request. Signed-off-by: James M Snell <[email protected]> PR-URL: #33104 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Sam Roberts <[email protected]>
Landed in 1d69c6f |
Extracted from the [QUIC PR](#32379) So far, this is only used by the QUIC PR directly but the change itself is independent of QUIC, even if not used directly by anything else yet. Separated out per request. Signed-off-by: James M Snell <[email protected]> PR-URL: #33104 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Sam Roberts <[email protected]>
Extracted from the [QUIC PR](#32379) So far, this is only used by the QUIC PR directly but the change itself is independent of QUIC, even if not used directly by anything else yet. Separated out per request. Signed-off-by: James M Snell <[email protected]> PR-URL: #33104 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Sam Roberts <[email protected]>
Extracted from the [QUIC PR](#32379) So far, this is only used by the QUIC PR directly but the change itself is independent of QUIC, even if not used directly by anything else yet. Separated out per request. Signed-off-by: James M Snell <[email protected]> PR-URL: #33104 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Sam Roberts <[email protected]>
Extracted from the QUIC PR
So far, this is only used by the QUIC PR directly but the change itself
is independent of QUIC, even if not used directly by anything else yet.
Separated out per request.
/cc @addaleax @sam-github
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes