Skip to content

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'

2 participants