-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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: remove unused UVHandle methods #23535
Conversation
I just talked to a mentor and they suggested a message to make sure CI is triggered for this - thank you! |
Oh, I see it is queued! Never mind - I'm a newbie! |
@MarianneDr We still have to kick off a full CI manually :) Also, I think this is not a trivial pull requests like many other Code&Learn PRs, so it may have to wait our standard 48 hours before we merge it – just as a heads up, it doesn’t mean that you have to do anything. |
Shouldn't this at least go through CITGM? I'm not sure what variety of C++ addons we have in there, but it seems like removing a public method like this isn't safe to just remove (especially within an existing versioned branch)? |
Thank you for letting me know! Let me know what I need to do! |
PR-URL: nodejs#23535 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#23535 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Landed in 0d6f014 🎉 @MarianneDr congratulations on your commit to Node.js! |
PR-URL: #23535 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #23535 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #23535 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #23535 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #23535 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes