-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
java.nio.file.Path
support incomplete
#1235
Comments
Note: the existing class is broken, as it only supports the default file system. |
Issue #1235; rework to complete the implementation for Path.
Broken is such a strong word... I'd say limited. :-D Thanks for the patch, will merge it, and simplify some parts (no need to deprecate existing class as it's renamed version of one from 2.7, so technically new) |
java.nio.file.Path
support incomplete
I wrote broken based on trying something with a much older version :-). I agree, of course, with your characterization. Do I have any hope of a 2.7.x? |
@bimargulies heh. Broken works as characterisation too. For 2.7 I can probably cherry-pick something... just need to be more careful. If you want to take a stab that might be fastest. |
When are you thinking that 2.8.0 might appear? If it's soon, I don't need a 2.7.x solution. |
@bimargulies really hoping to nail n+1 odds & ends to get 2.8.0.rc1 out soon. Soon here means within 2-3 weeks. And depending on how greedy I am, doing rcs for 2-4 weeks more. There's reasonable chance rc1 will arrive no later than 2.7.5 would; 2.7.4 seems stable enough to last for longer than previous patches. |
Just as the subject says.
I'll make a patch for this.
The text was updated successfully, but these errors were encountered: