[D-runtime] druntime commit, revision 483

Brad Roberts braddr at puremagic.com
Sat Jan 8 00:00:21 PST 2011


All three build started failing:

win32:
../dmd/src/dmd -c -d -o- -Isrc -Iimport -Hfimport\core\thread.di src\core\thread.d
src\core\thread.d(1084): Error: undefined identifier milliseconds
src\core\thread.d(1093): Error: function core.time.Duration.opCmp (in
const(Duration) rhs) const is not callable using argument types (_error_)
src\core\thread.d(1097): Error: 'val' is not a scalar, it is a Duration
src\core\thread.d(1097): Error: 'val' is not of arithmetic type, it is a Duration
src\core\thread.d(1099): Error: no property 'totalMilliseconds' for type 'Duration'

Linux 32 and 64:
../dmd/src/dmd -c -d -o- -Isrc -Iimport -Hfimport/core/time.di src/core/time.d
src/core/time.d(1294): Error: undefined identifier CLOCK_MONOTONIC
src/core/time.d(1860): Error: undefined identifier CLOCK_MONOTONIC




On 1/7/2011 10:09 PM, dsource.org wrote:
> druntime commit, revision 483
> 
> 
> user: sean
> 
> msg:
> Added new core.time.  Tested on OSX.  Still need to test on Windows.
> 
> http://www.dsource.org/projects/druntime/changeset/483
> 
> paths changed:
> U   trunk/src/core/sync/condition.d
> U   trunk/src/core/sync/config.d
> U   trunk/src/core/sync/semaphore.d
> U   trunk/src/core/thread.d
> U   trunk/src/core/time.d
> 
> _______________________________________________
> D-runtime mailing list
> D-runtime at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/d-runtime



More information about the D-runtime mailing list