Skip to content

latest-debug-build

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 17:59
· 772 commits to Cog since this release
02d52d1

CogVM source as per VMMaker.oscog-eem.3517

Fix isSmallInteger range check in 64-bit signed at: on 64-bit Spur.
Old code had a bogus bitAnd: and used an unsigned comparison to
compare 0,1 against anything else. This fixes Vanessa's
(1 to: 2) collect:
[:i| #(10000000000000000 -10000000000000000) as: SignedDoubleWordArray]
bug.

Fix printing of 64-bit longs (old code applied whereIs to bits data).