dmd 1.057 and 2.041 release

Lars T. Kyllingstad public at kyllingen.NOSPAMnet
Mon Mar 8 00:50:20 PST 2010


Walter Bright wrote:
> Lots of meat and potatoes here, and a cookie! (spelling checker for 
> error messages)
> 
> http://www.digitalmars.com/d/1.0/changelog.html
> http://ftp.digitalmars.com/dmd.1.057.zip
> 
> 
> http://www.digitalmars.com/d/2.0/changelog.html
> http://ftp.digitalmars.com/dmd.2.041.zip
> 
> Thanks to the many people who contributed to this update!


It seems array literals have become dynamic arrays, but I can't find any 
mention of that in the change log.

   pragma(msg, typeof([1,2,3]).stringof);

   // Prints "int[3u]" with DMD 2.040
   // Prints "int[]" with DMD 2.041

-Lars


More information about the Digitalmars-d-announce mailing list