El 9 sept 2019, a las 9:57, Marcus Denker <marcus.denker@inria.fr> escribió:
I will have a look, but I feel that we should first get the Composed Slots into the image as they will change everything again.
Marcus, how much time could it take you to have a mature version we can test and try? I'd avoid moving research experiments into the image before they have some maturity...
On 8 Sep 2019, at 09:17, ducasse <stepharo@netcourrier.com> wrote:
Hi
Iâm fixing the class definition parser and I have a question.
Iâm stabilizing the API of CDSlotNode
1 âfirst' => LazyClassVariable default: 5. 2 âsecond' => InstanceVariableSlot. 3 âinstVar3â
Here is a proposal
slotdefinition(3) name ? variable name >>> âinstVar3'
slotDefinition(2) slotClass? >>> InstanceVariableSlot
slotDefinition(1) initializationMessage >>> 'default: 5â or better >>> Node(default: 5) if it exist
S.