Hi All,

�� �� IdentitySet>>collect: answers a Set, not an IdentitySet.�� Anyone else agree this is a serious bug?�� Anyone else disagree?

WTF??

(IdentitySet withAll: #(1 2 3 1.0 2.0 3.0)) collect: [:e| e] a Set(1.0 2 3)
--
best,
Eliot