Hi Thierry, Esteban,
i forgot to thnk you for your advices.
I tried Metalinks but it cannot intercept messages receptions. I used
Ghost, i have been able to do it with virus-proxies and it works well.
Le 2016-04-26 15:07, Esteban Lorenzano a écrit :
> it is not what MetaLinks are for?
> I t
Le 26/4/16 à 14:39, Steven Costiou a écrit :
Hello,
i am not new to Pharo nor to the list but this is the first time i
speak here, so : hi =)
Welcome Steven
I started a phd a few month ago (with Alain Plantec) on context
oriented programming and dynamic programs adaptation. I am using
But if you want new message send logic only for your registered objects
then you can use Ghost for this. It provides some infrastructure to
implement such strange objects
2016-04-26 15:30 GMT+02:00 Denis Kudriashov :
> Hi
>
> 2016-04-26 14:39 GMT+02:00 Steven Costiou :
>
>> Hello,
>>
>> i am not
2016-04-26 15:07 GMT+02:00 Esteban Lorenzano :
> it is not what MetaLinks are for?
> I think is easier than Ghost nowadays… but not sure :)
>
> look at
>
> ReflectivityControlTest>>testBeforeSend
>
> seems to be installing an interception “before send”, who is what you are
> asking for.
>
It depe
Thank you ! I will look into these possibilities =)
Steven.
Hi
2016-04-26 14:39 GMT+02:00 Steven Costiou :
> Hello,
>
> i am not new to Pharo nor to the list but this is the first time i speak
> here, so : hi =)
>
>
>
> I started a phd a few month ago (with Alain Plantec) on context oriented
> programming and dynamic programs adaptation. I am using Pharo
it is not what MetaLinks are for?
I think is easier than Ghost nowadays… but not sure :)
look at
ReflectivityControlTest>>testBeforeSend
seems to be installing an interception “before send”, who is what you are
asking for.
Esteban
ps: but I might be wrong… Marcus can explain better :)
> On
Hi Steven,
2016-04-26 14:39 GMT+02:00 Steven Costiou :
> Hello,
>
> i am not new to Pharo nor to the list but this is the first time i speak
> here, so : hi =)
>
>
>
> I started a phd a few month ago (with Alain Plantec) on context oriented
> programming and dynamic programs adaptation. I am usin