[D-runtime] druntime commit, revision 486
Brad Roberts
braddr at puremagic.com
Sat Jan 8 23:18:25 PST 2011
On 1/8/2011 10:58 AM, dsource.org wrote:
> druntime commit, revision 486
>
>
> user: sean
>
> msg:
> A few Windows fixes using core.time.
>
> http://www.dsource.org/projects/druntime/changeset/486
>
> paths changed:
> U trunk/src/core/sync/condition.d
> U trunk/src/core/sync/semaphore.d
> U trunk/src/core/thread.d
Looks like there's still at least one more win32 fix needed from the core.time
changes:
unittest.obj(unittest)
Error 42: Symbol Undefined _D3std7windows8syserror14sysErrorStringFkZAya
unittest.obj(unittest)
Error 42: Symbol Undefined _D3std7windows8syserror12__ModuleInfoZ
Also, from the changes done a while back to link the druntime tests against just
druntime rather than the full phobos.lib, windows isn't happy, though it's just
a warning, the tests run (barring other brokenness):
druntime.lib
Warning 2: File Not Found druntime.lib
More information about the D-runtime
mailing list