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

Better deep object cloning and savestate check #3434

Merged
merged 2 commits into from
Nov 20, 2016
Merged

Conversation

asturur
Copy link
Member

@asturur asturur commented Nov 20, 2016

close #3421

objects of type function get referenced and not cloned.
arrays do not get ordered before check
where possible use type of instead of instance of

@asturur asturur merged commit 2c814db into master Nov 20, 2016
@asturur asturur deleted the deepobjectcheck branch November 20, 2016 18:28
asturur added a commit that referenced this pull request Nov 20, 2016
* fixed deep cloning with function removed array ordering
* added tests
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.

deep cloning stackoverflow
1 participant