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
ext/java/org/msgpack/jruby/Encoder.java:195: error: method newEncoding in class RubyEncoding cannot be applied to given types;
object = (RubyString) ((RubyString) object).encode(runtime.getCurrentContext(), RubyEncoding.newEncoding(runtime, utf8Encoding));
^
required: Ruby,byte[],int,int,boolean
found: Ruby,Encoding
reason: actual and formal argument lists differ in length
@SebastianEdwards I see you corrected this API change in msgpack so I am going to close this here. During 9k point releases we plan on introducing new API for both 1.7.x and 9k (and only deprecate what we have today) so that you will have a clear path for our next major release long in advance.
See: https://travis-ci.org/msgpack/msgpack-ruby/jobs/47236877
The text was updated successfully, but these errors were encountered: