Alberto Manuel Brandão Simões <> wrote:

> Failed Test      Stat Wstat Total Fail  Failed  List of Failed
> -------------------------------------------------------------------------------
> t/pmc/delegate.t    1   256    10    1  10.00%  8
> t/pmc/objects.t     1   256    37    1   2.70%  26

Yep. The first one is already gone. The object's test will still fail for
a while.

The problem is the selection of MMD functions for objects. It's
currently just a static range of type check - if the PMC type is outside
this range, the mmd fallback functions are choosen, which use get_number
to extract values.

Delegate dispatch should be somewhere "near" the object so that it's
choosen instead of the generic fallback function.

leo

Reply via email to