Skip to content

Commit

Permalink
Merge pull request #40 from jangko/gc_arc
Browse files Browse the repository at this point in the history
gc:arc refactor
  • Loading branch information
jangko authored Apr 14, 2020
2 parents 27e76f2 + e2277dd commit 676bca4
Show file tree
Hide file tree
Showing 10 changed files with 1,196 additions and 789 deletions.
1,046 changes: 299 additions & 747 deletions nimPNG.nim

Large diffs are not rendered by default.

14 changes: 3 additions & 11 deletions nimPNG.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ skipDirs = @["tests", "docs"]
requires "nim >= 0.19.0"

task tests, "Run tests":
exec "nim c -r tests/test_apng.nim"
exec "nim c -r tests/test_codec.nim"
exec "nim c -r tests/test_suite.nim"
exec "nim c -r tests/test_nimz.nim"

exec "nim c -r -d:release tests/test_apng.nim"
exec "nim c -r -d:release tests/test_codec.nim"
exec "nim c -r -d:release tests/test_suite.nim"
exec "nim c -r -d:release tests/test_nimz.nim"

exec "nim c -r --gc:arc -d:release tests/test_nimz.nim"
exec "nim -v"
exec "nim c -r -d:release tests/all_tests"
exec "nim c -r --gc:arc -d:release tests/all_tests"
Loading

0 comments on commit 676bca4

Please sign in to comment.