Nov. 6, 2014
10:36 a.m.
Do you have any other suggestions how can I get completely indemendent copy of ast? 2014-11-06 12:19 GMT+02:00 Mark Rizun <mrizun@gmail.com>:
As I said, I used veryDeepCopy for copying ASTs, and it worked. But! It takes time to copy:)
2014-11-06 11:59 GMT+02:00 Mark Rizun <mrizun@gmail.com>:
You see, when I alpply deepCopy instead of copy, pharo image doesn't respond:) What I want is to get 100% independent new object ast2, with same caracteristics as ast1. P.S. Uko, thanks veryDeepCopy works. Read the comments to both methods but still confused why deepCopy didn't work.