My uni is starting a Pharo course soon and we were thinking about making a custom Pharo 6 image with name: blocked, just to avoid trouble, but I was just checking here whether it can breaking something unexpected.

Thanks,
Peter

On Mon, Sep 17, 2018 at 10:18 AM tesonep@gmail.com <tesonep@gmail.com> wrote:
Hi Peter,
�� ��there is no more #name: in Class (or ClassDescription or Behavior). It is named #setName:
It is only used by the class builder, some class methods and some tests. It could be hidden better if it is still a problem.

Cheers.


On Mon, Sep 17, 2018 at 9:57 AM Peter Uhnak <i.uhnak@gmail.com> wrote:
Hi,

is the class-side "name:" setter used by the system itself?
Because I remember many times overriding it for my own needs and it never broke anything as far as I know... which makes it strange why it even exists (because it is a trap).

Thanks,
Peter


--
Pablo Tesone.
tesonep@gmail.com