We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following returns null:
val a = Path.fromString("/Users") val b = Path.fromString("/etc") a.relativize(b)
I think there's an implicit guarantee not to return null from a scala API. I think relativize should be either deprecated or fixed. Some suggestions:
The text was updated successfully, but these errors were encountered:
I entirely agree. I'd never expect any of this API to return null.
null
Sorry, something went wrong.
I absolutely agree with that. I will make the change.
No branches or pull requests
The following returns null:
I think there's an implicit guarantee not to return null from a scala API. I think relativize should be either deprecated or fixed. Some suggestions:
The text was updated successfully, but these errors were encountered: