The Trunk: Kernel-bf.1021.mcz

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

The Trunk: Kernel-bf.1021.mcz

commits-2
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]]]!