Oct. 24, 2009
1:46 p.m.
http://bugs.squeak.org/view.php?id=3380 http://bugs.squeak.org/view.php?id=3488 2009/10/24 Andrew P. Black <black@cs.pdx.edu>:
The golden rule of hashing is (a = b) => (a hash = b hash). Â Right?
Look at this:
(1 to: 10) species  --->  Array #(1 2 3 4 5 6 7 8 9 10) species  --->  Array
(1 to: 10) = Â #(1 2 3 4 5 6 7 8 9 10) Â ---> Â true
However,
(1 to: 10) hash = #(1 2 3 4 5 6 7 8 9 10) hash  --->  false.
I believe that the last is a bug.
    Andrew
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project