The Trunk: Kernel-cmm.667.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Kernel-cmm.667.mcz

commits-2
Chris Muller uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-cmm.667.mcz

==================== Summary ====================

Name: Kernel-cmm.667
Author: cmm
Time: 28 January 2012, 4:37:01.086 pm
UUID: 40c83fd8-7462-4d3e-807e-ead52745f4eb
Ancestors: Kernel-ul.666

Fix copying a Stopwatch.

=============== Diff against Kernel-ul.666 ===============

Item was added:
+ ----- Method: Stopwatch>>postCopy (in category 'copying') -----
+ postCopy
+ super postCopy.
+ timespans := timespans copy!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Kernel-cmm.667.mcz

Eliot Miranda-2
bummer.  I really enjoyed Kernel-ul.666 ;)

On Sat, Jan 28, 2012 at 2:37 PM, <[hidden email]> wrote:
Chris Muller uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-cmm.667.mcz

==================== Summary ====================

Name: Kernel-cmm.667
Author: cmm
Time: 28 January 2012, 4:37:01.086 pm
UUID: 40c83fd8-7462-4d3e-807e-ead52745f4eb
Ancestors: Kernel-ul.666

Fix copying a Stopwatch.

=============== Diff against Kernel-ul.666 ===============

Item was added:
+ ----- Method: Stopwatch>>postCopy (in category 'copying') -----
+ postCopy
+       super postCopy.
+       timespans := timespans copy!





--
best,
Eliot



Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Kernel-cmm.667.mcz

Nicolas Cellier
vade retro

2012/1/31 Eliot Miranda <[hidden email]>:

> bummer.  I really enjoyed Kernel-ul.666 ;)
>
>
> On Sat, Jan 28, 2012 at 2:37 PM, <[hidden email]> wrote:
>>
>> Chris Muller uploaded a new version of Kernel to project The Trunk:
>> http://source.squeak.org/trunk/Kernel-cmm.667.mcz
>>
>> ==================== Summary ====================
>>
>> Name: Kernel-cmm.667
>> Author: cmm
>> Time: 28 January 2012, 4:37:01.086 pm
>> UUID: 40c83fd8-7462-4d3e-807e-ead52745f4eb
>> Ancestors: Kernel-ul.666
>>
>> Fix copying a Stopwatch.
>>
>> =============== Diff against Kernel-ul.666 ===============
>>
>> Item was added:
>> + ----- Method: Stopwatch>>postCopy (in category 'copying') -----
>> + postCopy
>> +       super postCopy.
>> +       timespans := timespans copy!
>>
>>
>
>
>
> --
> best,
> Eliot
>
>
>
>