Sept. 17, 2018
3:06 p.m.
On 17 Sep 2018, at 16:23, Marcus Denker <marcus.denker@inria.fr> wrote:
On 17 Sep 2018, at 10:17, tesonep@gmail.com <mailto: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.
yes, we should deprecate name: and only use setName: (that is what it used to be originally anyway)
ah, yes, in Pharo7 this is already done. Just setName: is there, no #name: Marcus