On 02/19/2018 05:49 AM, Martin Nowak wrote:
http://dlang.org/changelog/2.079.0.html
...WOW O_o!!!! This release is seriously, just...wow!One question though: I'm unclear on the "include imports". Do those basically obviate the original purpose of rdmd? Ie, so dmd doesn't need to be passed a list of every individual file to be compiled? Just do this and be done?:
$ dmd -offoobar -Isource -i=foobar source/foobar/main.d $ ./foobar Or do I misunderstand it?
