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

Replace com.google.jimfs with memoryfilesystem #675

Open
Michael1993 opened this issue Sep 28, 2022 · 4 comments
Open

Replace com.google.jimfs with memoryfilesystem #675

Michael1993 opened this issue Sep 28, 2022 · 4 comments

Comments

@Michael1993
Copy link
Member

Requires an investigation if it's possible. See https://github.com/marschall/memoryfilesystem.

The nice thing about this project that it comes as a module! 🥳

@Bukama
Copy link
Member

Bukama commented Sep 28, 2022

Please add more context to the issue: What they are for and why replace it?

@beatngu13
Copy link
Member

Related: google/jimfs#204

@Bukama
Copy link
Member

Bukama commented Oct 1, 2022

So if I understand that correctly we use and JSR conform memory filesystem (most probably for the TempDir extension) but the com.google.jimfs does not provide a module file.
So someone should investigate if memoryfilesystem can solve that, to make the TempDir modular?

@Michael1993
Copy link
Member Author

So if I understand that correctly we use and JSR conform memory filesystem (most probably for the TempDir extension) but the com.google.jimfs does not provide a module file. So someone should investigate if memoryfilesystem can solve that, to make the TempDir modular?

We use jimfs only for tests, actually.

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