June 13, 2018
2:38 p.m.
Hi Guille, On Wed, 13 Jun 2018 at 11:14, Guillermo Polito <guillermopolito@gmail.com> wrote:
Hi Alistair,
This is great!
I've overlooked the changes, I don't have much of a remark. Just a question: what would be the semantics of symlinks and character/block files in windows?
Thanks for taking a look! On Windows: - #isSymlink will always return false. - The character and block mode bits will never be set. - If you attempt to retrieve symbolic link attributes (despite #isSymlink being false) you'll get a FileSystemError. I've finally got the file times correct on Windows, the 536 file related automated tests pass. I've just got to update the Unix code to match. Cheers, Alistair