iK4tsu/dlings

Specify minimum toolchain requirements

nairboon opened this issue · 0 comments

Maybe the toolchain requirements can be added to dub.json to warn from using older compilers

I just tried to run it with a somewhat recent dmd version (v2.099.1) and it doesn't compile:

source/util.d(40,26): Error: => shortened method not enabled, compile with compiler switch -preview=shortenedMethods source/util.d(41,24): Error: => shortened method not enabled, compile with compiler switch -preview=shortenedMethods source/util.d(126,31): Error: => shortened method not enabled, compile with compiler switch -preview=shortenedMethods source/util.d(127,31): Error: => shortened method not enabled, compile with compiler switch -preview=shortenedMethods
source/tutor.d(12,8): Error: module std.functionalimport bind not found