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

chore: Add a note about fifos not being supported in FileIO.fromPath #32259

Merged

Conversation

johanandren
Copy link
Member

@johanandren johanandren commented Dec 15, 2023

Refs #32134

Wanted to fail fast with a better error message but could not find a definitive way to know a path is a fifo from Java, the closest is that Files.isRegularFile returns false, or that the posix file attributes contains isOther but those would probably also cover devices and other things that may be fine to read with fromPath

@johanandren johanandren changed the title chore: Add a note about fifos not being supported in FileIO.formPath chore: Add a note about fifos not being supported in FileIO.fromPath Dec 15, 2023
@johanandren johanandren merged commit 707cdf8 into akka:main May 3, 2024
5 checks passed
@johanandren johanandren deleted the wip-no-fromPath-from-fifos-apidoc branch May 3, 2024 10:30
@johanandren johanandren added this to the 2.9.3 milestone May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant