From ddc6cec69e66f4cc28275f61b73962042e257575 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Wed, 30 May 2018 10:15:41 +0200 Subject: refactoring: move DB model to incremental.nim --- compiler/main.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/main.nim') diff --git a/compiler/main.nim b/compiler/main.nim index ba2537ef8..0929974bd 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -157,7 +157,7 @@ const proc mainCommand*(graph: ModuleGraph; cache: IdentCache) = let conf = graph.config - setupModuleCache() + setupModuleCache(graph) # In "nim serve" scenario, each command must reset the registered passes clearPasses(graph) conf.lastCmdTime = epochTime() -- cgit 1.4.1-2-gfad0 ge='this.form.submit();'> This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log blame commit diff stats
path: root/tests/run/tusingstatement.nim
blob: b9d4663775a41bb810eb3660f867489ad639f887 (plain) (tree)