diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-09-29 15:38:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 09:38:51 +0200 |
commit | a8d55fdec7e6e534546f9d6c116d9a76393c534b (patch) | |
tree | 34f10014c993b1734f2fd67b7e126fb2ed36c5d1 /testament | |
parent | 8761599aade64f5953ef7d3c4cea005a0c459355 (diff) | |
download | Nim-a8d55fdec7e6e534546f9d6c116d9a76393c534b.tar.gz |
deprecates `newSeqUninitialized` replaced by `newSeqUninit` (#22739)
ref #19727 closes #22586 https://github.com/nim-lang/Nim/issues/22554 needs it to move on. `newSeqUnsafe` can be introduced later.
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 462bf8a30..f769c4ebd 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -35,7 +35,7 @@ proc pkg(name: string; cmd = "nimble test"; url = "", useHead = true, allowFailu pkg "alea" pkg "argparse" -pkg "arraymancer", "nim c tests/tests_cpu.nim" +pkg "arraymancer", "nim c tests/tests_cpu.nim", url = "https://github.com/nim-lang/Arraymancer" pkg "ast_pattern_matching", "nim c -r tests/test1.nim" pkg "asyncftpclient", "nimble compileExample" pkg "asyncthreadpool", "nimble test --mm:refc" @@ -96,7 +96,7 @@ pkg "measuremancer", "nimble testDeps; nimble -y test" pkg "memo" pkg "msgpack4nim", "nim c -r tests/test_spec.nim" pkg "nake", "nim c nakefile.nim" -pkg "neo", "nim c -d:blas=openblas --mm:refc tests/all.nim" +pkg "neo", "nim c -d:blas=openblas --mm:refc tests/all.nim", url = "https://github.com/nim-lang/neo" pkg "nesm", "nimble tests", "https://github.com/nim-lang/NESM", useHead = true pkg "netty" pkg "nico", allowFailure = true |