Refactoring and many fixes to PR #378. (Broken)

This commit is broken due to a cleanup issue with NimScript eval.
This commit is contained in:
Dominik Picheta 2017-09-03 17:37:52 +01:00
commit 301a366dd2
18 changed files with 150 additions and 100 deletions

View file

@ -268,6 +268,7 @@ proc readPackageInfo(nf: NimbleFile, options: Options,
assert fileExists(nf)
# Check the cache.
echo(nf, options.pkgInfoCache.hasKey(nf))
if options.pkgInfoCache.hasKey(nf):
return options.pkgInfoCache[nf]