The Trunk: Kernel-cmm.1228.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-cmm.1228.mcz

commits-2
Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-cmm.1228.mcz

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

Name: Kernel-cmm.1228
Author: cmm
Time: 7 May 2019, 6:36:01.955169 pm
UUID: 2fad2a41-3aec-4e22-b9e8-cce50f7f6808
Ancestors: Kernel-nice.1227

Allow identification of instances of Boolean via #isBoolean.

=============== Diff against Kernel-nice.1227 ===============

Item was added:
+ ----- Method: Boolean>>isBoolean (in category 'testing') -----
+ isBoolean
+ ^ true!

Item was added:
+ ----- Method: Object>>isBoolean (in category 'testing') -----
+ isBoolean
+ ^ false!