RickStrahl / MarkdownMonster

An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
https://markdownmonster.west-wind.com
Other
1.59k stars 235 forks source link

Renaming file opens empty file and empty bak files #1128

Closed internationils closed 1 month ago

internationils commented 3 months ago

image

image

image

internationils commented 3 months ago

I was creating and removing files with a script and noticed that some things are not as atomic as I expected in WSL... maybe that is what is happening with the renaming?

        # remove it since it is autogenerated
        # does not work immediately, WSL filesystem is too slow to close it
        sleep 0.1
        rm -f $section
RickStrahl commented 1 month ago

Duplicate of #1141. Should be fixed.