[squeak-dev] The Inbox: KernelTests-mha.164.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Sep 22 09:48:18 UTC 2010


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!




More information about the Squeak-dev mailing list