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

support FakeFileSystem #341

Open
benkuly opened this issue Jun 12, 2024 · 2 comments
Open

support FakeFileSystem #341

benkuly opened this issue Jun 12, 2024 · 2 comments

Comments

@benkuly
Copy link

benkuly commented Jun 12, 2024

One of the few things that is currently preventing me from switching to kotlinx-io is the lack of FakeFileSystem.

@lppedd
Copy link
Contributor

lppedd commented Jun 12, 2024

We could also implement custom file systems, if FileSystem wasn't sealed. I don't recall why it was declared sealed.

@fzhinkin
Copy link
Collaborator

FileSystem is expected to be unstable until FS API finalization (which hasn't happened yet), by keeping it sealed we can ensure a smoother and simpler evolution cycle for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants