On Fri, May 20, 2011 at 5:07 PM, Adrien BARREAU
<abarreau.dev@live.fr> wrote:
Hi all,
I just tried to load OSProcess in the last PharoCore 1.3 (I took it from hudson). It fails when it tries to add ThisOSProcess to the startup list with:
��� Smalltalk addToStartUpList: ThisOSProcess after: ImageSegment.
I think that is incorrect. Why would OSProcess requires to be before ImageSegment?
OSProcess should be before what it really needs. And if it doesn't need anything then just use #addToStartupList:
�
in ThisOSProcess class>>initialize.
It seems that ImageSegment is not in the StartUpList anymore.
Is that normal?
Adrien.