April 29, 2015
11:43 p.m.
On Thu, Apr 30, 2015 at 12:51 AM, Thierry Goubier <thierry.goubier@gmail.com
wrote:
Le 29/04/2015 16:01, Ben Coman a écrit :
So it seems that creating a new class does not call #initialize at all, let alone an inherited one. It is a Monticello behaviour.
I'm nearly certain all other ways of loading smalltalk code in the image behave like that; MC only reproduces an older convention.
Thanks Thierry. Then what I meant was that calling the class-side #initialize seems not part of the class creation code. I infer that those other ways of loading code must also themselves implement the behaviour the call #initialize after the class is loaded. cheers -ben