Comment #2 on issue 5135 by
[hidden email]: Set>>grow buggy for sets
with nil
http://code.google.com/p/pharo/issues/detail?id=5135testGrowWithNil
"self run: #testGrowWithNil"
"This test covers that grow take into account that nil are wrapped
elements of sets"
| set |
set := IdentitySet new.
set add: nil.
set grow.
self assert: (set includes: nil)
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker