[squeak-dev] Re: The Trunk: Kernel-ar.335.mcz

Andreas Raab andreas.raab at gmx.de
Tue Dec 22 12:23:57 UTC 2009


Igor Stasenko wrote:
> 2009/12/22  <commits at source.squeak.org>:
>> Andreas Raab uploaded a new version of Kernel to project The Trunk:
>> http://source.squeak.org/trunk/Kernel-ar.335.mcz
>>
>> ==================== Summary ====================
>>
>> Name: Kernel-ar.335
>> Author: ar
>> Time: 22 December 2009, 1:07:25 am
>> UUID: a20c919d-6ba9-9c48-af9a-83f95181cfde
>> Ancestors: Kernel-ar.334
>>
>> Convert those trailers!
>>
> 
> Woohooo!!! :)))

Unfortunately, I'm having a bit of a problem here and will have to redo. 
Anyone know if MC *ever* calls initialize twice on classes?

Cheers,
   - Andreas

> 
>> =============== Diff against Kernel-ar.334 ===============
>>
>> Item was changed:
>>  ----- Method: CompiledMethodTrailer class>>trailerClass (in category 'as yet unclassified') -----
>>  trailerClass
>> +       ^ CompiledMethodTrailer!
>> -       ^ OldMethodTrailer!
>>
>> Item was added:
>> + ----- Method: CompiledMethodTrailer class>>initialize (in category 'as yet unclassified') -----
>> + initialize
>> +       "CompiledMethodTrailer initialize"
>> +       self convertTrailers.!
>>
>>
>>
> 
> 
> 




More information about the Squeak-dev mailing list