gnustep / libobjc2

Objective-C runtime library intended for use with Clang.
http://www.gnustep.org/
MIT License
434 stars 118 forks source link

Fix invoking missing superclass methods. #154

Closed davidchisnall closed 4 years ago

davidchisnall commented 4 years ago

The lookup functions for the superclass paths were silently ignoring missing methods, rather than calling the forwarding hook.

Fixes #153