block closure VM and the mac #2

John M McIntosh johnmci at smalltalkconsulting.com
Wed Jan 23 04:43:42 UTC 2002


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}


-- 
--
===========================================================================
John M. McIntosh <johnmci at smalltalkconsulting.com> 1-800-477-2659
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================



More information about the Squeak-dev mailing list