https://issues.dlang.org/show_bug.cgi?id=13517
--- Comment #3 from Vladimir Panteleev <[email protected]> --- (In reply to Ketmar Dark from comment #1) > but why compiler should do that? it's a build tool task. the build tool > should know that .di file is generated from .d and invoke generator only if > .di file is missing or older than .d. That idea only applies if you want to do .di generation as a separate compiler invocation from compilation. --
