Thread overview
[Issue 15137] core.time: Support Duration/Duration and Duration%Duration
Oct 02, 2015
Vladimir Panteleev
October 02, 2015
https://issues.dlang.org/show_bug.cgi?id=15137

Vladimir Panteleev <thecybershadow@gmail.com> changed:

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

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

--
October 03, 2015
https://issues.dlang.org/show_bug.cgi?id=15137

github-bugzilla@puremagic.com changed:

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

--
October 03, 2015
https://issues.dlang.org/show_bug.cgi?id=15137

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/809b40a9b110b652ba4539679c292fbe068d5cab core.time: Implement Duration % Duration

Fixes issue 15137

https://github.com/D-Programming-Language/druntime/commit/e02d47c8886bcf8bc969789c4dd1dbed4fdb90e8 core.time: Implement Duration / Duration

Fixes issue 15137

https://github.com/D-Programming-Language/druntime/commit/8ddfb8dd711cc503fbe371ac7c4c26ed5caf1d0b Merge pull request #1401 from CyberShadow/pull-20151002-151147

fix Issue 15137 - core.time: Support Duration/Duration and Duration%Duration

--
October 04, 2015
https://issues.dlang.org/show_bug.cgi?id=15137

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/809b40a9b110b652ba4539679c292fbe068d5cab core.time: Implement Duration % Duration

https://github.com/D-Programming-Language/druntime/commit/e02d47c8886bcf8bc969789c4dd1dbed4fdb90e8 core.time: Implement Duration / Duration

https://github.com/D-Programming-Language/druntime/commit/8ddfb8dd711cc503fbe371ac7c4c26ed5caf1d0b Merge pull request #1401 from CyberShadow/pull-20151002-151147

--