http://code.google.com/p/pharo/issues/detail?id=1091 On Aug 27, 2009, at 8:41 AM, Stéphane Ducasse wrote:
From: commits@source.squeak.org Date: August 27, 2009 6:45:17 AM CEDT To: squeak-dev@lists.squeakfoundation.org Subject: [squeak-dev] The Trunk: Kernel-ar.231.mcz Reply-To: squeak-dev@lists.squeakfoundation.org
Andreas Raab uploaded a new version of Kernel to project The Trunk: http://source.squeak.org/trunk/Kernel-ar.231.mcz
==================== Summary ====================
Name: Kernel-ar.231 Author: ar Time: 26 August 2009, 9:44:33 am UUID: 0fa0cc93-b060-8546-b78f-afa7b8429e80 Ancestors: Kernel-ar.230
BlockClosure>>asMinimalRepresentation needs to return self, just like the comment says.
=============== Diff against Kernel-ar.230 ===============
Item was changed: ----- Method: BlockClosure>>asMinimalRepresentation (in category 'events-support') ----- asMinimalRepresentation "For use in the when:evaluate: protocol, i.e., foo when: #bar evaluate:[self handleBar]. Return the receiver." + ^self! - ^true!
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project