pharo-contributions / MethodProxies

A library to decorate and control method execution.
6 stars 7 forks source link

Look for the correct trapContext in case it is not. #21

Open PalumboN opened 2 days ago

PalumboN commented 2 days ago

Fix https://github.com/pharo-contributions/MethodProxies/issues/20

See comment in the issue, this does not solve the problem 100%.

Tests are missing... because

  1. I'm not sure about what's the problem with the context
  2. I could not find why saving the image hit the bug (to minimize the noise).