[dmd-beta] dmd 2.053 beta
David Simcha
dsimcha at gmail.com
Sat May 7 07:38:16 PDT 2011
On 5/7/2011 2:27 AM, Walter Bright wrote:
>
>
> On 5/6/2011 10:47 PM, David Simcha wrote:
>> Test drove this with plot2kill, dstats and a few unreleased libs.
>> Things that break existing code for me:
>>
>> 1. http://d.puremagic.com/issues/show_bug.cgi?id=5938
>>
>> 2. http://d.puremagic.com/issues/show_bug.cgi?id=5939
>>
>> 3. http://d.puremagic.com/issues/show_bug.cgi?id=5940
>>
>> The last two have to do with std.algorithm.map being made a nested
>> struct and nested structs having annoying and surprising limitations
>> that the old implementation didn't have.
>
> This can be fixed by making those nested struct static.
Indeed this does fix all the problems, but I can't run the Phobos unit
tests and commit this fix because I'm hung up on the following druntime
build error on Windows:
dmc -c src\rt\monitor.c
Fatal error: unable to open input file 'mars.h'
More information about the dmd-beta
mailing list