[D-runtime] [D-Programming-Language/druntime] ab3ed2: Fix bug# 14546.
GitHub via D-runtime
d-runtime at puremagic.com
Fri May 8 20:20:20 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: ab3ed252850eae6071d5fc1dc65d3fb31eaab2d7
https://github.com/D-Programming-Language/druntime/commit/ab3ed252850eae6071d5fc1dc65d3fb31eaab2d7
Author: Jonathan M Davis <jmdavisProg at gmx.com>
Date: 2015-05-08 (Fri, 08 May 2015)
Changed paths:
M src/core/time.d
Log Message:
-----------
Fix bug# 14546.
This makes it so that ClockType isn't actually used in core.time in the
documentation build (since if it is, it triggers static assertions,
since none of the systems support all of the ClockTypes, but they all
have to be defined for the documentation build in order to show up in
the docs).
Commit: 972954cfd972b65d91fe2f545b10ddbdceb94ac5
https://github.com/D-Programming-Language/druntime/commit/972954cfd972b65d91fe2f545b10ddbdceb94ac5
Author: Martin Nowak <code at dawg.eu>
Date: 2015-05-09 (Sat, 09 May 2015)
Changed paths:
M src/core/time.d
Log Message:
-----------
Merge pull request #1259 from jmdavis/bug14546
Fix bug# 14546 - Make the druntime documentation buildable again.
Compare: https://github.com/D-Programming-Language/druntime/compare/2c74db04856d...972954cfd972
More information about the D-runtime
mailing list