On Sat, Nov 27, 2010 at 3:39 AM, Daniel Klein <danielk@danielk.us> wrote:
I'm seeing some references to 'Squeak' in the image, especially in the Class documentation.
Should I be reporting this somewhere?

Yes, and a fix is welcome too ;)

Luc has already done this task, but for methods I think, not for class comments.

Seems we still have work to do ;)

(Smalltalk allClassesAndTraits select: [:each | each comment asString includesSubstring: 'Squeak' caseSensitive: false ]) size� -----> 108

cheers

mariano