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
gildor478
changed the title
memfs doesn't handle renaming file which share a prefix (e.g foobar.txt and foobar.txt.asc)
memfs doesn't handle renaming files which share a prefix (e.g foobar.txt and foobar.txt.asc)
Nov 29, 2019
Whenever I try to rename files that share the same prefix, I get an error "Received unexpected error: file does not exist" on the second file.
I cannot reproduce the same behavior on osfs, which works as expected in this case.
I expect to be able to rename multiple files in a row even if they have part of their name in common.
Here is a test to reproduce the error:
The text was updated successfully, but these errors were encountered: