-
Notifications
You must be signed in to change notification settings - Fork 1
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
IO: use Location, TypedIOService #17
Conversation
Lovely, thanks @frauzufall! One question though: should we keep (i.e. re-introduce) the Also, I think a version bump to |
@imagejan thanks for reviewing!! I agree with
Sorry for not checking this earlier - I will have a closer look tomorrow. Adding more
|
@frauzufall wrote:
Ah, yes, I missed that, thanks!
Agreed. I actually ran Will cut a release shortly. |
This PR depends on the following PRs in
scijava-common
:It makes the IO classes to use
Location
and theTypedIOService
. It also sneaks in a small change to theTableIOOptions
where the parser is now of typeFunction<String, ?>
instead ofFunction<String, Object>
.