Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-enable fidget #17229

Merged
merged 11 commits into from
Mar 25, 2021
3 changes: 2 additions & 1 deletion testament/important_packages.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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" # pending https://github.com/treeform/fidget/issues/133
ringabout marked this conversation as resolved.
Show resolved Hide resolved
pkg "fragments", "nim c -r fragments/dsl.nim"
pkg "fusion"
pkg "gara"
Expand Down