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

Deep clone models, symbol tables, etc #685

Open
niklasdewally opened this issue Feb 19, 2025 · 0 comments
Open

Deep clone models, symbol tables, etc #685

niklasdewally opened this issue Feb 19, 2025 · 0 comments

Comments

@niklasdewally
Copy link
Collaborator

Cloning the model clones the symbol table Rc, not the contents of it. Currently, a model and its clone reference the same symbol tables.

We need a deep clone function that recursively deep copies the contents of these pointers.

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

No branches or pull requests

1 participant