tx I will try.

On Sun, Jan 15, 2017 at 10:38 AM, Nicolai Hess <nicolaih...@gmail.com>
wrote:

> maybe :
>
> newClass setFormat: self classLayout format.
>
>
> 2017-01-15 9:40 GMT+01:00 stepharong <stephar...@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
>>
>>
>

Reply via email to