mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-29 02:33:58 +00:00
@@ -57,9 +57,9 @@ proc setupVM*(module: PSym; cache: IdentCache; scriptName: string;
|
||||
|
||||
# Idea: Treat link to file as a file, but ignore link to directory to prevent
|
||||
# endless recursions out of the box.
|
||||
cbos listFiles:
|
||||
cbos listFilesImpl:
|
||||
listDirs(a, {pcFile, pcLinkToFile})
|
||||
cbos listDirs:
|
||||
cbos listDirsImpl:
|
||||
listDirs(a, {pcDir})
|
||||
cbos removeDir:
|
||||
if defined(nimsuggest) or graph.config.cmd == cmdCheck:
|
||||
|
||||
Reference in New Issue
Block a user