I was getting warnings from the compiler because method parameters used in dispatch were declared to be ignored.
I replaced the IGNORE declarations in question with IGNORABLE declarations, and now the tests pass on all of the implementations I have.
I sent a patch using git just a few minutes ago....
cheers, r