From 4702849bfe7462fb6c6303786dac1b670c8f0f8f Mon Sep 17 00:00:00 2001 From: Andrew Tropin Date: Wed, 14 Sep 2022 09:17:31 +0300 Subject: [PATCH] remove copypasted kvaq test --- kv-tests.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/kv-tests.el b/kv-tests.el index 1713e5e..abd6a24 100644 --- a/kv-tests.el +++ b/kv-tests.el @@ -105,13 +105,6 @@ (should-not (equal "b" (kvaq "a" '((:a . :b)("a" . "b"))))) (should-not (kvaq "b" '((:a . :b)("a" . "b"))))) -(ert-deftest kvaq () - "Test the simple assq." - (should (equal :b (kvaq :a '((:a . :b)("a" . "b"))))) - (should (equal 2 (kvaq 1 '((1 . 2)("a" . "b"))))) - (should-not (equal "b" (kvaq "a" '((:a . :b)("a" . "b"))))) - (should-not (kvaq "b" '((:a . :b)("a" . "b"))))) - (ert-deftest kvaqc () "Test the simple assq." (should (equal :b (kvaqc :a '((:a . :b)("a" . "b"))))) -- 2.37.3 tch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/docker.scm
AgeCommit message (Expand)Author
2024-10-30gnu: docker-registry: Update to 2.8.3....* gnu/packages/docker.scm (docker-registry): Update to 2.8.3. Change-Id: I48c4a739de66f48f4a7e9ced742fa111c48eb892 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Denis 'GNUtoo' Carikli
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer
2024-07-27gnu: docker-libnetwork-cmd-proxy: Improve package style....* gnu/packages/docker.scm (docker-libnetwork-cmd-proxy): Improve package style. Fix indentation. [arguments]: Apply list style, adjust order of the keys. [native-inputs]: Remove labels. [description]: Adjust it, place on a new line. Change-Id: I0cb59a3d9306291e4101f6c6d2e681ffd319ba9f Sharlatan Hellseher
2024-07-25gnu: go-netlink: Rename variable....* gnu/packages/linux.scm (go-netlink): Renamve variable to go-github-com-vishvananda-netlink to reflect go.mod import path. * gnu/packages/networking.scm (yggdrasil) [propagated-inputs]: Remove go-netlink, add go-github-com-vishvananda-netlink. (nebula): [inputs]: Remove go-netlink, add go-github-com-vishvananda-netlink. * gnu/packages/docker.scm (docker-libnetwork-cmd-proxy) [native-inputs]: Remove go-netlink, add go-github-com-vishvananda-netlink. Change-Id: I77658e6c7f5d57d8631b42c661466c6b7e08df50 Sharlatan Hellseher
2024-07-25gnu: go-netns: Rename varialbe....* gnu/packages/networking.scm (go-netns): Rename variable to go-github-com-vishvananda-netns to reflect go.mod import path. (yggdrasil) [propagated-inputs]: Remove go-netns, add go-github-com-vishvananda-netns. (nebula): [inputs]: Remove go-netns, add go-github-com-vishvananda-netns. * gnu/packages/docker.scm (docker-libnetwork-cmd-proxy) [native-inputs]: Remove go-netns, add go-github-com-vishvananda-netns. * gnu/packages/linux.scm (go-netlink) [native-inputs]: Remove go-netns, add go-github-com-vishvananda-netns. Change-Id: I49fb89a886134b0c768557ca4700c9be19c2c5d7 Sharlatan Hellseher
2024-06-29gnu: docker: Apply "-trimpath" flag....* gnu/packages/docker.scm (docker) [arguments]: <#:phases>: Remove 'remove-go-references phase. Set BUILDFLAGS=-trimpath to replace 'remove-go-references phase in 'build phase. Change-Id: Iada1a8764808d26e476ca8ca87a23061834f78be Sharlatan Hellseher