Sept. 25, 2012
5:38 p.m.
In 1.4 ArrayedCollection we have this self class isPointers | self class isWords not ifTrue: [^self]. in >>restoreEndianness but this in
writeOn:
(self class isPointers or: [ self class isWords not ]) ifTrue: [^ self ]. It gets called once per task in both and should be a correct method, right ? The former does not even look correct at a glance. I have no time today to go check if this odd duplication remains in 2.0 as I must run