[D-runtime] druntime commit, revision 410
Sean Kelly
sean at invisibleduck.org
Thu Nov 4 21:01:09 PDT 2010
On Nov 4, 2010, at 8:24 PM, Brad Roberts wrote:
> On 11/4/2010 12:09 PM, dsource.org wrote:
>> druntime commit, revision 410
>>
>>
>> user: sean
>>
>> msg:
>> Added core.time, which has a Duration type used to communicate time periods to relevant routines in druntime. Right now, Thread.sleep() is the only method that accepts a Duration, but the routines in core.sync will be modified to do so as well if core.time passes muster.
>>
>> http://www.dsource.org/projects/druntime/changeset/410
>
> I haven't been following the thread about time stuff today, but this change
> seems to have broken the win32 build:
>
> from: http://d.puremagic.com/test-results/test_data.ghtml?dataid=16814
>
> src\core\thread.d(1099): Error: 'val' is not a scalar, it is a Duration
> src\core\thread.d(1099): Error: 'val' is not of arithmetic type, it is a Duration
Crapola. Thanks for the report. I'll fix it shortly.
More information about the D-runtime
mailing list