July 3, 2009
9:44 a.m.
Thanks
IIRC, the behavior of adding nil to a Set is undefined as per ANSI. In VW, adding nil is a no-op.
In that case I would not let nil to be a possible element and avoid incompatibility. But this is strange since I remember having problem to port code from VW to Squeak Stef