[D-runtime] [D-Programming-Language/druntime] 8b4992: TickDuration UFCS "to" was broken for float

GitHub via D-runtime d-runtime at puremagic.com
Mon May 11 08:47:51 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 8b49926f81db5308d135967e749ccd76c280988a
      https://github.com/D-Programming-Language/druntime/commit/8b49926f81db5308d135967e749ccd76c280988a
  Author: Robert burner Schadek <robert.schadek at informatik.uni-oldenburg.de>
  Date:   2015-04-30 (Thu, 30 Apr 2015)

  Changed paths:
    M src/core/time.d

  Log Message:
  -----------
  TickDuration UFCS "to" was broken for float

https://github.com/D-Programming-Language/druntime/pull/1190 was not tested throughout, it has a missing "this".

TickDuration t;
auto tf = to!("nsecs",float)(t);

unittest fix for win and freebsd based

somehow is(F : float) is true for uint

args

better debugging

another try

another test

another bug dies

size_t

another try

review work

this is becoming sad

...

....

.....

merge


  Commit: 80a2da3944698e5e08f7b44afd1b8ae95326a46a
      https://github.com/D-Programming-Language/druntime/commit/80a2da3944698e5e08f7b44afd1b8ae95326a46a
  Author: Martin Nowak <code at dawg.eu>
  Date:   2015-05-11 (Mon, 11 May 2015)

  Changed paths:
    M src/core/time.d

  Log Message:
  -----------
  Merge pull request #1234 from burner/TickDuration_to_float_fix

TickDuration UFCS "to" was broken for float


Compare: https://github.com/D-Programming-Language/druntime/compare/dd9c509ef3a1...80a2da394469


More information about the D-runtime mailing list