Seamless icon indicating copy to clipboard operation
Seamless copied to clipboard

Remote block with tempVectors fails

Open dionisiydk opened this issue 5 years ago • 27 comments

Transferring block with temp vectors logic does not work. And it can lead to some unexpected problems, infinite recursions or even image crash. Simple example to reproduce is

| temp |
temp := 10.
remotePeer evaluate: [ temp := temp + 15  ].
temp.

Context should mark all tempVectors to be transferred by value.

dionisiydk avatar Mar 28 '19 00:03 dionisiydk