The Inbox: KernelTests-mha.164.mcz

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

The Inbox: KernelTests-mha.164.mcz

commits-2
A new version of KernelTests was added to project The Inbox:
http://source.squeak.org/inbox/KernelTests-mha.164.mcz

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

Name: KernelTests-mha.164
Author: mha
Time: 22 September 2010, 11:48:16.877 am
UUID: 1a05ea60-2885-418d-b88c-d426f901c32e
Ancestors: KernelTests-mha.163

CompiledMethod closure protocol cleanup attempt 2:
support for BlockClosure size extraction

=============== Diff against KernelTests-mha.163 ===============

Item was added:
+ ----- Method: CompiledMethodTest>>testClosureSize (in category 'tests - closures') -----
+ testClosureSize
+ self
+ assert: ((self class >> #withClosure) embeddedBlockMethods at: 1) size
+ equals: 2;
+ assert: ((self class >> #withClosureNoNLR) embeddedBlockMethods at: 1) size
+ equals: 2!