[squeak-dev] Sound -> Balloon

Frank Shearar frank.shearar at gmail.com
Wed May 8 22:10:40 UTC 2013


Another strange, probably avoidable dependency. It stems from
SoundBuffer class >> #startUp, which says, among other things,
"ShortIntegerArray classPool at: #LastSaveOrder.".

We could fix this by moving ShortIntegerArray into Collections, or
better yet, abstracting out what #startUp wants - finding out whether
the word order has changed since the last save.

frank


More information about the Squeak-dev mailing list