symmetryinvestments / dud

A new dlang build tool
GNU Lesser General Public License v3.0
35 stars 9 forks source link

Three tuple #29

Open burner opened 3 years ago

burner commented 3 years ago

Until this morning I was under the impression and dub package version are two tuple consisting of

.

But that is wrong. It is a three tuple, the third element is the toolchain requirement to the frontend version range.

The selected frontends should be checked against the available compilers before any code is compiled.