Philippe Marschall

Results 166 comments of Philippe Marschall

I cherry picked the `ZipFileSystem` commit and removed the JDK regression tests. We shouldn't really have JDK regression tests in this project, only test interoperability. I need a bit more...

> > and removed the JDK regression tests. We shouldn't really have JDK regression tests in this project, only test interoperability. > > I was just fixing tests existing for...

Regarding the additional constant and exception message, these are good points and I fixed them in d6f915ad00d3001d114bd69ba632ca771a93fca7. Now for the maximum file size how big do you really need? Remember...

@develar no new so far, is this a deal breaker for you?

Yes, to be honest I'm not too familiar with JimFs, when I started the project I was not aware of JimFs. May I ask what your use case and specific...

Thank you for your submission but I believe [injecting a FileSystem instance](https://github.com/marschall/memoryfilesystem#guidelines-for-testable-file-code) is a better approach.

The ambiguity with PosixFileAttributeView for FileOwnerAttributeView will have to be solved as well.

Unintentionally closed

It should not be possible to create paths longer than the simulated file system would allow.

What is your use case for `HEAD`? As discussed previously, hacking in `HEAD` opens up the possibility for various unintended consequences if the implementor is not aware of it.