-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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 OnScopeLeaveImpl's move assignment overload #48732
src: remove OnScopeLeaveImpl's move assignment overload #48732
Conversation
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. Do you mind updating the PR title, description and the first commit message (requires a force push, so if you're not okay with doing that, let me know and this could be fixed manually while landing your change) to describe the latest change (the deletion of the operator overload and the reasoning)?
I'll do that |
08692d7
to
ba93f28
Compare
@RaisinTen done |
Thanks @CGQAQ! The |
... as it's not valid implementation and also has not been used
ba93f28
to
750f797
Compare
@RaisinTen done |
@RaisinTen Is there anything else I need to do? |
Nope. :) This change should be good to land after this has been open for a week. However, if someone else approves this PR, it can land instantly. (for reference - https://github.com/nodejs/node/blob/main/doc/contributing/pull-requests.md#step-10-landing) |
Landed in 373848a |
... as it's not valid implementation and also has not been used PR-URL: nodejs#48732 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
... as it's not valid implementation and also has not been used PR-URL: nodejs#48732 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
... as it's not valid implementation and also has not been used PR-URL: nodejs#48732 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
... as it's not valid implementation and also has not been used PR-URL: #48732 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
... as it's not valid implementation and also has not been used PR-URL: #48732 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
... as it's not valid implementation and also has not been used PR-URL: nodejs/node#48732 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
... as it's not valid implementation and also has not been used PR-URL: nodejs/node#48732 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This PR removes OnScopeLeaveImpl's move assignment overload as it's not valid implementation and also has not been used