You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic here does not reflect recent changes to how alias methods
are dispatched, and does not properly handle several things:
* The compoundName is not passed through
* The actual implementation class may not get passed in
* Cases that require an implementer search are not handled
The combination of these leads to issues when aliased methods are
bound by indy JIT logic, so we will disable this for now and fix it
properly in JRuby 10.1.
Fixesjruby#8944
0 commit comments