filer icon indicating copy to clipboard operation
filer copied to clipboard

rename() fails to rename a file to itself

Open VictorKubrak opened this issue 6 years ago • 2 comments

I was writing a test for rename() when oldPath==newPath (You can see a discussion here). It was expected that function will successfully rename a file, but it fails. We came to the conclusion that function implementation has a bug. I would like this bug to be assigned to me.

VictorKubrak avatar Oct 10 '18 00:10 VictorKubrak

It's all yours @VictorKubrak! Thanks for finding this, and following through with a bug (and a fix). Let me know how you make out as you do your research and fixing.

humphd avatar Oct 10 '18 01:10 humphd

@humphd I created a PR pull-552

VictorKubrak avatar Oct 15 '18 16:10 VictorKubrak