Me too, do you have free the friday afternoon to sprint on them? :D


On Tue, May 14, 2013 at 5:21 PM, St�phane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi

I'm in favor killing all the respondsTo:

acceptTextMorphs
� � � � "Accept any text morphs except for those that have no edits."

� � � � self allMorphs do: [:p |
� � � � � � � � ((p respondsTo: #accept) and: [
� � � � � � � � � � � � (p respondsTo: #hasUnacceptedEdits) and: [
� � � � � � � � � � � � � � � � p hasUnacceptedEdits]]) ifTrue: [p accept]]

:)

And there are too many Smalltalk references in the system