Skip to content

Does not support copying of lists #9

@musictopia2

Description

@musictopia2

I found that if an object contains a list (like List), then nothing from it gets copied.
For the sample, I found if the parent has a count of 3 (because i added 3 integers), then the cloned has 0.
Which means that nothing got copied.
If the parent list was List, then what should happen is as follows:
it should loop through the list and add one by one so its a true deep copy.
however, still supporting the safeclone.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions