From 8fbe37b2d813f00ca934cee2fe17bc2e24f82f88 Mon Sep 17 00:00:00 2001 From: "Lynn C. Rees" Date: Tue, 28 Nov 2017 06:16:59 -0700 Subject: [PATCH] Show nimscript configuration files during compilation (#6750) --- compiler/scriptconfig.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/scriptconfig.nim b/compiler/scriptconfig.nim index 22377a1e2e..dac2672636 100644 --- a/compiler/scriptconfig.nim +++ b/compiler/scriptconfig.nim @@ -143,6 +143,7 @@ proc setupVM*(module: PSym; cache: IdentCache; scriptName: string; proc runNimScript*(cache: IdentCache; scriptName: string; freshDefines=true; config: ConfigRef=nil) = + rawMessage(hintConf, scriptName) passes.gIncludeFile = includeModule passes.gImportModule = importModule let graph = newModuleGraph(config)