[BUG][FIX]TestInterpreterPlugin fix (Unsigned parameters)

Andrew C. Greenberg werdna at mucow.com
Sat Jul 13 03:29:47 UTC 2002


'From Squeak3.3alpha of 12 January 2002 [latest update: #4914] on 12 
July 2002 at 10:18:43 pm'!
"Change Set:		acgRepairTestInterpreterPlugin
Date:			12 July 2002
Author:			acg

TestInterpreterPlugin was not properly handling Unsigned parameters.  
The Unsigned special behavior had two code generation methods mistakenly 
placed on the instance side, not the class side, which affected prologue 
conversions.  This changeset merely moves them appropriately.  I had 
thought the fix to this bug was posted and image-incorporated some time 
ago, but here it is again."!

-------------- next part --------------
A non-text attachment was scrubbed...
Name: acgFixTestInterpreterPlugin.1.cs
Type: application/text
Size: 880 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020712/51656c90/acgFixTestInterpreterPlugin.1.bin
-------------- next part --------------



On Friday, July 12, 2002, at 10:32 PM, Joshua 'Schwa' Gargus wrote:

> primNeedPointer: aPtr
>
>     self
>         primitive: 'primNeedPointer'
> 	parameters: #(Unsigned)
>     "more stuff..."


More information about the Squeak-dev mailing list