Fixes.
h3rald h3rald@h3rald.com
Wed, 30 Dec 2020 21:40:26 +0100
2 files changed,
1 insertions(+),
2 deletions(-)
M
lib/min_lang.nim
→
lib/min_lang.nim
@@ -118,7 +118,6 @@ var parts = normalizedCurrFile.split("/")
if parts.len > 1: discard parts.pop compiledFile = parts.join("/") & "/" & normalizedFile - echo compiledFile, " - ", normalizedFile, " - ", i.filename, " - ", normalizedCurrFile if COMPILEDMINFILES.hasKey(compiledFile): var i2 = i.copy(file) COMPILEDMINFILES[compiledFile](i2)
M
min.nimble
→
min.nimble
@@ -8,7 +8,7 @@ author = pkgAuthor
description = pkgDescription license = "MIT" bin = @[pkgName] -installFiles = @["min.yml", "min.nim", "mindyn.nim", "prelude.min"] +installFiles = @["min.yml", "min.nim", "prelude.min"] installDirs = @["vendor", "lib", "core", "packages"] # Dependencies