Re: [Pharo-users] is class-side name setter used by the system

2018-09-17 Thread Marcus Denker
> On 17 Sep 2018, at 16:23, Marcus Denker wrote: > > > >> On 17 Sep 2018, at 10:17, teso...@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,

Re: [Pharo-users] is class-side name setter used by the system

2018-09-17 Thread Marcus Denker
> On 17 Sep 2018, at 10:17, teso...@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. >

Re: [Pharo-users] is class-side name setter used by the system

2018-09-17 Thread Peter Uhnak
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 teso...@gmail.com wrote: > Hi Pete

Re: [Pharo-users] is class-side name setter used by the system

2018-09-17 Thread teso...@gmail.com
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 wrote: > Hi, >

Re: [Pharo-users] is class-side name setter used by the system

2018-09-17 Thread Guillermo Polito
Hi Peter, On Mon, Sep 17, 2018 at 9:57 AM Peter Uhnak 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

[Pharo-users] is class-side name setter used by the system

2018-09-17 Thread Peter Uhnak
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