Summary
remove lolevel unbound and invalid-procedure hooks
Metadata
- Id: d0dbefb969daf71a12fa0e6a9d57fa60fbf0c3dd
- Trac id: 84
- Type: task
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: core-pending
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.2.x
- Changetime: 2010-03-11 10:33:12 UTC
- Created: 2009-10-14 23:39:11 UTC
- Keywords:
Description
These hooks should be removed. They are of very little value (mostly for dirty hacks) and add unneeded complexity to the implementation.
Committed to the "pending" branch as 6e5eb38f11a2a8f9a82d1009563e371139a76438
Changes and comments
[2009-10-14 23:43:39 UTC] felix wrote:
Note: this will remove single-stepping and breakpoints. The single-stepping is a horrible hack and the breakpoints should better be implemented using the `advice` egg (will be provided).
[2009-10-29 08:54:24 UTC] felix wrote:
Note: code for an egg for providing `advice` based breakpoints is available and will be released soon (see http://github.com/bunny351/protoeggs/tree/master/trace/).