Enable function parameter caching for cached symbols

This commit is contained in:
Hackerpilot 2015-05-29 08:47:57 -07:00
parent faf5816322
commit e48dc0acc5
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ int run(string[] args)
const(string[]) absImportPaths = importPaths.map!(
a => a.absolutePath().buildNormalizedPath()).array();
ModuleCache.includeParameterSymbols = true;
if (absImportPaths.length)
ModuleCache.addImportPaths(absImportPaths);