mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
a better way to test Arraymancer + test more packages
(cherry picked from commit a1e7bf81b3)
This commit is contained in:
@@ -6,8 +6,9 @@ var packages*: seq[tuple[name, cmd: string; hasDeps: bool; url: string]] = @[]
|
||||
|
||||
|
||||
pkg "argparse"
|
||||
pkg "arraymancer", "nim c -r src/arraymancer.nim", true
|
||||
pkg "arraymancer", "nim c tests/tests_cpu.nim", true
|
||||
pkg "ast_pattern_matching", "nim c -r --oldgensym:on tests/test1.nim"
|
||||
pkg "asyncmysql", "", true
|
||||
pkg "bigints"
|
||||
pkg "binaryheap", "nim c -r binaryheap.nim"
|
||||
pkg "blscurve", "", true
|
||||
@@ -16,8 +17,9 @@ pkg "c2nim", "nim c testsuite/tester.nim"
|
||||
pkg "cascade"
|
||||
pkg "chroma"
|
||||
pkg "chronicles", "nim c -o:chr -r chronicles.nim", true
|
||||
# pkg "chronos", "", true
|
||||
pkg "chronos", "", true
|
||||
pkg "cligen", "nim c -o:cligenn -r cligen.nim"
|
||||
pkg "coco", "", true
|
||||
pkg "combparser"
|
||||
pkg "compactdict"
|
||||
pkg "comprehension", "", false, "https://github.com/alehander42/comprehension"
|
||||
@@ -25,12 +27,14 @@ pkg "criterion"
|
||||
pkg "dashing", "nim c tests/functional.nim"
|
||||
pkg "docopt"
|
||||
pkg "easygl", "nim c -o:egl -r src/easygl.nim", true, "https://github.com/jackmott/easygl"
|
||||
pkg "elvis"
|
||||
pkg "fragments", "nim c -r fragments/dsl.nim"
|
||||
pkg "gara"
|
||||
pkg "glob"
|
||||
pkg "gnuplot"
|
||||
# pkg "godot", "nim c -r godot/godot.nim" # not yet compatible with Nim 0.19
|
||||
pkg "hts", "nim c -o:htss -r src/hts.nim"
|
||||
pkg "illwill", "nimble examples"
|
||||
pkg "inim"
|
||||
pkg "itertools", "nim doc src/itertools.nim"
|
||||
pkg "iterutils"
|
||||
@@ -43,7 +47,7 @@ pkg "neo", "nim c -d:blas=openblas tests/all.nim", true
|
||||
# pkg "nico", "", true
|
||||
pkg "nicy", "nim c src/nicy.nim"
|
||||
pkg "nigui", "nim c -o:niguii -r src/nigui.nim"
|
||||
pkg "nimcrypto", "nim c -r tests/testapi.nim"
|
||||
pkg "nimcrypto", "nim c -r tests/testall.nim"
|
||||
pkg "NimData", "nim c -o:nimdataa src/nimdata.nim", true
|
||||
pkg "nimes", "nim c src/nimes.nim", true
|
||||
pkg "nimfp", "nim c -o:nfp -r src/fp.nim", true
|
||||
@@ -64,7 +68,11 @@ pkg "ormin", "nim c -o:orminn ormin.nim", true
|
||||
pkg "parsetoml"
|
||||
pkg "patty"
|
||||
pkg "plotly", "nim c --oldgensym:on examples/all.nim", true
|
||||
pkg "pnm"
|
||||
pkg "polypbren"
|
||||
pkg "protobuf", "nim c -o:protobuff -r src/protobuf.nim", true
|
||||
pkg "rbtree"
|
||||
pkg "react", "nimble example"
|
||||
pkg "regex", "nim c src/regex", true
|
||||
pkg "result", "nim c -r result.nim"
|
||||
pkg "rosencrantz", "nim c -o:rsncntz -r rosencrantz.nim"
|
||||
@@ -74,13 +82,14 @@ 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 --oldgensym:on -r telebot.nim", true
|
||||
pkg "tempdir"
|
||||
pkg "tensordsl", "nim c -r tests/tests.nim", false, "https://krux02@bitbucket.org/krux02/tensordslnim.git"
|
||||
pkg "tiny_sqlite"
|
||||
pkg "unicodedb"
|
||||
pkg "unicodeplus", "", true
|
||||
pkg "unpack"
|
||||
pkg "with"
|
||||
# pkg "winim", "", true
|
||||
pkg "with"
|
||||
pkg "ws"
|
||||
pkg "yaml"
|
||||
pkg "zero_functional", "nim c -r test.nim"
|
||||
pkg "tensordsl", "nim c -r tests/tests.nim", false, "https://krux02@bitbucket.org/krux02/tensordslnim.git"
|
||||
|
||||
Reference in New Issue
Block a user