From e4819decf72b2062084b075519122280fbae6833 Mon Sep 17 00:00:00 2001 From: flywind Date: Wed, 7 Apr 2021 17:12:38 +0800 Subject: [PATCH 1/2] add weave to important packages --- testament/important_packages.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 620ad3a00ee52..e9a7281894972 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -151,6 +151,7 @@ pkg "tiny_sqlite" pkg "unicodedb", "nim c -d:release -r tests/tests.nim" pkg "unicodeplus", "nim c -d:release -r tests/tests.nim" pkg "unpack" +pkg "weave", "nimble test_gc_arc" pkg "websocket", "nim c websocket.nim" pkg "winim", allowFailure = true pkg "with" From 22c7ac7fb6110f2ad197bf178b2e8986e6ac326f Mon Sep 17 00:00:00 2001 From: flywind Date: Sun, 5 Sep 2021 16:01:13 +0800 Subject: [PATCH 2/2] Update testament/important_packages.nim --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index e9a7281894972..0da32f2b28f81 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -151,7 +151,7 @@ pkg "tiny_sqlite" pkg "unicodedb", "nim c -d:release -r tests/tests.nim" pkg "unicodeplus", "nim c -d:release -r tests/tests.nim" pkg "unpack" -pkg "weave", "nimble test_gc_arc" +pkg "weave", "nimble test_gc_arc", allowFailure = true pkg "websocket", "nim c websocket.nim" pkg "winim", allowFailure = true pkg "with"