Nov. 6, 2014
3:47 p.m.
On 06 Nov 2014, at 16:24, Mark Rizun <mrizun@gmail.com> wrote:
Normally #copy should copy the AST. But it might not copy all the things related to start/stop.
Yes #copy, copies not all stuff. That's why I need #deepCopy but it just crashes image. And #veryDeepCopy works veeeery slow. I need another solution. Any suggestions? Maybe there is some kind of method that does what I want?
Why not fix #copy to copy the things needed? have a look at the #postCopy methods. Marcus