Status: Accepted
Owner:
[hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-1.0-beta.8
New issue 276 by
[hidden email]: ByteArray [un]signed<size>At: selectors
http://code.google.com/p/glassdb/issues/detail?id=276 From Joe Blake
(
http://forum.world.st/ByteArray-un-signed-lt-size-gt-At-selectors-td3590350.html):There are a bunch of selectors for converting bytes in ByteArray's into
integers that are different in Squeak and GemStone.
[un]signedByteAt: vs [un]signed8At:
[un]signedShortAt: vs [un]signed16At:
<noSqueakEquiv> vs [un]signed24At:
[un]signedLongAt: vs [un]signed32At:
[un]signedLongLongAt: (notYetImplemented) vs [un]signed64At:
...and of course the atut: versions of these methods as well.
Personally I like the GS naming better.
This is something I'm only running in GS so it's no bother - just thought
I'd mention it to the compatibility committee