Re: [Pharo-project] Can't load OSProcess in last Pharo Core 1.3
On May 20, 2011, at 5:30 PM, Adrien BARREAU wrote:
I just saw that update 13205 removed ImageSegment from the StartUpList.
Replacing Smalltalk addToStartUpList: ThisOSProcess after: ImageSegment. by Smalltalk addToStartUpList: ThisOSProcess before: UUIDGenerator. in ThisOSProcess>>initialize would be ok I think (and would have the same result).
The problem is that there was no #addToStartUpList:before: So if you wanted to add yourself before something (because that thing depends on you), you had to add after something completely unrelated, leading to strange dependencies (like OSProcess depending on ImageSegment in the startup list..) Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
participants (1)
-
Marcus Denker