Code coverage and method wrappers in Squeak 3.9

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Code coverage and method wrappers in Squeak 3.9

Diego Fernández
Hi people,
A month ago I have uploaded a package to do code coverage implemented using block simulation. (it can be found in SqueakSource only... I have problems with the SM upload ouch!).

The problem with this implementation was that it cannot handle some cases (for example exceptions, when trying to debug this, I also found that the debugger cannot handle #when:do: or #ensure: correctly).
So I decided to change the implementation to use method wrappers.

This mail is just to comment that I just uploaded fixes to MethodWrappers to make it work in 3.9, they can be found here: <a href="http://bugs.impara.de/view.php?id=3475" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://bugs.impara.de/view.php?id=3475

Cheers,
Diego.-

PD: I have tried to make a new version of the MethodWrappers MC package, but when I load it... it fails :(
I couldn't find the reason, so I have included a .cs in the bug report.