bummer.  I really enjoyed Kernel-ul.666 ;)

On Sat, Jan 28, 2012 at 2:37 PM, <commits@source.squeak.org> 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