-
Notifications
You must be signed in to change notification settings - Fork 52
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
Use Location in the I/O API #395
Conversation
This is much more elegant. It is also a very breaking change. Co-authored-by: Deborah Schmidt <[email protected]>
06021e0
to
b7285c5
Compare
Here is what
|
@frauzufall wrote:
Do you mean this? |
EDIT I made a separate PR #396 for the TypedIOService stuff. |
9b09f4c
to
5906195
Compare
* they were removed in favor of using Location instead of String for IO handling * they are re-added to restore backwards compatibility
- this restores backwards-compatibility
I fixed the most important API changes, this is the new status of
Not sure if there are more possibilities to fix any of this or if it would be desired at all. I probably don't have anything to add to this PR until someone gives feedback. |
@frauzufall wrote:
Unfortunately, this still is a breaking change, as See also #406. |
Following this gitter discussion I cherry-picked this commit and re-added the
String
methods to hopefully keep backwards compatibility.I also added a test, but it's a bit dull. I forgot how to include a test
SciJavaPlugin
without having to define a public class, can someone remind me?Happy for feedback!