The Trunk: Kernel-bp.1393.mcz

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

The Trunk: Kernel-bp.1393.mcz

commits-2
Bernhard Pieber uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-bp.1393.mcz

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

Name: Kernel-bp.1393
Author: bp
Time: 25 April 2021, 4:16:12.156698 pm
UUID: 6ff1afed-6782-42ad-a968-4c98da9d2c2b
Ancestors: Kernel-mt.1392

Add missing Object>>#isScaledDecimal which is already implemented in the subclass ScaledDecimal.

=============== Diff against Kernel-mt.1392 ===============

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


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Kernel-bp.1393.mcz

marcel.taeumel
Hi Bernhard,

nice catch! Thank you :-)

Best,
Marcel

Am 25.04.2021 16:24:20 schrieb [hidden email] <[hidden email]>:

Bernhard Pieber uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-bp.1393.mcz

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

Name: Kernel-bp.1393
Author: bp
Time: 25 April 2021, 4:16:12.156698 pm
UUID: 6ff1afed-6782-42ad-a968-4c98da9d2c2b
Ancestors: Kernel-mt.1392

Add missing Object>>#isScaledDecimal which is already implemented in the subclass ScaledDecimal.

=============== Diff against Kernel-mt.1392 ===============

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