dmd 1.075 and 2.060 release

Alex Rønne Petersen alex at lycus.org
Thu Aug 2 13:08:10 PDT 2012


On 02-08-2012 21:18, Walter Bright wrote:
> Another big pile of bug fixes. More contributors than ever!
>
> http://www.digitalmars.com/d/1.0/changelog.html
> http://ftp.digitalmars.com/dmd.1.075.zip
>
> http://www.digitalmars.com/d/2.0/changelog.html
> https://github.com/downloads/D-Programming-Language/dmd/dmd.2.060.zip

Unfortunately ran into a couple of regressions (though nothing major).

One is here (and is fairly trivial to work around): http://j.mp/MftNLG

Another one, which I haven't quite worked out a reduction of, is that 
the 'result' here is being claimed by DMD to be an undefined identifier: 
https://github.com/lycus/mci/blob/master/src/mci/vm/code.d#L59

I just commented out the postcondition there for now. Will try to create 
a useful reduction later today.

-- 
Alex Rønne Petersen
alex at lycus.org
http://lycus.org


More information about the Digitalmars-d-announce mailing list