https://bugzilla.wikimedia.org/show_bug.cgi?id=48048

--- Comment #2 from Gabriel Wicke <[email protected]> ---
I implemented a version with support for constructor-based objects, but that
runs into issues with cycles in our data structures. Cycles are currently
mainly built via constructor-based objects, so not cloning those avoids the
problem.

A better solution seems to be to use cloneNode and clone member methods for
constructor-based objects. This is not a general solution for cycles either,
but at least the issue can be worked around manually in the custom clone
method.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to