HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/tab-separated-values; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 03:14:51 GMT Content-length: 921 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id summary reporter owner description type status priority milestone component version severity resolution keywords cc lang patch platform 1487 Object.find_method fails if PIR 'find_method' vtable override returns null Austin_Hastings "If I override the 'find_method' vtable for a class, the object.pmc code correctly locates the override and calls it. However, the same code assumes that any overridden find_method will automatically succeed. This is inconsistent with the way the default behavior is implemented, which allows a class to return null and then passes on to the next class in the MRO. (I can see where it might be desirable to ""block"" method lookup from parent classes. But I think it's more likely that some kind of AUTOLOAD behavior is going to match-these-names or pass to the ancestor. Blocking can be implemented with a sub that dies, or Undef.)" bug new normal core 2.1.0 medium