[FIX] DigitLogicFix-hmm

Hans-Martin Mosner <hmm at heeg.de> hmm at heeg.de
Mon Jan 7 19:19:14 UTC 2002


from preamble:

"Change Set:		DigitLogicFix-hmm
Date:			7 January 2002
Author:			Hans-Martin Mosner <hmm at heeg.de>

Fixes a problem with digit logic involving large integers with different
sign.
Example:
-2 bitAnd: 16rFFFFFFFF should result in 16rFFFFFFFE, but yields 16rFE
without this fix.
The class method testing various digit logic cases has been refactored
into a SUnit test.
To test, print the result of:
	IntegerDigitLogicTestCase suite run
"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DigitLogicFix-hmm.cs.gz
Type: application/octet-stream
Size: 2097 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020107/c00bdb83/DigitLogicFix-hmm.cs.obj


More information about the Squeak-dev mailing list