Jan. 19, 2017
7:09 a.m.
tx I will try. On Sun, Jan 15, 2017 at 10:38 AM, Nicolai Hess <nicolaihess@gmail.com> wrote:
maybe :
newClass setFormat: self classLayout format.
2017-01-15 9:40 GMT+01:00 stepharong <stepharong@free.fr>:
HI
I need to migrate
pvtNewSubclass
| newClass | newClass := Behavior new. newClass superclass: self. newClass setFormat: (ClassBuilder new computeFormat: #normal instSize: 0 forSuper: self ccIndex: 0). ^newClass
and I'm looking at how to express (ClassBuilder new computeFormat: #normal instSize: 0 forSuper: self ccIndex: 0). in Pharo 60.
Stef