Magritte Load Problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Magritte Load Problem

Lukas Renggli-2
Some people reported problems loading the latest version of Magritte.  
I renamed a class that registered for system-change notifications and  
during the load-operation of Monticello it points to an obsolete  
class making it impossible to compile any method in the system.

To solve the problem simply evaluate the expression below, before  
loading a recent version of Magritte:

MABuilder allSubInstancesDo: [ :each |
        SystemChangeNotifier uniqueInstance
                noMoreNotificationsFor: each ].
Smalltalk garbageCollect.

Sorry for the inconveniance!

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch



_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
_______________________________________________
Smallwiki mailing list
[hidden email]
http://impara.de/mailman/listinfo/smallwiki