<div dir="ltr"><div>Double woops, a bad leak!</div><div>It's not ready for consumption<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le dim. 5 mai 2019 à 06:07, tim Rowledge <<a href="mailto:tim@rowledge.org">tim@rowledge.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Oops, in - <br>
<br>
> On 2019-05-03, at 1:43 PM, <a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a> wrote:<br>
> <br>
> Nicolas Cellier uploaded a new version of Kernel to project The Trunk:<br>
> <a href="http://source.squeak.org/trunk/Kernel-nice.1224.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/trunk/Kernel-nice.1224.mcz</a><br>
> <br>
> <br>
> Item was added:<br>
> + ----- Method: Integer>>raisedToInteger: (in category 'mathematical functions') -----<br>
> + raisedToInteger: n<br>
> +     (n < 3 or: [self highBitOfMagnitude * n < 2048]) ifTrue: [^super raisedToInteger: n].<br>
> +     ^n ternaryBinaryExponentationOf: self!<br>
<br>
<br>
It looks like the #ternaryBinaryExponentationOf: method got left behind; after updating my image there is no implementation anywhere.<br>
<br>
tim<br>
--<br>
tim Rowledge; <a href="mailto:tim@rowledge.org" target="_blank">tim@rowledge.org</a>; <a href="http://www.rowledge.org/tim" rel="noreferrer" target="_blank">http://www.rowledge.org/tim</a><br>
Trojan:  Storage device for replicating codes...<br>
<br>
<br>
<br>
</blockquote></div>