The first one I found was in the 'ProtoObject' class
comment.
I'm really new to all of this. Is there
someplace the explains how to submit 'fixes'?
Dan
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Mariano
Martinez Peck
Sent: Saturday, November 27, 2010 7:42
To: A
friendly place where any question about pharo is welcome
Subject: Re:
[Pharo-users] References to 'Squeak' in the Pharo image
On Sat, Nov 27, 2010 at 3:39 AM, Daniel Klein
<[hidden email]> 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