Thread overview
[Issue 20370] On POSIX, std.file.copy only copies the file times at second precision
Sep 12, 2020
Dlang Bot
Sep 16, 2020
Dlang Bot
Sep 18, 2020
Dlang Bot
September 12, 2020
https://issues.dlang.org/show_bug.cgi?id=20370

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #7629 "On POSIX std.file.copy was copying file times at second precision" fixing this issue:

- Fix Issue 20370 - On POSIX, std.file.copy only copies the file times at second precision

https://github.com/dlang/phobos/pull/7629

--
September 16, 2020
https://issues.dlang.org/show_bug.cgi?id=20370

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7629 "On POSIX std.file.copy was copying file times at second precision" was merged into stable:

- 99e7366b99c240014eaabd0ec496584efe2c0bde by Nathan Sashihara:
  Fix Issue 20370 - On POSIX, std.file.copy only copies the file times at
second precision

https://github.com/dlang/phobos/pull/7629

--
September 18, 2020
https://issues.dlang.org/show_bug.cgi?id=20370

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7639 "merge stable" was merged into master:

- b8e9e70e9046aafe723e2184fcdf2c6f069bc9f6 by Nathan Sashihara:
  Fix Issue 20370 - On POSIX, std.file.copy only copies the file times at
second precision

https://github.com/dlang/phobos/pull/7639

--