[squeak-dev] The Trunk: Collections-eem.953.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jul 27 04:11:53 UTC 2021


Eliot Miranda uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-eem.953.mcz

==================== Summary ====================

Name: Collections-eem.953
Author: eem
Time: 26 July 2021, 9:11:50.696336 pm
UUID: 9ca58ea9-266d-45a5-88c5-8230bcb8960c
Ancestors: Collections-mt.952

Servicable implementation of RawBitsArray class>>isAbstract

=============== Diff against Collections-mt.952 ===============

Item was added:
+ ----- Method: RawBitsArray class>>isAbstract (in category 'testing') -----
+ isAbstract
+ 	"RawBitsArray and abstract subclasses such as SignedIntegerArray and UnsignedIntegerArray
+ 	 are not bits classes.  So use isBits to distinguish between concrete subclasses that are bits."
+ 	^self isBits not!



More information about the Squeak-dev mailing list