-
Notifications
You must be signed in to change notification settings - Fork 7.9k
RFC: Clone with v2 #18747
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
RFC: Clone with v2 #18747
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.
Note that I did not (yet) carefully look at all tests.
622bf8a
to
b5644ee
Compare
Found as part of the clone-with review in php#18747.
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, thanks Tim 🙂
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.
I like how it turned out to be quite simple. One remark.
…jects_clone_members_ex()`
Indeed. It's a net addition of 70 lines (excluding tests):
Thanks for the reviews. I've now did the final rebase including the latest remarks and added NEWS / UPGRADING. Will merge when CI is green. |
RFC: https://wiki.php.net/rfc/clone_with_v2
see TimWolla#6 for a preliminary review.