Re: [Pharo-users] Messages interceptions without using "halt"

2016-07-24 Thread Steven Costiou
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

Re: [Pharo-users] Messages interceptions without using "halt"

2016-04-27 Thread stepharo
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

Re: [Pharo-users] Messages interceptions without using "halt"

2016-04-26 Thread Denis Kudriashov
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

Re: [Pharo-users] Messages interceptions without using "halt"

2016-04-26 Thread Thierry Goubier
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

Re: [Pharo-users] Messages interceptions without using "halt"

2016-04-26 Thread Steven Costiou
Thank you ! I will look into these possibilities =) Steven.

Re: [Pharo-users] Messages interceptions without using "halt"

2016-04-26 Thread Denis Kudriashov
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

Re: [Pharo-users] Messages interceptions without using "halt"

2016-04-26 Thread 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. Esteban ps: but I might be wrong… Marcus can explain better :) > On

Re: [Pharo-users] Messages interceptions without using "halt"

2016-04-26 Thread Thierry Goubier
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