Le 15/02/2012 05:47, Walter Bright a écrit :
Anyone care to count up the number of bug fixes here?
http://www.digitalmars.com/d/1.0/changelog.html
http://ftp.digitalmars.com/dmd.1.073.zip
http://www.digitalmars.com/d/2.0/changelog.html
https://github.com/downloads/D-Programming-Language/dmd/dmd.2.058.zip
I quite disapointed to see array.sort fixed instead of deprecated.
This method is inferior to std.algorithm.sort, and most of its drawbacks
are not fixable. Plus, sorting doesn't belong to the runtime IMO.
Great job by the way !