Nov. 24, 2008
9:30 a.m.
Great news! On Nov 24, 2008, at 09:13 , John M McIntosh wrote:
[...]
Lastly load
Alien-Last-Class-Initialize - To ensure all the initializers were run, just in case MC loses it's mind...
A small glitch: if the mac packages are not loaded, AlienMCPostInitialize class >> #initialize does not work because Smalltalk at: #ObjectiveCAlien complains about "key not found". Following should work for this case (and it does not require a temp): ((Smalltalk at: #ObjectiveCAlien ifAbsent: [ nil ]) ifNotNilDo: #initialize ... Cheers, Adrian