Re: [Pharo-users] Tracking method in and out with MetaLinks

2018-11-27 Thread Marcus Denker
>>> >>> I am working now on making the #after work so that one can get with #value >>> the return of the method… >>> >>> I now have a version where it works for Message Sends correctly *and* were >>> #after on Method works better (the compilation errors should be fixed). >>> >>> But #value f

Re: [Pharo-users] Tracking method in and out with MetaLinks

2018-11-26 Thread Marcus Denker via Pharo-users
--- Begin Message --- > On 23 Nov 2018, at 15:19, Marcus Denker wrote: > > > >> On 23 Nov 2018, at 14:59, Marcus Denker wrote: >> >> >> >>> On 23 Nov 2018, at 13:40, Manuel Leuenberger >>> wrote: >>> >>> Hi, >>> >>> I stumbled upon another MetaLink scenario that I am unsure how to >>

Re: [Pharo-users] Tracking method in and out with MetaLinks

2018-11-23 Thread Marcus Denker
> On 23 Nov 2018, at 14:59, Marcus Denker wrote: > > > >> On 23 Nov 2018, at 13:40, Manuel Leuenberger >> wrote: >> >> Hi, >> >> I stumbled upon another MetaLink scenario that I am unsure how to implement. >> I want to track method invocations, with receiver, arguments, selector, and >

Re: [Pharo-users] Tracking method in and out with MetaLinks

2018-11-23 Thread Manuel Leuenberger
Awesome! I am looking forward to it. Cheers, Manuel > On 23 Nov 2018, at 14:59, Marcus Denker wrote: > > > >> On 23 Nov 2018, at 13:40, Manuel Leuenberger >> wrote: >> >> Hi, >> >> I stumbled upon another MetaLink scenario that I am unsure how to implement. >> I want to track method invo

Re: [Pharo-users] Tracking method in and out with MetaLinks

2018-11-23 Thread Marcus Denker
> On 23 Nov 2018, at 13:40, Manuel Leuenberger wrote: > > Hi, > > I stumbled upon another MetaLink scenario that I am unsure how to implement. > I want to track method invocations, with receiver, arguments, selector, and > return value (maybe even signaled exception). I can track the method

[Pharo-users] Tracking method in and out with MetaLinks

2018-11-23 Thread Manuel Leuenberger
Hi, I stumbled upon another MetaLink scenario that I am unsure how to implement. I want to track method invocations, with receiver, arguments, selector, and return value (maybe even signaled exception). I can track the method input with a MetaLink installed on an RBMethodNode like this: MetaLi