dmd 1.069 and 2.054 release

Stephan spam at extrawurst.org
Mon Jul 11 02:21:12 PDT 2011


On 11.07.2011 05:07, Walter Bright wrote:
> Continuing the trend, more people contributed to this release than any
> other!
>
> http://www.digitalmars.com/d/1.0/changelog.html
> http://ftp.digitalmars.com/dmd.1.069.zip
>
> http://www.digitalmars.com/d/2.0/changelog.html
> http://ftp.digitalmars.com/dmd.2.054.zip

I like this one:
"Added -property switch"

But since phobos does not even build with it (in win32) it is pretty 
much useless:

phobos\std\file.d(228): Error: not a property GetLastError:

version(Windows) this(in char[] name,
                           uint errno = GetLastError,
                           string file = __FILE__,
                           size_t line = __LINE__){...}


More information about the Digitalmars-d-announce mailing list