9 Apr 2006 23:27
Magritte Load Problem
Lukas Renggli <renggli <at> iam.unibe.ch>
2006-04-09 21:27:51 GMT
2006-04-09 21:27:51 GMT
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
RSS Feed