Skip to content
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

Paths.get() #10

Closed
Thrameos opened this issue Jun 18, 2017 · 1 comment
Closed

Paths.get() #10

Thrameos opened this issue Jun 18, 2017 · 1 comment

Comments

@Thrameos
Copy link
Owner

One of the common patterns we are working around is the need to call Paths.get() so that we don't end up adding load(String) overloads everywhere we want to use Path. The key issue here is the lack of varargs support in jpype. I have submitted a patch in for this. But until it makes in to a release, I am going to have to continue to wage this battle. Unfortunately, unless matlab also comes up with an easier way to access varargs java methods, this may be a losing one for now.

@Thrameos Thrameos self-assigned this Jun 18, 2017
@Thrameos
Copy link
Owner Author

Thrameos commented Jul 3, 2018

Var args is now part of master.

@Thrameos Thrameos closed this as completed Jul 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant