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

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

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

commits-2
Andreas Raab uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-ar.244.mcz

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

Name: Kernel-ar.244
Author: ar
Time: 6 September 2009, 11:10:25 am
UUID: eb85be7b-6342-3f41-b69f-b28e30372520
Ancestors: Kernel-eem.243

Restore ContextPart>>isBottomContext which for some reason got dropped in latest changes.

=============== Diff against Kernel-eem.243 ===============

Item was added:
+ ----- Method: ContextPart>>isBottomContext (in category 'query') -----
+ isBottomContext
+ "Answer if this is the last context (the first context invoked) in my sender chain"
+
+ ^sender isNil!