Recursive hash and equality

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Recursive hash and equality

Artur Zaroda
Hello,

Evaluating "(s:=Array new: 1) at: 1 put: s; hash" or
"(s:=Array new: 1) at: 1 put: s. s=s deepCopy" will
overflow stack.

Artur Zaroda
[hidden email]