Thread overview
[Issue 20785] std.file.setTimes: on macOS use setattrlist to avoid truncating timestamp precision to microseconds
Apr 29, 2020
Dlang Bot
Apr 29, 2020
Nathan S.
May 19, 2020
Dlang Bot
April 29, 2020
https://issues.dlang.org/show_bug.cgi?id=20785

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 #7466 "std.file.setTimes: on macOS use setattrlist to avoid truncating timestamp precision to microseconds" fixing this issue:

- Fix Issue 20785 - std.file.setTimes: on macOS use setattrlist to avoid truncating timestamp precision to microseconds

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

--
April 29, 2020
https://issues.dlang.org/show_bug.cgi?id=20785

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=20787

--
May 19, 2020
https://issues.dlang.org/show_bug.cgi?id=20785

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 #7466 "std.file.setTimes: on macOS use setattrlist to avoid truncating timestamp precision to microseconds" was merged into stable:

- dfb9099055eb4ec2603ee0b827dfa022310d4fb0 by Nathan Sashihara:
  Fix Issue 20785 - std.file.setTimes: on macOS use setattrlist to avoid
truncating timestamp precision to microseconds

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

--