The Trunk: Traits-mt.304.mcz

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

The Trunk: Traits-mt.304.mcz

commits-2
Marcel Taeumel uploaded a new version of Traits to project The Trunk:
http://source.squeak.org/trunk/Traits-mt.304.mcz

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

Name: Traits-mt.304
Author: mt
Time: 19 April 2015, 7:11:38.57 am
UUID: 1873a772-becc-0844-b6e2-1d6e02897c50
Ancestors: Traits-ul.303

Test compiled methods or method references for being trait methods.

=============== Diff against Traits-ul.303 ===============

Item was added:
+ ----- Method: CompiledMethod>>isTraitMethod (in category '*Traits-testing') -----
+ isTraitMethod
+
+ ^ self originalTraitMethod notNil!

Item was added:
+ ----- Method: MethodReference>>isTraitMethod (in category '*Traits-testing') -----
+ isTraitMethod
+
+ ^ self compiledMethod isTraitMethod!