[Pkg] The Trunk: Kernel-bf.1021.mcz

commits at source.squeak.org commits at source.squeak.org
Wed May 11 17:12:57 UTC 2016


Bert Freudenberg uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-bf.1021.mcz

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

Name: Kernel-bf.1021
Author: bf
Time: 11 May 2016, 7:12:33.427889 pm
UUID: 17fc93fe-76d6-4961-83c6-399d9a3e9ab8
Ancestors: Kernel-bf.1020

Look for <hasLiteralTest:> method in the non-meta class.

=============== Diff against Kernel-bf.1020 ===============

Item was changed:
  ----- Method: Pragma>>hasLiteral: (in category 'testing') -----
  hasLiteral: aLiteral
  	^keyword == aLiteral 
  	   or: [(arguments hasLiteral: aLiteral)
  		or: [keyword == #hasLiteralTest: and: [
+ 			self methodClass theNonMetaClass perform: arguments first with: aLiteral]]]!
- 			self methodClass perform: arguments first with: aLiteral]]]!



More information about the Packages mailing list