-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
varargs support #123
Comments
The readme lists statics as supporting variadics but that doesnt seem possible since static and non-static methods have the same underlying implementation and neither of them support variadics/varargs. After looking at the implementation, the fix looks fairly straightforward and I should have a PR up soon. |
Looking further into it:
Test failure resolved by: #124 |
It seems that j4rs does not support calling java methods defined with varargs from rust.
I'll take a look into whats missing for this to work, but if you have any ideas I'd love to hear them.
The text was updated successfully, but these errors were encountered: