David T. Lewis uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-dtl.844.mcz==================== Summary ====================
Name: Collections-dtl.844
Author: dtl
Time: 18 July 2019, 8:08:26.956143 pm
UUID: 8b4fd324-ffc3-4805-acd5-196a6f120137
Ancestors: Collections-mt.843
Characters and small floats are immediate objects in Spur and should not implement #nextObject.
=============== Diff against Collections-mt.843 ===============
Item was added:
+ ----- Method: Character>>nextObject (in category 'system primitives') -----
+ nextObject
+ "Characters are immediate objects, and, as such, do not have successors in object memory."
+
+ self shouldNotImplement !