[PEAK] dispatch Problem?
Phillip J. Eby
pje at telecommunity.com
Fri Jan 21 11:37:55 EST 2005
At 10:14 AM 1/21/05 -0500, Jay Parlar wrote:
>Am I doing something wrong here, or is this a bug in the dispatch module?
It's definitely a bug; the only errors you should be able to get by
defining a method are parse errors or name errors (if you reference an
undefined non-argument variable).
What's very odd is that this seems to be a failure of subexpression
ordering. I'm going to have to investigate this further.
More information about the PEAK
mailing list