grauzone wrote:
I don't really understand what you mean. But if you want the compiler to scan for dependencies, I fully agree.I claim that we don't even need incremental compilation. It would be better if the compiler would scan for dependencies, and if a source file has changed, recompile the whole project in one go. This would be simple and efficient.
That's precisely what rdmd does. Andrei
