You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed a behavior difference between memfs and real os filesystem.
Related issue: #152
Related commit: ec3a311
It says that returning io.ErrUnexpectedEOF is "in line with how the OS File works".
However, it seems that this is not true?
ping @bep
Test case to reproduce (tested on linux 6.6.7 ext4):
I've noticed a behavior difference between memfs and real os filesystem.
Related issue: #152
Related commit: ec3a311
It says that returning io.ErrUnexpectedEOF is "in line with how the OS File works".
However, it seems that this is not true?
ping @bep
Test case to reproduce (tested on linux 6.6.7 ext4):
The text was updated successfully, but these errors were encountered: