Hi Hilaire, 

> On 16 Jun 2017, at 09:46, Hilaire <[email protected]> wrote:
> 
> Hi Esteban,
> 
> Yes, good idea as this protocol is not present in Pharo6, it will ease
> loading Dr. Geo code.
> 
> However it looks like there are faulty code in Pharo6 as there are
> exactly *four* senders to this message (see screenshot), and exactly
> *zero* in DrGeo code, and *one* in the gettext package which should be
> fixed too.
> 
> Does it deserve a bug ticket or do I miss something?

No, we cannot do anything with that… this is FFI-Kernel and Alien packages 
which needs to be compatible between dialects so those methods are needed (in 
squeak and newspeak).
If you see, all those methods have the SessionManager check :)

Esteban

> 
> Hilaire
> 
> 
> Le 16/06/2017 à 09:21, Esteban Lorenzano a écrit :
>> you can add that protocol by yourself as an extension. 
>> you can create a package DrGeo-Pharo6
>> 
>> and add the method, something like: 
>> 
>> addToStartUpList: aClass after: ignoredClass
>>      SessionManager default
>>              registerSystemClassNamed: aClass name
>>              atPriority: 60
> 
> -- 
> Dr. Geo
> http://drgeo.eu
> <Senders of addToStartUpList:after: [4].gif>


Reply via email to