[Issue 14819] lots of things in std.datetime return TickDuration, which is documented as to-be-deprecated

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 22 14:55:19 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14819

Jonathan M Davis <issues.dlang at jmdavisProg.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |issues.dlang at jmdavisProg.co
                   |                            |m
         Resolution|---                         |INVALID

--- Comment #1 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
Um, why are you opening a bug report for this? A forum discussion would make a
lot more sense.

In any case, relatively little in std.datetime uses TickDuration. It's only the
benchmarking stuff that does. But those functions are going to need to be
replaced - presumably in std.benchmark - with similar functions that use
MonoTime and Duration. After that's been done, TickDuration and the functions
that use it can be deprecated.

--


More information about the Digitalmars-d-bugs mailing list