Ticket #1894 (closed bug: fixed)
EventHandler's VTABLE_invoke unused and crashes .
| Reported by: | DavidCzech | Owned by: | whiteknight |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | core | Version: | master |
| Severity: | low | Keywords: | eventhandler invoke |
| Cc: | Language: | ||
| Patch status: | Platform: | all |
Description
Although http://docs.parrot.org/parrot/latest/html/docs/pdds/pdd24_events.pod.html says that EventHandlers are code objects (anything that can be invoked or called), calling an EventHandler doesn't make a lot of sense (why not just call the code directly?). Current invoke() crashes when called (but maybe I'm calling it wrong?),
Change History
Note: See
TracTickets for help on using
tickets.
