How can we find out, which external projects depend on this?

2015-09-02 7:06 GMT+02:00 H. Hirzel <hannes.hirzel@gmail.com>:
On 9/1/15, stepharo <stepharo@free.fr> wrote:
> Hi guys
>
> I would love to see name removed from Object. It brings more problems
> than anything else.
> Any taker?
>
> Stef
>
>



Hi Stef

About

Object>>
name
�� �� �� �� "Answer a name for the receiver.�� This is used generically in the
title of certain inspectors, such as the referred-to inspector, and
specificially by various subsystems.�� By default, we let the object
just print itself out..�� "

�� �� �� �� ^ self printString


Are you refering to this

http://comments.gmane.org/gmane.comp.lang.smalltalk.pharo.user/21476?

Which other kinds of problems do you see with this method?

Could you elaborate a bit please why you want to remove Object>>name?

Regards

Hannes