[BUG?EndRequest?DocoFix?] listBuiltinModules

Andrew C. Greenberg werdna at gate.net
Thu Jun 1 02:01:49 UTC 2000


>This VM...
>	IS built from all the latest plugin sources
>	IS "fat" (ie it will run on a 68K)
>	DOES NOT have the new LargeInteger primitives
>		(but it rocks with the plugin!)
>	DOES have fast recovery from missing primitives
>		(so it still runs fine without the plugin)
>	DOES support 'Smalltalk listBuiltinModules' and related functions

The documentation in Smalltalk listBuiltinModules suggests that this 
function will list all plugins.

In fact, it lists only the "internal" plugins "built into" the VM, 
and NOT subsequently loaded "external plugins."

The documentation should reflect this fact, so that folks (like 
myself) won't chase their tails trying to figure out how to load a 
plugin that is already loaded.

On the other hand, the "loaded" or "loadable" status of an "external" 
plugin is a highly desirable piece of information.  Presently, the 
only real solution is to write some special purpose procedure in the 
plugin to that end.
-- 
Andrew C. Greenberg		acg at netwolves.com
V.P. Eng., R&D, 		813.885.2779 (office)
Netwolves Corporation		813.885.2380 (facsimile)
www.netwolves.com





More information about the Squeak-dev mailing list