The Trunk: Kernel-nice.838.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-nice.838.mcz

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

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

Name: Kernel-nice.838
Author: nice
Time: 28 February 2014, 1:36:14.795 am
UUID: 001e2bd2-6b17-4b02-9b49-c7ee03d52e3d
Ancestors: Kernel-nice.837

Don't let 0.1s1 // 0.1s1 engage an infinite loop when super would just do it right.

=============== Diff against Kernel-nice.837 ===============

Item was removed:
- ----- Method: ScaledDecimal>>// (in category 'arithmetic') -----
- // operand
- "Answer the integer quotient after dividing the receiver by operand
- with truncation towards negative infinity."
- ^ fraction // operand!