Paul Cochrane (via RT) wrote:
In file src/ops/object.ops, in op callmethodcc(), there is the todo item:
"should we check if object.can(method)"
Either make the check or remove the todo item with good reason (and
maybe leave a comment in the source as to why).
I think we should not need to do that; find_method will just hand back a
null PMC if it fails to find a method, and then we can test that and
throw an exception if it is null.
Any objections? Otherwise I'll remove this comment in the next couple of
days.
Jonathan