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

WIP: Support for copying environments with cycles and metatables #12

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

FSMaxB
Copy link
Owner

@FSMaxB FSMaxB commented May 10, 2016

This uses breadth first search for copying in order to make it possible to clone tables with reference cycles and metatables.

Fixes #10 and #9

This will fix object oriented interfaces inside the sandbox.

This means that the only remaining use cases for the reference option are:

  1. When the table uses too much memory.
  2. When it takes too much time to copy the table.

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.

Handle metatables in 'merge_tables'
1 participant