diff options
author | narimiran <narimiran@disroot.org> | 2019-09-04 14:58:22 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2019-09-04 14:58:22 +0200 |
commit | 92c012d86db1c3da20564dcc7026c3e7f4b5499b (patch) | |
tree | 810fda19b3d438ac20a6d55671ca753a5a9e781b /testament | |
parent | fa5707e7e2494065be09f4e4f0590140399cd215 (diff) | |
download | Nim-92c012d86db1c3da20564dcc7026c3e7f4b5499b.tar.gz |
fix commands for testing packages
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 6317139d1..0b21547c3 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -7,7 +7,7 @@ var packages*: seq[tuple[name, cmd: string; hasDeps: bool; url: string]] = @[] pkg "argparse" pkg "arraymancer", "nim c -r src/arraymancer.nim", true -pkg "ast_pattern_matching", "nim c -r --useVersion=0.19 tests/test1.nim" +pkg "ast_pattern_matching", "nim c -r --oldgensym:on tests/test1.nim" pkg "bigints" pkg "binaryheap", "nim c -r binaryheap.nim" pkg "blscurve", "", true @@ -62,7 +62,7 @@ pkg "npeg" pkg "ormin", "nim c -o:orminn ormin.nim", true pkg "parsetoml" pkg "patty" -pkg "plotly", "nim c --useVersion:0.19 examples/all.nim", true +pkg "plotly", "nim c --oldgensym:on examples/all.nim", true pkg "protobuf", "nim c -o:protobuff -r src/protobuf.nim", true pkg "regex", "nim c src/regex", true pkg "result", "nim c -r result.nim" @@ -72,7 +72,7 @@ pkg "sdl2_nim", "nim c -r sdl2/sdl.nim" pkg "snip", "", false, "https://github.com/genotrance/snip" pkg "stint", "nim c -o:stintt -r stint.nim" pkg "strunicode", "nim c -r src/strunicode.nim", true -pkg "telebot", "nim c -o:tbot --useVersion:0.19 -r telebot.nim", true +pkg "telebot", "nim c -o:tbot --oldgensym:on -r telebot.nim", true pkg "tiny_sqlite" pkg "unicodedb" pkg "unicodeplus", "", true |