[squeak-dev] More cruft

Eliot Miranda eliot.miranda at gmail.com
Wed Mar 29 18:32:33 UTC 2017


Hi All,

    another dubious piece of code is this:

SmallInteger>>instVarAt: i
"Small integer has to be specially handled."

i = 1 ifTrue: [^self].
self error: 'argument too big for small integer instVarAt:'

Either this is important and should be replicated in Character and
SmallFloat64 (the other two immediate classes) or it should be discarded.
It's ancient (pre version stamps).  I vote to nuke it.  Opinions?
_,,,^..^,,,_
best, Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20170329/bc247719/attachment.html>


More information about the Squeak-dev mailing list