#760 #759 introduced a change to the behavior of Operation.__apply__ whose ultimate correctness is unclear because we haven't precisely specified the order in which Operations should resolve their behavior when no direct handler is installed by going through default rules, instance-to-class, fwd, NotHandled, etc. We should figure this out and pin it with tests.
#760 #759 introduced a change to the behavior of
Operation.__apply__whose ultimate correctness is unclear because we haven't precisely specified the order in whichOperations should resolve their behavior when no direct handler is installed by going through default rules, instance-to-class,fwd,NotHandled, etc. We should figure this out and pin it with tests.