[Pkg] The Trunk: Kernel-nice.664.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jan 21 15:45:35 UTC 2012


Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-nice.664.mcz

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

Name: Kernel-nice.664
Author: nice
Time: 21 January 2012, 4:44:27.824 pm
UUID: fd5de2b6-9257-4184-bd16-498faaca6329
Ancestors: Kernel-bf.663, Kernel-nice.656

merge Kernel-nice.656

Remove one unused message: now that Integer is polymorphic to Fraction he never has to #adaptToFraction:andSend:

=============== Diff against Kernel-bf.663 ===============

Item was removed:
- ----- Method: Integer>>adaptToFraction:andSend: (in category 'converting') -----
- adaptToFraction: rcvr andSend: selector
- 	"If I am involved in arithmetic with a Fraction, convert me to a Fraction."
- 	^ rcvr perform: selector with: (Fraction numerator: self denominator: 1)!



More information about the Packages mailing list