Commit Graph

3 Commits

Author SHA1 Message Date
Jeremy Baxter
9b3cf68ef2 dmd: 2.106.1 -> 2.108.0
Tests now use a D program called run.d, rather than the previous
Makefiles.

The compiler makefiles located in compiler/src/ have been
deprecated for a long time now and have finally been removed in favour
of build.d. There is also a top-level generic Makefile which also
works on Windows apparently. [1]

The Phobos makefiles (posix.mak and such) have also been removed and
replaced with a generic top-level Makefile. Same with druntime. [2]

[1]: <https://dlang.org/changelog/2.107.0.html#dmd.makefiles>
[2]: <https://dlang.org/changelog/2.107.0.html#druntime.makefiles>
     <https://dlang.org/changelog/2.107.0.html#makefiles>
2024-04-02 17:46:00 +13:00
Jeremy Baxter
ccf3cfcdf6 dmd: modernize 2024-04-02 17:20:38 +13:00
Jeremy Baxter
b0a8cf5243 dmd: migrate to pkgs/by-name 2024-03-20 09:11:11 +13:00