We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0552591 commit 97f22b9Copy full SHA for 97f22b9
nimsuggest/nimsuggest.nim
@@ -11,7 +11,6 @@ import compiler/renderer
11
import strformat
12
import tables
13
import std/sha1
14
-import segfaults
15
import times
16
17
## Nimsuggest is a tool that helps to give editors IDE like capabilities.
@@ -499,8 +498,8 @@ proc recompileFullProject(graph: ModuleGraph) =
499
498
graph.resetForBackend()
500
graph.resetSystemArtifacts()
501
graph.vm = nil
502
- GC_fullCollect()
503
graph.resetAllModules()
+ GC_fullCollect()
504
graph.compileProject()
505
506
proc mainThread(graph: ModuleGraph) =
0 commit comments