September 27, 2020
Do we have any D dependency scanning available for D in Cmake, just like the built in C/C++ dependency scanner which is handy, or do you have to use the option to compile everything into one module (--deps=full)?

I have some problems when there is a mix of inlining and calling the separately compiled version from the same module, obviously.