Stupidly I was thinking that unload was removing classes from the system. but (MCWorkingCopy forPackage: (MCPackage named: 'NautilusCommon')) unload. does not remove the classes from the system is it me or it was working? Stef
On 24 Nov 2013, at 22:56, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Stupidly I was thinking that unload was removing classes from the system.
but (MCWorkingCopy forPackage: (MCPackage named: 'NautilusCommon')) unload. does not remove the classes from the system
is it me or it was working?
It seems to work for me⦠I get a FallBack world menu after and the package seems to be unloaded. (of course there will be obsolete classes still around as other packages subclass from classes of this). ScriptLoaderâs #unloadPackageNamed: does the same and I used it a lot. Marcus
tx I will check.
Stupidly I was thinking that unload was removing classes from the system.
but (MCWorkingCopy forPackage: (MCPackage named: 'NautilusCommon')) unload. does not remove the classes from the system
is it me or it was working?
It seems to work for me⦠I get a FallBack world menu after and the package seems to be unloaded. (of course there will be obsolete classes still around as other packages subclass from classes of this).
ScriptLoaderâs #unloadPackageNamed: does the same and I used it a lot.
Marcus
participants (2)
-
Marcus Denker -
Stéphane Ducasse