Thread overview
[Issue 14530] TickDuration to! is broken
May 05, 2015
Vladimir Panteleev
May 05, 2015
Vladimir Panteleev
May 05, 2015
Robert Schadek
[Issue 14530] [REG2.068a] TickDuration to! is broken
May 07, 2015
Martin Krejcirik
May 22, 2015
Vladimir Panteleev
May 05, 2015
https://issues.dlang.org/show_bug.cgi?id=14530

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com

--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> ---
Introduced in https://github.com/D-Programming-Language/druntime/pull/1190

--
May 05, 2015
https://issues.dlang.org/show_bug.cgi?id=14530

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |regression

--
May 05, 2015
https://issues.dlang.org/show_bug.cgi?id=14530

Robert Schadek <rburners@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rburners@gmail.com

--- Comment #2 from Robert Schadek <rburners@gmail.com> ---
https://github.com/D-Programming-Language/druntime/pull/1234

--
May 07, 2015
https://issues.dlang.org/show_bug.cgi?id=14530

Martin Krejcirik <mk@krej.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|TickDuration to! is broken  |[REG2.068a] TickDuration
                   |                            |to! is broken

--
May 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14530

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |schveiguy@yahoo.com
         Resolution|---                         |FIXED

--- Comment #3 from Steven Schveighoffer <schveiguy@yahoo.com> ---
PR has been merged, didn't get auto-closed for some reason.

--
May 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14530

--- Comment #4 from Vladimir Panteleev <thecybershadow@gmail.com> ---
(In reply to Steven Schveighoffer from comment #3)
> PR has been merged, didn't get auto-closed for some reason.

Because the issue # was not mentioned in the commit message.

There is a simple secret for easy and correct commit messages:

Copy the stuff in the gray band at the top of this page, starting with "Issue ..." and up to "(edit)", put that in the commit message, and prefix "fix " in front.

--