We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d60118 commit 79bccd8Copy full SHA for 79bccd8
koch.nim
@@ -511,6 +511,7 @@ proc installDeps(dep: string, commit = "") =
511
if commit.len == 0: commit = "916cc2f94818a8a382dd8d4b8420978816c1dfb3"
512
cloneDependency(distDir, "https://github.com/timotheecour/nim-tinyc-archive", commit)
513
else: doAssert false, "unsupported: " & dep
514
+ # xxx: also add linenoise, niminst etc, refs https://github.com/nim-lang/RFCs/issues/206
515
516
proc runCI(cmd: string) =
517
doAssert cmd.len == 0, cmd # avoid silently ignoring
0 commit comments