Message11970

Author jeff.allen
Recipients jeff.allen, psykiatris
Date 2018-05-11.21:48:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526075293.85.0.682650639539.issue2683@psf.upfronthosting.co.za>
In-reply-to
Content
There definitely is such a method. It's hard to see how this could happen unless the JVM is not what you think.

The only odd thing I can see is tha the required return type appears to be ByteBuffer, not Buffer. This leads me to suspect the problem is the same as https://jira.mongodb.org/browse/JAVA-2559 .

It's not something Jython can fix. It's either a JLine problem or a Java fault. But it is a problem for us if JLine was (maybe) compiled against a library where the signature is different from (some) run-time environments.
History
Date User Action Args
2018-05-11 21:48:13jeff.allensetmessageid: <1526075293.85.0.682650639539.issue2683@psf.upfronthosting.co.za>
2018-05-11 21:48:13jeff.allensetrecipients: + jeff.allen, psykiatris
2018-05-11 21:48:13jeff.allenlinkissue2683 messages
2018-05-11 21:48:13jeff.allencreate