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

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Sun May 5 08:09:53 UTC 2019


Double woops, a bad leak!
It's not ready for consumption

Le dim. 5 mai 2019 à 06:07, tim Rowledge <tim at rowledge.org> a écrit :

> 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...
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20190505/a508b5f8/attachment.html>


More information about the Squeak-dev mailing list