diff options
author | flywind <xzsflywind@gmail.com> | 2021-03-25 15:28:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 08:28:06 +0100 |
commit | 6e0a293dab195c973a45b38d22fdc97575c025fc (patch) | |
tree | 798d6885df55add7eae7ed481393fe08aca75fc8 /testament | |
parent | 46364e63cd0c292b3a803d1975d48db73f46e8e6 (diff) | |
download | Nim-6e0a293dab195c973a45b38d22fdc97575c025fc.tar.gz |
re-enable fidget (#17229)
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 1dd7c69ca..66a2fa09e 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -49,6 +49,7 @@ pkg "chronicles", "nim c -o:chr -r chronicles.nim" # when not defined(osx): # testdatagram.nim(560, 54): Check failed # pkg "chronos", "nim c -r -d:release tests/testall" # pending https://github.com/nim-lang/Nim/issues/17130 + pkg "cligen", "nim c --path:. -r cligen.nim" pkg "combparser", "nimble test --gc:orc" pkg "compactdict" @@ -59,7 +60,7 @@ pkg "delaunay" pkg "docopt" pkg "easygl", "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl" pkg "elvis" -# pkg "fidget" # pending https://github.com/treeform/fidget/issues/133 +pkg "fidget" pkg "fragments", "nim c -r fragments/dsl.nim" pkg "fusion" pkg "gara" |