reggae.dependencies

Undocumented in source.

Members

Functions

dMainDepSrcs
string[] dMainDepSrcs(string output)

Given the output of compiling a file, return the list of D files to compile to link the executable. Only includes source files to compile

tryExtractPathFromImportLine
string tryExtractPathFromImportLine(string line)

Given a line from verbose compiler output, checks if it is an import of a non-druntime/Phobos module and returns its file path in that case. Otherwise, returns null.

Meta