[squeak-dev] InterpreterProxy>>classString should return ByteString

=?EUC-KR?B?sK3B+L/A?= jinoh67 at gmail.com
Fri Mar 16 13:24:50 UTC 2012


because in #recreateSpecialObjectsArray,
newArray at: 4 put: (self associationAt: #Processor).
 "Numerous classes below used for type checking and instantiation"
 newArray at: 5 put: Bitmap.
 newArray at: 6 put: SmallInteger.
 newArray at: 7 put: ByteString.
 newArray at: 8 put: Array.
 newArray at: 9 put: Smalltalk.

and in real interpreter proxy, classString returns ByteString.
So, InterpreterProxy>>classString should return ByteString instead of
String.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20120316/17681773/attachment.htm


More information about the Squeak-dev mailing list