Skip to content
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

Fixed Node.Clone() to update the correct parents for children #74

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

yevgenin
Copy link
Contributor

@yevgenin yevgenin commented Sep 2, 2024

Modified Node.clone() to update the parent field of each child to point to it's cloned parent (instead of the original nodes as it was). Added a test to validate this.
Issue #73

…nt to it's cloned parent (instead of the original nodes as it was). Added a test to validate this.
@yevgenin yevgenin changed the title Fixed Node.Clone() to update the correct parents for children. #73 Fixed Node.Clone() to update the correct parents for children. Issue #73 Sep 2, 2024
@yevgenin yevgenin changed the title Fixed Node.Clone() to update the correct parents for children. Issue #73 Fixed Node.Clone() to update the correct parents for children Sep 2, 2024
@spyzhov spyzhov merged commit bafea78 into spyzhov:master Sep 3, 2024
17 of 18 checks passed
@yevgenin yevgenin deleted the node-clone-parents branch September 23, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants