<div dir="ltr">Thank you Fabio!<div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 23, 2019 at 1:07 PM <<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">A new version of Kernel was added to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/Kernel-fn.1248.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/inbox/Kernel-fn.1248.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Kernel-fn.1248<br>
Author: fn<br>
Time: 23 July 2019, 8:07:48.862407 pm<br>
UUID: 0fa86707-d5b1-4e6f-967b-d2b6871faea8<br>
Ancestors: Kernel-ul.1247<br>
<br>
Remove redudant methods for copying from SmallFloat64 and SmallInteger (following Chris' suggestion at <a href="http://forum.world.st/The-Trunk-Kernel-fn-1223-mcz-tp5098738p5098777.html" rel="noreferrer" target="_blank">http://forum.world.st/The-Trunk-Kernel-fn-1223-mcz-tp5098738p5098777.html</a>).<br>
<br>
=============== Diff against Kernel-ul.1247 ===============<br>
<br>
Item was removed:<br>
- ----- Method: SmallFloat64>>copy (in category 'copying') -----<br>
- copy<br>
-       "Answer the receiver, because SmallFloat64s are unique."<br>
-       ^self!<br>
<br>
Item was removed:<br>
- ----- Method: SmallFloat64>>postCopy (in category 'copying') -----<br>
- postCopy<br>
-       "I will never be copied"<br>
-       ^self shouldNotImplement!<br>
<br>
Item was removed:<br>
- ----- Method: SmallInteger>>copy (in category 'copying') -----<br>
- copy<br>
-       "Answer the receiver, because SmallIntegers are unique."<br>
-       ^self!<br>
<br>
Item was removed:<br>
- ----- Method: SmallInteger>>postCopy (in category 'copying') -----<br>
- postCopy<br>
-       "I will never be copied"<br>
-       ^self shouldNotImplement!<br>
<br>
<br>
</blockquote></div>