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

Igor Stasenko siguctua at gmail.com
Tue Dec 22 12:30:16 UTC 2009


2009/12/22 Andreas Raab <andreas.raab at gmx.de>:
> 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?
>
you can change the code to check & not run conversion again in #initialize
if it alredy converted.
Then there will be no problem how many times it calls initialize.

> 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.!
>>>
>>>
>>>
>>
>>
>>
>
>
>



-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list