Code coverage and method wrappers in Squeak 3.9

Diego Fernandez diegof79 at gmail.com
Mon Apr 17 18:34:48 UTC 2006


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:
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20060417/98b2d5c0/attachment.htm


More information about the Squeak-dev mailing list