[Github-comments] [geany/geany] Preventing destroying of symbolic/hard links in Windows OS. (#1270)

elextr notifications at xxxxx
Sat Oct 22 01:50:43 UTC 2016


@biv91 The basic file write method is intended to be simple and fast, especially useful for slow remote filesystems.  We regularly get complaints about other save methods being too slow.  Your changes mean it now writes all zeros and then overwrites with the data, potentially doubling the transfers.

Also that change has nothing to do with overwriting links on windows.  Please separate the changes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1270#issuecomment-255500141
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161021/b481bced/attachment.html>


More information about the Github-comments mailing list