May 11, 2015 [D-runtime] [D-Programming-Language/druntime] 8b4992: TickDuration UFCS "to" was broken for float | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation