[UNIX] [BUGS] [FIX] headless vm, small fixes

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Wed Aug 30 16:01:03 UTC 2000


On Wed, 30 Aug 2000, Ian Piumarta wrote:

> > Really? I thought with the non-FFI prims you can only load Squeak modules,
> 
> Try this (replace 'System' with any plugin that you know exists and can be found
> by the VM):
> 
> 'From Squeak2.8 of 13 June 2000 [latest update: #2359] on 30 August 2000 at 5:44
> :26 pm'!
> 
> !SystemDictionary methodsFor: 'miscellaneous' stamp: 'ikp 8/30/2000 17:44'!
> byeBye
>         "Smalltalk byeBye"
> 
>         <primitive: 'exit' module: 'System'>
>         self error: 'this should never be reached'! !

Oh my goodness. Yes, now I know why Andreas insists on modules *only*
exporting the functions marked as EXPORT. Can you arrange this for the
Unix stuff?

-- Bert





More information about the Squeak-dev mailing list