[squeak-dev] The Trunk: Kernel-nice.1224.mcz

tim Rowledge tim at rowledge.org
Sun May 5 04:07:50 UTC 2019


Oops, in - 

> On 2019-05-03, at 1:43 PM, commits at source.squeak.org wrote:
> 
> Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
> http://source.squeak.org/trunk/Kernel-nice.1224.mcz
> 
> 
> Item was added:
> + ----- Method: Integer>>raisedToInteger: (in category 'mathematical functions') -----
> + raisedToInteger: n
> + 	(n < 3 or: [self highBitOfMagnitude * n < 2048]) ifTrue: [^super raisedToInteger: n].
> + 	^n ternaryBinaryExponentationOf: self!


It looks like the #ternaryBinaryExponentationOf: method got left behind; after updating my image there is no implementation anywhere.

tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Trojan:  Storage device for replicating codes...




More information about the Squeak-dev mailing list