[BUG]Collection>>removeAll:

Wim Boot wim at lombok.demon.nl
Sun Sep 1 20:23:58 UTC 2002


Richard,

>By the way, if there _is_ a process for amending the Smalltalk
>standard, I am very pleased to hear it.  Who do I write to?  What
>is the process?

If you propose a change here, could you make sure that the
following code also works?

| c |
c := #(1 2 3) asOrderedCollection.
c removeAll: c readStream.

Wim Boot




More information about the Squeak-dev mailing list