Block Closure Fix for InterpreterProxy

Anthony Hannan ajh18 at cornell.edu
Wed Jan 23 21:32:35 UTC 2002


First, let me say I am so happy that you guys are excited about my block
closure work.  It makes the many hours/days/weeks/months of volunteer
programming worth it, thank you.

Attached is a fix for a bug in InterpreterProxy that John McIntosh was
seeing on the Mac.  Please file it in to your block closure image.

Cheers,
Anthony

John M McIntosh <johnmci at smalltalkconsulting.com> wrote:
> This little bit of code is the problem, since the TestOSAPlugin 
> doesn't exist it runs the failure code and does the 
> doPrimitive:withArguments: call which is not liked in the new 
> envronment. The fallback code perhaps is incorrect, but...
> 
> primOpenDefaultConfiguration: type subtype: subtype
> 
> 	<primitive: 'primOpenDefaultConfiguration' module: 'TestOSAPlugin'>
> 	^TestOSAPlugin
> 		doPrimitive: 'primOpenDefaultConfiguration:subtype:'
> 		withArguments: {type. subtype}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: InterpreterProxyFix-ajh.cs
Type: application/octet-stream
Size: 704 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020123/90ab50d5/InterpreterProxyFix-ajh.obj


More information about the Squeak-dev mailing list