Hum, squeaksource was exceptionally slow when I uploaded, prolly weirdness 
after me interrupting upload etc.

It SHOULD read something like:
unprotectedExternalObjects: aCollection
Smalltalk specialObjectsArray at: 39 put: aCollection

Cheers,
Henry

On 16. juli 2011, at 22:21, Stéphane Ducasse <[email protected]> wrote:

> Hi guys
> 
> I found that henrik succeeded to compile and get in MC 
> 
> 
> you just need to define 
> 
> unprotectedExternalObjects:: foo
>     self
> 
> and after you can easily define 
> 
> clearExternalObjects
>    "Clear the array of objects that have been registered for use in 
> non-Smalltalk code."
> 
>    ProtectTable critical: [self unprotectedExternalObjects:: Array new].
> 
> I'm not convinced that it is good :)
> stef

Reply via email to