[PEAK] dispatch.strategy.ProtocolTest bug
Phillip J. Eby
pje at telecommunity.com
Mon Nov 22 20:56:10 EST 2004
At 06:27 PM 11/22/04 +0100, Radek Kanovsky wrote:
>There is problem with ProtocolTest if declaration order is as follows:
Actually, it looks like the real problem is with index rebuilds in the
generic function itself. ProtocolTest is telling the function to rebuild
its index, but the mechanism it uses is broken; it effectively builds an
empty dispatch index, that then leads to it thinking that all methods apply
to any case. So, I need to make a test and fix for this index rebuilding
issue.
More information about the PEAK
mailing list