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
At some point (on 1.7 branch too) we stopped using MethodBlock to wrap the RubyMethod instance, so the parameter logic is going through BlockBody.getParameterList. However, getParameterList's format is different from the getArgDesc used by IR, so it messes it all up.
JRuby 9k's
Method#to_proc
seems to break the encoded parameter list.MRI:
JRuby 9k:
The text was updated successfully, but these errors were encountered: