This project simply takes every dub package available on code.dlang.org
and tests each version
against each DMD release. It keeps track of the results and crafts HTML reports.
A failure in the tester does not indicate a project that does not work. See the Limitations section below. This system exists to give a quick impression of what D versions are best to use for what projects, and what D versions are generally most compatible with the ecosystem at large.
You will need:
This is currently being developed with dmd 2.081.1.
The auto tester has build badges. Here’s an example:
This indicates the most recent contiguous range of D versions that at least one version of the package can build and pass tests on.
Dunno why you’d want it, but I made it.