March 2, 2014
9:55 p.m.
So, just out of curiosity, how does the IdentitySet get "damaged"? On 3/2/14 11:28 , Max Leske wrote:
On 02.03.2014, at 20:12, Andres Valloud <avalloud@smalltalk.comcastbiz.net> wrote:
So it seems the problem is with Fuel rather than IdentitySet, no?
No. Asking an IdentitySet for its size is not reliable. That has nothing to do with Fuel. #size is especially important in hashed collections where the size is stored in a variable and thus allows fast access the size without the need to visit every element in the collection for its computation.
On 3/2/14 10:47 , Max Leske wrote:
During serialization the IdentitySet size is stored and later its objects. During that step, #do: