GNU bug report logs - #53765
[PATCH 00/17] Remove limitations on clojure-tools

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: Reily Siegel <mail@HIDDEN>; Keywords: patch; dated Fri, 4 Feb 2022 00:23:01 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Apr 2022 11:41:21 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Apr 17 07:41:21 2022
Received: from localhost ([127.0.0.1]:35142 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ng3HN-00035G-BG
	for submit <at> debbugs.gnu.org; Sun, 17 Apr 2022 07:41:21 -0400
Received: from mout-p-202.mailbox.org ([80.241.56.172]:57807)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1ng3HL-000353-1A
 for 53765 <at> debbugs.gnu.org; Sun, 17 Apr 2022 07:41:19 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Kh7S84WGzz9sQL;
 Sun, 17 Apr 2022 13:41:12 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1650195670;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=jpCabgZBpGFSVTp66g8rS8rKes/RMEEZRhhx8gjzbrc=;
 b=L8r/Yx37RHKmfDG0pwyyL09onUcFUEU0VUpU7LVHLdoGOTra33DEHpCxWczC56j9v9KI2K
 ZL8xRuph0U9J/LNdWC7XRkL+vllLOjYPHb4PwwiVIEBTSrbpqs0x5amm09DLbY4vly/dUY
 staTYpvE2SxEFRPBu5syOv9ESBqMEyEcpp2QhkULE8OjFWWnSCFuTz8k4s1bUUaXddmMpE
 pm/EO5rjeZ6jN8DkyZxcrTq2oCqHjdBlKKsl0828gh8rHg4yNK6SHxoMg2fFy20LSy7CAi
 rtjQ6Qh9NwReu2KkeQF9u42VTT9TSBfJX49wPs7I6Ld1LrRn/NSXLVYVtyFSUA==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v5 2/2] gnu: clojure-tools: Fix logging warnings.
In-Reply-To: <f7ddaeaea1a97738393e5e2fa6f02c0ca65fa1c7.1650195554.git.mail@HIDDEN>
Date: Sun, 17 Apr 2022 00:00:50 +0200
Message-Id: <2965c8c4e716e9bcc8ee81d92ee097d3a00eb0aa.1650195554.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 0.1 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.9 (/)


* gnu/packages/clojure.scm (clojure-tools) [inputs]: Add dependency on slf4j
to silence logging warnings.
---
 gnu/packages/clojure.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 8ec04bd94d..758842279e 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -199,7 +199,8 @@ (define-public clojure-tools
     (inputs (list rlwrap
                   clojure
                   clojure-tools-deps-alpha
-                  java-commons-logging-minimal))
+                  java-commons-logging-minimal
+                  java-slf4j-simple))
     (home-page "https://clojure.org/releases/tools")
     (synopsis "CLI tools for the Clojure programming language")
     (description "The Clojure command line tools can be used to start a

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Apr 2022 11:40:51 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Apr 17 07:40:51 2022
Received: from localhost ([127.0.0.1]:35138 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ng3Gt-00033z-1Y
	for submit <at> debbugs.gnu.org; Sun, 17 Apr 2022 07:40:51 -0400
Received: from mout-p-101.mailbox.org ([80.241.56.151]:54845)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1ng3Gr-00033l-Ff
 for 53765 <at> debbugs.gnu.org; Sun, 17 Apr 2022 07:40:50 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Kh7RZ5RjKz9sSl;
 Sun, 17 Apr 2022 13:40:42 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1650195640;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=eDCfyBAGJ4zAXTeqfOv1/XBiyTF7y7oXJipIKbl+Zmg=;
 b=xVErb7G/wy6ep7Iaz6CWfYuPWhsriQPRITyRvihtuk5Cl0twsAlzfiEyATxRlOYwstkH2Z
 2aUrmixnfzrZT5Dtpw3TxbKm3jV7abm/ZE9pG+V5IiUt9Flp4glqS2i2djIHeeH7x89lCZ
 X7s/a8JLBv2fyyjN3QLuq95zCqjETAkc6xth/redMKudFvYOgJJL21z0bRtaum+ei2NWxF
 XUzvWbWTCOhWNlzpndoBdkUe3kvW0z56fu3Kvou6bT9VuW/rWzn01I0d//RXdc1SzSwM8g
 NG7NOwNlZLT09eJLIwrSAWHEvaUCVMDgnIN42luRaul8ytfXvppIjr7N6VCuUg==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v5 1/2] gnu: clojure-tools-deps-alpha: Patch unpackageable
 deps warning.
Date: Sat, 16 Apr 2022 23:59:15 +0200
Message-Id: <f7ddaeaea1a97738393e5e2fa6f02c0ca65fa1c7.1650195554.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 0.1 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.9 (/)


* gnu/packages/clojure.scm (clojure-tools-deps-alpha) [arguments] <#:phases>
{remove-s3-transporter}: Patch out warning for missing S3TransporterFactory,
caused by a missing dependency that cannot be included in Guix.
---
 gnu/packages/clojure.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index e6eb749501..8ec04bd94d 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -501,11 +501,11 @@ (define-public clojure-tools-deps-alpha
        #:tests? #f
        #:phases
        (modify-phases %standard-phases
-         ;; FIXME: Currently, the S3 transporter depends on ClojureScript,
-         ;; which is very difficult to package due to dependencies on Java
-         ;; libraries with non-standard build systems. Instead of actually
-         ;; packaging these libraries, we just remove the S3 transporter that
-         ;; depends on them.
+         ;; FIXME: Currently, the S3 transporter depends on
+         ;; com.cognitect.aws/s3, which is built from Amazon's aws-sdk-js
+         ;; using a non-free script. For more information see:
+         ;; https://issues.guix.gnu.org/53765
+         ;; https://github.com/cognitect-labs/aws-api/issues/116
          (add-after 'unpack 'remove-s3-transporter
            (lambda _
              (for-each delete-file
@@ -519,9 +519,10 @@ (define-public clojure-tools-deps-alpha
                         (string-append
                          "src/test/clojure/clojure/"
                          "tools/deps/alpha/util/test_s3_transporter.clj")))
-             (substitute*
-                 "src/main/clojure/clojure/tools/deps/alpha/util/maven.clj"
+             (substitute* "src/main/clojure/clojure/tools/deps/alpha/util/maven.clj"
                (("clojure.tools.deps.alpha.util.s3-transporter")
+                "")
+               (("(printerrln \"Warning: failed to load the S3TransporterFactory class\")")
                 "")))))))
     (propagated-inputs (list maven-resolver-api
                              maven-resolver-spi

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Apr 2022 11:33:31 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Apr 17 07:33:31 2022
Received: from localhost ([127.0.0.1]:35118 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ng39n-0002sb-7j
	for submit <at> debbugs.gnu.org; Sun, 17 Apr 2022 07:33:31 -0400
Received: from mout-p-201.mailbox.org ([80.241.56.171]:38526)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1ng39l-0002sO-7T
 for 53765 <at> debbugs.gnu.org; Sun, 17 Apr 2022 07:33:29 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4Kh7H63l7mz9sQH;
 Sun, 17 Apr 2022 13:33:22 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1650195200;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=ua/ZoFRvlyfbdqTCuVp5DVRX5GjO7mguLKz7aGgBNhE=;
 b=RlyWWi7efcjN9iMbITGHNhbA0wsSmyAyuM/Q513Sq90rYZ0P8Ql4yUu2u6Y+FiyWNdias+
 4Bomfw7nKO85iIufMUh6tPjL8YT/m+ukbvEc7s+CBepiYLODqmAgAU70A9UwwUy760sjo8
 gIWK6P33RqSfNuHac61sx/ch7V9s+VKBAqMllujgmG2YJAZvQsfwc9//AmdoA2Ndv2Wg0I
 bHAXOJzZ4Ig4F6pRSHw5Vi9wduUzeStoYBH3yfWg9lU4JVjjgVr0Zmaha7AkOkKoIZA0tl
 GfBqQEAbNvkTmV/A5+Q8AYOVZtTrR/UGnmTz6PFQhUDiTNZkys+bBsvGCzRqow==
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [PATCH v4 1/2] gnu: clojure-tools-deps-alpha: Patch unpackageable
In-Reply-To: <9fd69fba6708a6846d09bb0817d8586ff0ffdee0.camel@HIDDEN>
References: <3981f1dd891e8cd863dc9fecffe30c97235ce643.1650150000.git.mail@HIDDEN>
 <9fd69fba6708a6846d09bb0817d8586ff0ffdee0.camel@HIDDEN>
Date: Sun, 17 Apr 2022 13:33:16 +0200
Message-ID: <87zgkkndvn.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> Hi,
>
> While you can choose to not include the library packages that were
> eventually unused, you don't have to exclude them just because they are
> -- they might be useful to other people or yourself, for non-clojure-
> tools things, or for clojure-tools if(when?) Cognitect decides to make
> the compiler free software.

I will submit the other packages as separate patches, for the sake of
simplicity, as they are no longer needed for clojure-tools.

> Changelog message is missing, maybe:

I'm writing an emacs utility to format patches for email, thanks for
helping me find a bug! I will resubmit with commit messages.

> Also still looks like a FIXME to me, personally I'd keep the =E2=80=98FIX=
ME:=E2=80=99
> prefix.

I will re-add the FIXME tag.

--=20
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Apr 2022 08:00:02 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Apr 17 04:00:01 2022
Received: from localhost ([127.0.0.1]:34934 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfzpB-00016Q-6A
	for submit <at> debbugs.gnu.org; Sun, 17 Apr 2022 04:00:01 -0400
Received: from baptiste.telenet-ops.be ([195.130.132.51]:36792)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nfzp9-00015y-5F
 for 53765 <at> debbugs.gnu.org; Sun, 17 Apr 2022 04:00:00 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by baptiste.telenet-ops.be with bizsmtp
 id Kjzw2700G4UW6Th01jzxkM; Sun, 17 Apr 2022 09:59:57 +0200
Message-ID: <9fd69fba6708a6846d09bb0817d8586ff0ffdee0.camel@HIDDEN>
Subject: Re: [PATCH v4 1/2] gnu: clojure-tools-deps-alpha: Patch unpackageable
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sun, 17 Apr 2022 09:59:49 +0200
In-Reply-To: <3981f1dd891e8cd863dc9fecffe30c97235ce643.1650150000.git.mail@HIDDEN>
References: <3981f1dd891e8cd863dc9fecffe30c97235ce643.1650150000.git.mail@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-6XhqXHB/20pnjriC4+mz"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1650182397; bh=Pd+U2ySfAVKTauY17v75ht1cwcP5Qb+itAjVudMIXJc=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=WU/HMkL8R6z0E0Cd3Z6DML8qhVD9w52MJyeUOJR9bb3NXcydY3c8QEE6X/vKdxcxb
 m/a33/sMBTKW9rGVXAeM/nPoLAseeIwNAuQ0N1mx3iFo8YPxCTSPxmjiOReI+gwhhE
 6UssKW1RoAJBw71KOhaECFNdnBW3JRhDpaTegRec3XpRNFS3v/lXEeM4n1K/AF4mD8
 6E5CiTFy9PjkoNaE/XHNpNKxLM3VDMuc+OvtvHMS+QGrtIBCfTwowavLSDnNroSjpv
 5pJL8Z/tAAuaJb7yIez+FgWoOJr0A7QqTd5SrQ84o4McyWzJx0cmADAlJSVcb29RdI
 arKLhH3OYUN6g==
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)


--=-6XhqXHB/20pnjriC4+mz
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Hi,

While you can choose to not include the library packages that were
eventually unused, you don't have to exclude them just because they are
-- they might be useful to other people or yourself, for non-clojure-
tools things, or for clojure-tools if(when?) Cognitect decides to make
the compiler free software.

Reily Siegel schreef op za 16-04-2022 om 23:59 [+0200]:
> ---
> =C2=A0gnu/packages/clojure.scm | 15 ++++++++-------
> =C2=A01 file changed, 8 insertions(+), 7 deletions(-)
>=20

Changelog message is missing, maybe:

* gnu/packages/clojure.scm (clojure-tools-deps-
alpha)[arguments]<#:phases>{remove-s3-transporter}: Remove warning that
is emitted even when S3 is unused.

> diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
> index e6eb749501..0d9e984bd6 100644
> --- a/gnu/packages/clojure.scm
> +++ b/gnu/packages/clojure.scm
> @@ -501,11 +501,11 @@ (define-public clojure-tools-deps-alpha
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:tests? #f
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:phases
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (modify-phases %standard-phase=
s
> -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; FIXME: Currently, th=
e S3 transporter depends on ClojureScript,
> -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; which is very diffic=
ult to package due to dependencies on Java
> -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; libraries with non-s=
tandard build systems. Instead of actually
> -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; packaging these libr=
aries, we just remove the S3 transporter that
> -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; depends on them.
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; Currently, the S3 tr=
ansporter depends on com.cognitect.aws/s3,
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; which is built from =
Amazon's aws-sdk-js using a closed-source
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; script. For more inf=
ormation see:
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; https://issues.guix.=
gnu.org/53765
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; https://github.com/c=
ognitect-labs/aws-api/issues/116

Guix (and more generally, GNU) is more a free software thing than an
open source thing, it requires the software it includes to be free
software but it doesn't seem to require it to be open-source (though in
practice they seem to describe the same software ...).

Also still looks like a FIXME to me, personally I'd keep the =E2=80=98FIXME=
:=E2=80=99
prefix.

> ---
> gnu/packages/clojure.scm | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)

Likewise (about the commit message).  Possible example (from another
package):

* gnu/packages/web.scm (python-feedparser) [propagated-inputs]: Add
python-sgmllib3k.

Otherwise, LGTM, thanks.

Greetings,
Maxime.

--=-6XhqXHB/20pnjriC4+mz
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYlvI9RccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7n/lAQCVotE4kU8EB0uluZ7osVt8TYyJ
Jlq+f9hdmxVkt7/7yQEAtb6p7goS0fGc3TL1UkqOb5BfFl9DetveYTskaUGP5gc=
=/e/8
-----END PGP SIGNATURE-----

--=-6XhqXHB/20pnjriC4+mz--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Apr 2022 23:03:12 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 16 19:03:12 2022
Received: from localhost ([127.0.0.1]:34552 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfrRg-00048x-DC
	for submit <at> debbugs.gnu.org; Sat, 16 Apr 2022 19:03:12 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:46739)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nfrRe-00048i-9L
 for 53765 <at> debbugs.gnu.org; Sat, 16 Apr 2022 19:03:10 -0400
Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KgpdN23sDz9sTC;
 Sun, 17 Apr 2022 01:03:04 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1650150182;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=TcS4HGJfclDb9gE10tir2mA42kaI7Yi1D7mr21c/OGQ=;
 b=I5PdVPaRmyBioCWFyu3jXdftxLEbsucL1Kv4jagQFDKXJhiDGigkgbQ/guvm8mSr9ynxPD
 lJbUB5kgUkvefE4W89FdXJzRXRY5ioDrA1F/6VIiH5mfV57OWqEo1yA8L+Ko7kJ4UXULrk
 EXABuvEi/jJfuWReUtnDcrl2yOwWpH99EtPZKbAN7L94RSdz2GKattGUy66fqsrU5zC5ar
 EMkVVF0EaNdlfO2sAqvUd0lqRKGwxRxhrt3iSSuHxMEzqQygaUlMYd1lUJFRcFzYe2Zhs1
 naYDj2r/LV5iuEUscSlE1nTXqzrnwDXwFxsUrMl1x3+Hy8bVYZhLADxbpckr5g==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v4 2/2] gnu: clojure-tools: Fix logging warnings.
In-Reply-To: <cover.1650150000.git.mail@HIDDEN>
Date: Sun, 17 Apr 2022 00:00:50 +0200
Message-Id: <9f741e49cb8a75b42825cb166f7a7940a0b43991.1650150000.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


---
 gnu/packages/clojure.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 0d9e984bd6..e10a0ced11 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -199,7 +199,8 @@ (define-public clojure-tools
     (inputs (list rlwrap
                   clojure
                   clojure-tools-deps-alpha
-                  java-commons-logging-minimal))
+                  java-commons-logging-minimal
+                  java-slf4j-simple))
     (home-page "https://clojure.org/releases/tools")
     (synopsis "CLI tools for the Clojure programming language")
     (description "The Clojure command line tools can be used to start a

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Apr 2022 23:03:02 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 16 19:03:02 2022
Received: from localhost ([127.0.0.1]:34549 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfrRV-00048N-UX
	for submit <at> debbugs.gnu.org; Sat, 16 Apr 2022 19:03:02 -0400
Received: from mout-p-201.mailbox.org ([80.241.56.171]:38522)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nfrRU-00047v-LG
 for 53765 <at> debbugs.gnu.org; Sat, 16 Apr 2022 19:03:01 -0400
Received: from smtp1.mailbox.org (smtp1.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:1:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KgpdB5jkLz9sR6;
 Sun, 17 Apr 2022 01:02:54 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1650150172;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=mG1oNpO56fJpRZvy1yZzamCtyJlmAAiHNdJao7HEwl0=;
 b=jsL8+3izn0lEQhXyMFVVS1bSBumN/lKgFlDU3k2Zhrmbgd/2fWQ5U1163gDOQrk5rZMazR
 mOjqwDAcRviW9ib6W9HE7U1vSEfZStlgkPYWDhkfIDrg+bnlcW2c4ypGC0aPi++ojG5XQn
 iC3MaL4ByiH5qRHmiktplL3YmsMETmliEa/xBqVwjQamp6q7naAsvg1Oo5XTuAQPBJ21To
 A0imEF60Xv35zfn83EYM5UG/y+i9LHEXWRXa7MCeDzpqMtm0/v5qdKY5Eme8vOt1+gdX+h
 t3AL79vyQSd+RKgtx/BHZwnKXE1lC+tAYWHAhBQZ5hSWuJEaFnWdfDUVbzR1EA==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v4 1/2] gnu: clojure-tools-deps-alpha: Patch unpackageable
In-Reply-To: <cover.1650150000.git.mail@HIDDEN>
Date: Sat, 16 Apr 2022 23:59:15 +0200
Message-Id: <3981f1dd891e8cd863dc9fecffe30c97235ce643.1650150000.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


---
 gnu/packages/clojure.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index e6eb749501..0d9e984bd6 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -501,11 +501,11 @@ (define-public clojure-tools-deps-alpha
        #:tests? #f
        #:phases
        (modify-phases %standard-phases
-         ;; FIXME: Currently, the S3 transporter depends on ClojureScript,
-         ;; which is very difficult to package due to dependencies on Java
-         ;; libraries with non-standard build systems. Instead of actually
-         ;; packaging these libraries, we just remove the S3 transporter that
-         ;; depends on them.
+         ;; Currently, the S3 transporter depends on com.cognitect.aws/s3,
+         ;; which is built from Amazon's aws-sdk-js using a closed-source
+         ;; script. For more information see:
+         ;; https://issues.guix.gnu.org/53765
+         ;; https://github.com/cognitect-labs/aws-api/issues/116
          (add-after 'unpack 'remove-s3-transporter
            (lambda _
              (for-each delete-file
@@ -519,9 +519,10 @@ (define-public clojure-tools-deps-alpha
                         (string-append
                          "src/test/clojure/clojure/"
                          "tools/deps/alpha/util/test_s3_transporter.clj")))
-             (substitute*
-                 "src/main/clojure/clojure/tools/deps/alpha/util/maven.clj"
+             (substitute* "src/main/clojure/clojure/tools/deps/alpha/util/maven.clj"
                (("clojure.tools.deps.alpha.util.s3-transporter")
+                "")
+               (("(printerrln \"Warning: failed to load the S3TransporterFactory class\")")
                 "")))))))
     (propagated-inputs (list maven-resolver-api
                              maven-resolver-spi

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Apr 2022 23:02:43 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 16 19:02:42 2022
Received: from localhost ([127.0.0.1]:34545 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfrRC-00047c-NR
	for submit <at> debbugs.gnu.org; Sat, 16 Apr 2022 19:02:42 -0400
Received: from mout-p-103.mailbox.org ([80.241.56.161]:36226)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nfrRA-00047N-8G
 for 53765 <at> debbugs.gnu.org; Sat, 16 Apr 2022 19:02:41 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4Kgpcn4LDXz9sSj;
 Sun, 17 Apr 2022 01:02:33 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1650150151;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=/eTByPUr1UzXZKYWXYH+1GEFnv2pgqv1rl9krRUWgPQ=;
 b=KQksG8oY7mxlrF/nxZjBxl//3M1MvEIk+alpTR/VJcNY29D2vmihqWhTfZ0/2yI14jJjGB
 OUDe3VkHRA2qSxCDJdjHAAdAV6wMPHgbFflU77iFMru43O/aSe+oH0HIB6mTO1iJm3LEZ4
 rhPXFBqsYc45djjyYBPyCzvvQ0JXF62BB4yZUbrbyUZ1At70QGahQfChyhzAfjvV0JlsPl
 Zfx0PjJsZVoVfVGT2O3oSG3Iz3WZRXu74NQ2ekii8nfeD26kRdkj7qLxhSftRWS2EkZfQR
 kn6YvZKA+6V0cjYDaoTLLNJHY/OYROAtnGM13qCoJt6IQcHwbZcOxfFkHdcUHQ==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v4 0/2] Simpler patch removing warnings.
Date: Sun, 17 Apr 2022 01:00:00 +0200
Message-Id: <cover.1650150000.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


 gnu/packages/clojure.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

This keeps the existing solution of patching out the s3 related
features (which I am not a fan of, but may be necessary if licensing
issues are a blocker to the inclusion of the Cognitect s3 library). This
patch removes code that issues warnings on every use that the feature
has been removed, and fixes an unrelated logging warning.

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Apr 2022 21:14:57 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 16 17:14:57 2022
Received: from localhost ([127.0.0.1]:34466 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfpku-0007gC-TJ
	for submit <at> debbugs.gnu.org; Sat, 16 Apr 2022 17:14:57 -0400
Received: from mout-p-201.mailbox.org ([80.241.56.171]:38518)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nfpkp-0007fv-Vb
 for 53765 <at> debbugs.gnu.org; Sat, 16 Apr 2022 17:14:55 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KgmDP61ggz9sQW;
 Sat, 16 Apr 2022 23:14:45 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1650143683;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=KbHLAavOKfMjMnlbP96j0l+ZrpbzwwlNBBKQyDSyyHY=;
 b=RubJglPCWodd5DoeyBHMXspwM8djLnRGBNtxSoiaY/Dy0sramEeKS38XS1M+vMtSHTv5+o
 gKu92TSy/AyZ6Zql9yexR84SFp6sKpZJPaoI+BQkZTYwbiP9jaoMuJDZGhu9cGNOa3F7AB
 E+9wvVJHr/Pa6Ln9NY/fckev+db0/M3TW+rkvbjMrpQiZqWtiLsq0dxxUB/0KsM0G9yT1c
 qO8CtyZw7OS8bzDwjCgZ3GyVGtTgFw84U6xn+08T+oXvS/wb/CnhKb28/7GWI/pxwdaWjK
 3a/i2nKwd+Wq7xpqVwZNo5qPfhFuruyDli2Dr2DHpabLbajrwQk2HfOcct5G1Q==
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] V3 Patches
In-Reply-To: <493d15b8061c427b3ee2bf59f2b909291195b375.camel@HIDDEN>
References: <87zgkmlad7.fsf@HIDDEN>
 <242fe49e1d65869b2eb72f64041e3e08ef57702e.camel@HIDDEN>
 <c9aca2a1c9a4aab0cc5ce613b5921ff54e72f5c4.camel@HIDDEN>
 <87tuatgc6b.fsf@HIDDEN>
 <dd36e087330223234ef3132e91a9ce9bca39589b.camel@HIDDEN>
 <87r15whlds.fsf@HIDDEN>
 <0635ca7dec80f3541efe49c8056844928d346ee5.camel@HIDDEN>
 <87ilr8hjjc.fsf@HIDDEN>
 <493d15b8061c427b3ee2bf59f2b909291195b375.camel@HIDDEN>
Date: Sat, 16 Apr 2022 23:14:41 +0200
Message-ID: <87ee1whgse.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> Reily Siegel schreef op za 16-04-2022 om 22:15 [+0200]:
>> Maxime Devos <maximedevos@HIDDEN> writes:
>> 
>> > > Is this issue blocking for the inclusion of the package?
>> > > 
>> > > [1]: https://github.com/cognitect-labs/aws-api/issues/116
>> > 
>> > From my POV, yes.
>> 
>> In this case, would you like me to submit an alternative patch that
>> keeps these features patched out, but silences the warnings printed that
>> S3 classes are not available?
>
> When do these warnings happen?  Only if the user asked to do some S3
> things, or also when no S3 things are done at all?  If it's the former,
> I don't see a reason to patch out the warnings, though if it's the
> latter I agree.

These warnings happen every time the tool is run, here is what it looks
like:

"Warning: failed to load the S3TransporterFactory class"

It is very trivial to patch out.

> I haven't looked at the v3 patches in detail yet, but if the
> com-cognitect-aws-s3 package is not part of the v4, then I expect the
> v4 to be good.
>
> FWIW, I don't think I'll have time to look again anytime soonish.

If I simply patch out this one feature, the resulting patchset will be
much simpler. Most of this patch is adding dependencies of aws-api. If
that can be patched out, the only change needed over the existing
clojure-tools package is to remove the one line responsible for printing
this warning from the file, should be doable with an easy substitution.

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Apr 2022 20:47:42 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 16 16:47:42 2022
Received: from localhost ([127.0.0.1]:34410 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfpKY-0006w9-Da
	for submit <at> debbugs.gnu.org; Sat, 16 Apr 2022 16:47:42 -0400
Received: from andre.telenet-ops.be ([195.130.132.53]:33942)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nfpKW-0006vi-Gy
 for 53765 <at> debbugs.gnu.org; Sat, 16 Apr 2022 16:47:41 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by andre.telenet-ops.be with bizsmtp
 id KYne2700H4UW6Th01Ynegv; Sat, 16 Apr 2022 22:47:39 +0200
Message-ID: <493d15b8061c427b3ee2bf59f2b909291195b375.camel@HIDDEN>
Subject: Re: [bug#53765] V3 Patches
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 16 Apr 2022 22:47:34 +0200
In-Reply-To: <87ilr8hjjc.fsf@HIDDEN>
References: <87zgkmlad7.fsf@HIDDEN>
 <242fe49e1d65869b2eb72f64041e3e08ef57702e.camel@HIDDEN>
 <c9aca2a1c9a4aab0cc5ce613b5921ff54e72f5c4.camel@HIDDEN>
 <87tuatgc6b.fsf@HIDDEN>
 <dd36e087330223234ef3132e91a9ce9bca39589b.camel@HIDDEN>
 <87r15whlds.fsf@HIDDEN>
 <0635ca7dec80f3541efe49c8056844928d346ee5.camel@HIDDEN>
 <87ilr8hjjc.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-lf1AV2sYSnjHY2wOU57S"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1650142059; bh=sHaD7zX9ZWbO29TRLvUc9v3azbL42/E+k05+s9i2Mxk=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=ozD9+KvQ8QEx8+gNKrLTaFVLgvlZl48e9KXbbNT77XfbunWRmee13x+c9UK6km6d2
 MYVPRpfxOvWd8mTGzsnUGF5b4gXcIAS3wC7PO3IcrX91qJe8i+2aZQbjmZKNnDMs8r
 ayWCNI7eMVlVrxMibSf680HUTxaAETRMKOchTyZEMIAp0/MTm3IHyC3e9TBl7JuRSY
 XXhdenBGyFjDEC180CRVIRC6SuBBfDCEg5zhCB2YKgbg3UJA60V1GBLeQ2zNJo8rBB
 ba2Dvgcc/OT2nodRVg17yGqR/cdRBFQaR3utodTgpKaEexwqzD/Asl9ryhVSIlCqMd
 8xx0FPuTc/8uw==
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)


--=-lf1AV2sYSnjHY2wOU57S
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op za 16-04-2022 om 22:15 [+0200]:
> Maxime Devos <maximedevos@HIDDEN> writes:
>=20
> > > Is this issue blocking for the inclusion of the package?
> > >=20
> > > [1]: https://github.com/cognitect-labs/aws-api/issues/116
> >=20
> > From my POV, yes.
>=20
> In this case, would you like me to submit an alternative patch that
> keeps these features patched out, but silences the warnings printed that
> S3 classes are not available?

When do these warnings happen?  Only if the user asked to do some S3
things, or also when no S3 things are done at all?  If it's the former,
I don't see a reason to patch out the warnings, though if it's the
latter I agree.

I haven't looked at the v3 patches in detail yet, but if the
com-cognitect-aws-s3 package is not part of the v4, then I expect the
v4 to be good.

FWIW, I don't think I'll have time to look again anytime soonish.

Greetings,
Maxime

--=-lf1AV2sYSnjHY2wOU57S
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYlsrZhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7pePAQDunwZ9Pw69bnVYcv1vAX/aSLwi
Tq523i8MGOXePRKPxwD/XMPuYvguTkeEq/L5RRbXP1UHTyZlsuQd974FRSBFtQ0=
=/18Y
-----END PGP SIGNATURE-----

--=-lf1AV2sYSnjHY2wOU57S--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Apr 2022 20:15:31 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 16 16:15:31 2022
Received: from localhost ([127.0.0.1]:34377 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfopO-00068O-OK
	for submit <at> debbugs.gnu.org; Sat, 16 Apr 2022 16:15:30 -0400
Received: from mout-p-202.mailbox.org ([80.241.56.172]:42924)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nfopN-00068B-T0
 for 53765 <at> debbugs.gnu.org; Sat, 16 Apr 2022 16:15:30 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Kgkvw0cyyz9sQB;
 Sat, 16 Apr 2022 22:15:24 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1650140121;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=ETFYmMa78OlFhB+L1i6879xSjO/OysVAQDipLJJWHNI=;
 b=1gj6s6ESIWyjIr85CUbd4zF9yKXf9nDpEz3H+zfl4zcR2UnDaN8v7qw76QsBZYEk+CR5gN
 DSUQBhgo0RrCui587sDO9yEaT2aDSDo0kmqrIhM5lr8ChewpleEeGWEO/LImKEBHM8eO2J
 P7Et7SlHmCyNztug4/mstCZvt9YzokfJ/42LDE/UBqYI5k8U+RrU41nL4RFu1NUG0IOv8W
 pASu+gtx2mUEM8CJZZ+7qCk2FABz3Vu1+g3TTaAz4k4rJ3aR9uoj4gc01a7Gf+KKjVJrgP
 tDOveJU6K6NtTAPrsXhB4JlE4/T8sCZwB8cDIVwiB4RKrh+DQUtoQiSlLWMODg==
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] V3 Patches
In-Reply-To: <0635ca7dec80f3541efe49c8056844928d346ee5.camel@HIDDEN>
References: <87zgkmlad7.fsf@HIDDEN>
 <242fe49e1d65869b2eb72f64041e3e08ef57702e.camel@HIDDEN>
 <c9aca2a1c9a4aab0cc5ce613b5921ff54e72f5c4.camel@HIDDEN>
 <87tuatgc6b.fsf@HIDDEN>
 <dd36e087330223234ef3132e91a9ce9bca39589b.camel@HIDDEN>
 <87r15whlds.fsf@HIDDEN>
 <0635ca7dec80f3541efe49c8056844928d346ee5.camel@HIDDEN>
Date: Sat, 16 Apr 2022 22:15:19 +0200
Message-ID: <87ilr8hjjc.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

>> Is this issue blocking for the inclusion of the package?
>> 
>> [1]: https://github.com/cognitect-labs/aws-api/issues/116
>
> From my POV, yes.

In this case, would you like me to submit an alternative patch that
keeps these features patched out, but silences the warnings printed that
S3 classes are not available?

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Apr 2022 20:11:38 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 16 16:11:38 2022
Received: from localhost ([127.0.0.1]:34373 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfole-00062L-5Z
	for submit <at> debbugs.gnu.org; Sat, 16 Apr 2022 16:11:38 -0400
Received: from mout-p-201.mailbox.org ([80.241.56.171]:45871)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nfolb-000627-Ur
 for 53765 <at> debbugs.gnu.org; Sat, 16 Apr 2022 16:11:36 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KgkqP4Hjcz9sRC;
 Sat, 16 Apr 2022 22:11:29 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1650139887;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=o5CLQ3qGb66ywHUzsvNIv6gwLx9fDMnDajqSVZSEV6E=;
 b=aaxX+WiJ4IbNptIDqqBVpbuDKMTo4XM1gEpc6HRVtVwjMskIijtKZ/2MVuJk/12Vzxnni1
 htIBF+GtQP1hHTRZTjKo5+pmB/MERTs1GrRaNh4MMeCvf34ASHS+NxkpypbGWk4FH/nsAf
 jIyZ8b4ZtjYqCvha/UdBCLw8bZHxUmuA6jjnkUJj4IEL6GqB6a3sB2tdGDQmpNYhwjo79P
 wQXwaRpkUESByQphW2irkBHam9Mu9BoYpuPowneFifl6RR4/l5rtqNd9BxUv8nH/OZ6Bjt
 E/FefAPh7syhjpp0Pk2vLQ1NBDWU0CCig3t9N+I4j7G278L2kL8rOH4ycNdAiw==
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: V3 Patches
In-Reply-To: <8bb257e1d64a029dcc40d74e434cc467e76e6dc2.camel@HIDDEN>
References: <87zgkmlad7.fsf@HIDDEN>
 <8bb257e1d64a029dcc40d74e434cc467e76e6dc2.camel@HIDDEN>
Date: Sat, 16 Apr 2022 22:11:22 +0200
Message-ID: <87lew4hjpx.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> I looked at the new jar that was uploaded
> (https://mvnrepository.com/artifact/com.cognitect.aws/s3/822.2.1109.0)
> and it looks like there is still a problem.  The APL states:
>
>       (d) If the Work includes a "NOTICE" text file as part of its
>           distribution, then any Derivative Works that You distribute
>           must include a readable copy of the attribution notices
>           contained within such NOTICE file, excluding [...]
>
> and <https://github.com/aws/aws-sdk-js> has a NOTICE.txt.  However, it
> is missing from the com.cognitect.aws.s3 jar.
>
> Cognitect also modified the files (by the JSON -> EDN compilation), and
> APL says:
>
>   You must cause any modified files to carry prominent notices stating
> =C2=A0 that You changed the files; and
>
> though perhaps, if JSON -> EDN is sufficiently lossless, this could be
> considered not a modification, I don't know.
>
> Greetings,
> Maxime.

I have made Cognitect aware of this here:
https://github.com/cognitect-labs/aws-api/issues/208


--=20
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Apr 2022 19:45:42 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 16 15:45:42 2022
Received: from localhost ([127.0.0.1]:34364 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfoMX-0005NY-Dr
	for submit <at> debbugs.gnu.org; Sat, 16 Apr 2022 15:45:41 -0400
Received: from baptiste.telenet-ops.be ([195.130.132.51]:53668)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nfoMR-0005N4-Mr
 for 53765 <at> debbugs.gnu.org; Sat, 16 Apr 2022 15:45:40 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by baptiste.telenet-ops.be with bizsmtp
 id KXla2700K4UW6Th01Xla7x; Sat, 16 Apr 2022 21:45:35 +0200
Message-ID: <f7f1c65a8e78470b9f5ce551a3927587e927abff.camel@HIDDEN>
Subject: Re: [bug#53765] V3 Patches
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 16 Apr 2022 21:45:34 +0200
In-Reply-To: <87tuatgc6b.fsf@HIDDEN>
References: <87zgkmlad7.fsf@HIDDEN>
 <242fe49e1d65869b2eb72f64041e3e08ef57702e.camel@HIDDEN>
 <c9aca2a1c9a4aab0cc5ce613b5921ff54e72f5c4.camel@HIDDEN>
 <87tuatgc6b.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-vRAzGI6DuhRxocMWO6aw"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1650138335; bh=GXP+J+BN+NLmdQJWebHTWa6RRMVI0ppZ9+e6ZzkE5r0=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=FLOSzwNe6WfwFBi1+ABqJCyWhbuDUnZUiHt3FRNNi9JpXXg6/KTiBCpKoAO/oYwLs
 uI7uPC6B7Hd6BEtWuGHjqwuP/u4OUzVboYv9A41BSEYNPZgVvpeHsCnwsuEdJhDr0X
 unrQPTGcDjVDiVgjZ3xGwbrKIQAi9/nelUo6ZkGDBu6cvBEBk9FUlDNtEjjON4BkqN
 +jPamwcNqsjJqEu/teTO3t60kMITpMonU5rgQABEk0gLYQIEJLovCAt+gGYqKJW6R9
 uhxmzzKJzEO+t3zj9EdT3Mq/RzMPkLlzOruZMa+V3LW8T4k1DSubN6364u36qOp0Aq
 5DO+OWnk4Qmhg==
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)


--=-vRAzGI6DuhRxocMWO6aw
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op za 16-04-2022 om 19:39 [+0200]:
> To be clear, I am not working on these patches on behalf of a commercial
> sponsor, but because it didn't feel right to me to package the library
> with significant functionality missing, especially not in the long term.

TBC, I have no problems with commercial sponsers and commerce in
general.

While there might be some functionality missing, it appears to be only
useful for being a client of Amazon.  I don't see any loss at not
helping Amazon, which reportedly practices reportedly include bad
worker conditions, tax avoidance and many other things.

Greetings,
Maxime.

--=-vRAzGI6DuhRxocMWO6aw
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYlsc3hccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7mRBAQCAgjjrq7fqKmejgPmskTvnTHFV
UdF1giCJgph61ePW/QD8COP/EI9I7qifGw1DqGwZ52wIHkHk5AL56GQmLWmk3wI=
=U9fl
-----END PGP SIGNATURE-----

--=-vRAzGI6DuhRxocMWO6aw--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Apr 2022 19:45:38 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 16 15:45:38 2022
Received: from localhost ([127.0.0.1]:34362 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfoMU-0005NH-4O
	for submit <at> debbugs.gnu.org; Sat, 16 Apr 2022 15:45:38 -0400
Received: from baptiste.telenet-ops.be ([195.130.132.51]:53646)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nfoMR-0005N2-8S
 for 53765 <at> debbugs.gnu.org; Sat, 16 Apr 2022 15:45:36 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by baptiste.telenet-ops.be with bizsmtp
 id KXlX2700C4UW6Th01XlX6L; Sat, 16 Apr 2022 21:45:33 +0200
Message-ID: <0635ca7dec80f3541efe49c8056844928d346ee5.camel@HIDDEN>
Subject: Re: [bug#53765] V3 Patches
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 16 Apr 2022 21:45:20 +0200
In-Reply-To: <87r15whlds.fsf@HIDDEN>
References: <87zgkmlad7.fsf@HIDDEN>
 <242fe49e1d65869b2eb72f64041e3e08ef57702e.camel@HIDDEN>
 <c9aca2a1c9a4aab0cc5ce613b5921ff54e72f5c4.camel@HIDDEN>
 <87tuatgc6b.fsf@HIDDEN>
 <dd36e087330223234ef3132e91a9ce9bca39589b.camel@HIDDEN>
 <87r15whlds.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-A0Rr7a1EDNLqwTvNRxWz"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1650138333; bh=mBwoQYsEiSseraILxQO5NtyQgGpOz7KDPQ/PL1bpOmo=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=PyGFqFjRLBuVjB1K7kaWPrPlV+iqHvR1EYaRTzOllh0pISIRsEA+eoZjbrFpxAiws
 /qiQbt0bSQeXfanDxSrBvrS+37BVgLHWFeOSkKNCBfpEu1GVPbc4IseMg5z8U+cCuH
 Y0UkWZSLybe0UaEfpXW3V3j+aj63cyTy3PtMTShJ2QYNBN3DULyZ6oY8vceV/6guIF
 fzIbAmTSl+s6ew7fBUIe6dJuCdhHr5BFMZ50HitjXyzBI9L8BL+4qZZAarVEeEEU21
 jyJqEaLI/AcCPbIKhrwvaW+xoAit0O+km7QqunIWvj1EBgM23Z8ae77nIJMFKubD0K
 weAOfVssnxFaQ==
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)


--=-A0Rr7a1EDNLqwTvNRxWz
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op za 16-04-2022 om 21:35 [+0200]:
> Maxime Devos <maximedevos@HIDDEN> writes:
>=20
> > Theoretically, the freedoms seem to be preserved here.  However, at
> > least currently, Cognitect is making exercising some of these freedoms
> > pointlessly difficult.
> >=20
> > TBC, I'm not saying that Cognitect must make things easy, rather the
> > making things hard (by keeping the compiler, or translator, secret) is
> > what I consider the problem here.
>=20
> Per this issue [1] on the aws-api GitHub, Cognitect has stated that the
> translation code (they call it a generator) is not open source when
> asked by a community member to view the source. As for why this is, I
> couldn't guess, it seems to be a relatively trivial piece of code.

If it's a trivial piece of code, it would be trivial for Cognitect to
make it free software without any business loss or something.

> Is this issue blocking for the inclusion of the package?
>=20
> [1]: https://github.com/cognitect-labs/aws-api/issues/116

=46rom my POV, yes.  Also see the new mail about another license issue (a
missing NOTICE.txt).

Greetings,
Maxime.


--=-A0Rr7a1EDNLqwTvNRxWz
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYlsc0BccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7jihAQCVTaUlj+YcWdqzoHmRaXn6OJyW
/0irWc9JevNAXY64HAEAnmrerGndMkOTXWNifJRf3SwdrmH+i0WaHV9eSTM2KAU=
=xsXo
-----END PGP SIGNATURE-----

--=-A0Rr7a1EDNLqwTvNRxWz--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Apr 2022 19:35:55 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 16 15:35:54 2022
Received: from localhost ([127.0.0.1]:34345 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfoD4-00058P-K4
	for submit <at> debbugs.gnu.org; Sat, 16 Apr 2022 15:35:54 -0400
Received: from mout-p-201.mailbox.org ([80.241.56.171]:52897)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nfoD2-00058D-R0
 for 53765 <at> debbugs.gnu.org; Sat, 16 Apr 2022 15:35:53 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:2:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4Kgk2B1TTYz9sHY;
 Sat, 16 Apr 2022 21:35:46 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1650137744;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=cpKc5oLRgXRvhGmDbbk4Glp18wXc5HqWUBB9ub9wcv4=;
 b=qK4XjAfi5m/Pxv5RNQjyC51b5hppk2yKIvc+9hblEZ/MLhIH6jUI41ykbp/zoEnc8pxIvS
 mQs29rJRva0HokHew4H08Yzd6V1BdfbkpxZLQYWNmSzyqE5z30XitUMMbKmzN0T83Defbc
 vC7wba0t6wollLsdiAiofgKbrJ4eSwMzPmbgia6/xeSQVfUxW0t4za18GIEL4HEdov4RHu
 DBj+LKwPNrChj8cOHZfIVL++P3J7JgiXgUzJYpITns0PexnIqveI9J6oCsykKgG3/ZymK5
 ivGaejTqpatjTGYm8qKiceOFGQjTG/OgXirVV9YE1SvDuqLWHUnBblXAxx+Xkg==
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] V3 Patches
In-Reply-To: <dd36e087330223234ef3132e91a9ce9bca39589b.camel@HIDDEN>
References: <87zgkmlad7.fsf@HIDDEN>
 <242fe49e1d65869b2eb72f64041e3e08ef57702e.camel@HIDDEN>
 <c9aca2a1c9a4aab0cc5ce613b5921ff54e72f5c4.camel@HIDDEN>
 <87tuatgc6b.fsf@HIDDEN>
 <dd36e087330223234ef3132e91a9ce9bca39589b.camel@HIDDEN>
Date: Sat, 16 Apr 2022 21:35:27 +0200
Message-ID: <87r15whlds.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> Theoretically, the freedoms seem to be preserved here.  However, at
> least currently, Cognitect is making exercising some of these freedoms
> pointlessly difficult.
>
> TBC, I'm not saying that Cognitect must make things easy, rather the
> making things hard (by keeping the compiler, or translator, secret) is
> what I consider the problem here.

Per this issue [1] on the aws-api GitHub, Cognitect has stated that the
translation code (they call it a generator) is not open source when
asked by a community member to view the source. As for why this is, I
couldn't guess, it seems to be a relatively trivial piece of code. Is
this issue blocking for the inclusion of the package?

[1]: https://github.com/cognitect-labs/aws-api/issues/116

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Apr 2022 19:32:56 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 16 15:32:56 2022
Received: from localhost ([127.0.0.1]:34341 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfoAC-00053y-1N
	for submit <at> debbugs.gnu.org; Sat, 16 Apr 2022 15:32:56 -0400
Received: from andre.telenet-ops.be ([195.130.132.53]:59624)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nfoA9-00053n-5S
 for 53765 <at> debbugs.gnu.org; Sat, 16 Apr 2022 15:32:54 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by andre.telenet-ops.be with bizsmtp
 id KXYq2700N4UW6Th01XYrk3; Sat, 16 Apr 2022 21:32:51 +0200
Message-ID: <8bb257e1d64a029dcc40d74e434cc467e76e6dc2.camel@HIDDEN>
Subject: Re: V3 Patches
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 16 Apr 2022 21:32:45 +0200
In-Reply-To: <87zgkmlad7.fsf@HIDDEN>
References: <87zgkmlad7.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-0KO74Zf2eh++kDp1bOeZ"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1650137571; bh=QFYVJl6dpNIKaQKmekDQ3r+9/9oA720hk6OA3eGdCuA=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=fTmoi/Jm2TVLITQDMLbOt0Lou7X9rvmMrj4128B08I8u51LMue3Qpo7PcR8p3lfGb
 CQMM644qUNBNuL8ZoACKmZrxmabunSvcepNqd/0eu6ppCIr+/xJTNy34W04z2TTd7L
 mR4bYFYJk9YlzLmzU2776MX01jeo2OG6JjKz8U8Nmr0AGOicBa8JtH15x8TPN7lAHY
 OVP8AtdGk164Iv8wHlmzxK0czoDeBjAw+UVsiiWaehIBLKpvFVW1wQTcTwNSzWfV+N
 87zsPkxsBw0uyEBzw8mglNqQbG6B+YjriISA66mHegXNzHhv6b873HQioymWhWLSGd
 abZwoLZse8hbA==
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)


--=-0KO74Zf2eh++kDp1bOeZ
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op vr 15-04-2022 om 15:55 [+0200]:
> Hello,
>=20
> I just wanted to check in and make sure you saw the version 3 patches I
> sent in, having resolved the licensing issue.

I looked at the new jar that was uploaded
(https://mvnrepository.com/artifact/com.cognitect.aws/s3/822.2.1109.0)
and it looks like there is still a problem.  The APL states:

      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute
          must include a readable copy of the attribution notices
          contained within such NOTICE file, excluding [...]

and <https://github.com/aws/aws-sdk-js> has a NOTICE.txt.  However, it
is missing from the com.cognitect.aws.s3 jar.

Cognitect also modified the files (by the JSON -> EDN compilation), and
APL says:

  You must cause any modified files to carry prominent notices stating
=C2=A0 that You changed the files; and

though perhaps, if JSON -> EDN is sufficiently lossless, this could be
considered not a modification, I don't know.

Greetings,
Maxime.

--=-0KO74Zf2eh++kDp1bOeZ
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYlsZ3RccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7lsoAPwO9nFxAfllDx+lDsruSRvA26pK
gjDpHFqIzgWA/zJXhQD9GR2W7gxFz1o71hDt8a8qhr2TfeslJI4CGqbxS3e3lQg=
=uXvU
-----END PGP SIGNATURE-----

--=-0KO74Zf2eh++kDp1bOeZ--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Apr 2022 19:16:17 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 16 15:16:17 2022
Received: from localhost ([127.0.0.1]:34309 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfnu5-0004cz-39
	for submit <at> debbugs.gnu.org; Sat, 16 Apr 2022 15:16:17 -0400
Received: from xavier.telenet-ops.be ([195.130.132.52]:48818)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nfnu3-0004co-4B
 for 53765 <at> debbugs.gnu.org; Sat, 16 Apr 2022 15:16:16 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by xavier.telenet-ops.be with bizsmtp
 id KXGD270014UW6Th01XGDgd; Sat, 16 Apr 2022 21:16:13 +0200
Message-ID: <dd36e087330223234ef3132e91a9ce9bca39589b.camel@HIDDEN>
Subject: Re: [bug#53765] V3 Patches
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 16 Apr 2022 21:16:08 +0200
In-Reply-To: <87tuatgc6b.fsf@HIDDEN>
References: <87zgkmlad7.fsf@HIDDEN>
 <242fe49e1d65869b2eb72f64041e3e08ef57702e.camel@HIDDEN>
 <c9aca2a1c9a4aab0cc5ce613b5921ff54e72f5c4.camel@HIDDEN>
 <87tuatgc6b.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-9Q9ugJ3MAufhxRV3PVJK"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1650136573; bh=ud2gLJYm6exMIV7BOEMm2FK85FqCTrzuLbhcNV97dmo=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=J1b2TnPhDhyj/kDCO++ukU/A5y0lPneVfgrdl75wJutaBCg6lEnOyJ46U2uiWFIP1
 cjEQhPZh+wncLX44bq6CXLuIGI3wd36PvqAkoJVwBbwUfkcuemFta6sKSyhXRO4XXy
 8z6SxOfQj70m3anIvGLlSlrzoYtZGgd2+qUcxM0gmraKLcWDimNmZxFY4998f8jBrO
 pf4PaCT4TfRnC0uBr9UZjPi34fqS3BvU1cAUs3yPfx5aU+mD5lwx1dOMq/kIlKSIi2
 utF0/dofhadSiNNK/XCkAR6CsQQstKO65Boul1nvyAysAqNxK6vteUdHVtF0+084gk
 vLnCxwVKBgR3Q==
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)


--=-9Q9ugJ3MAufhxRV3PVJK
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op za 16-04-2022 om 19:39 [+0200]:
> It is my personal opinion that this is not a compilation, but a
> translation. All this "compiler" is doing, as far as I can tell, is
> reading the JSON source, and outputting an equivalent source in EDN
> format.

Translation (between human languages) is hard.  Translation between
file formats can be hard to, e.g. for complicated documents, I often
see errors introduced by Libreoffice (odt) <-> Microsoft (docx)
conversion. =20

> This seems completely fine to me, as nothing then prevents the
> user of this library from editing the EDN source, which is equivalent to
> the JSON source. In fact, since this is a Clojure library, the EDN
> source is probably the preferred form for editing for people who are
> likely to use it.

These EDN files could be modified, so non-Cognitect people could
perhaps, for every new API thing or modified API that Amazon
introduces, manually search for the relevant part in the JSON files and
transcribe them to EDN, do some tests to make sure they didn't make any
errors during the transcribing process.  Likewise for updating the
documentation parts.

However, that looks like a lot of pointless work and a power indynamic,
that could be trivially be resolved by Cognitect.

> This seems to focus on instances when some important software freedom
> is lost. I can't see anything that would give guidance on what to do
> when all freedoms are preserved, as they seem to be here.

Theoretically, the freedoms seem to be preserved here.  However, at
least currently, Cognitect is making exercising some of these freedoms
pointlessly difficult.

TBC, I'm not saying that Cognitect must make things easy, rather the
making things hard (by keeping the compiler, or translator, secret) is
what I consider the problem here.

Greetings,
Maxime.

--=-9Q9ugJ3MAufhxRV3PVJK
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYlsV+BccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7tj/AQCFHbcckpWsaY7K5IU1zPCrAZ6m
FuW3KmUxw3uFlep2UgEAlgm7lukTjkBVz62d/el3xtMqqhZNg5eQKg0J1aUO5AE=
=gXvR
-----END PGP SIGNATURE-----

--=-9Q9ugJ3MAufhxRV3PVJK--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Apr 2022 17:39:57 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 16 13:39:57 2022
Received: from localhost ([127.0.0.1]:34265 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfmOr-0002BA-7F
	for submit <at> debbugs.gnu.org; Sat, 16 Apr 2022 13:39:57 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:41311)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nfmOp-0002Ax-7o
 for 53765 <at> debbugs.gnu.org; Sat, 16 Apr 2022 13:39:55 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KggSN2kTzz9sTC;
 Sat, 16 Apr 2022 19:39:48 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1650130786;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=t8agxo5hVyaE+2OIQ2hgNzQFyKS6F0KA4/JBMfeyqEM=;
 b=iVJ5xqbobpdDc1I70DfLYwT6AmtJq13Ofg8BXm833dPdgXSVowHGTNRgcOoq3vun3ozGJ+
 SeSEJR7aLdUcjSBHA+bWPU3R6Yv+m+MDfy/dxWu92LWjmARUjFh1C9wnBuZPBVTwcRQt5x
 6SH0Yoe5CADXnmjvp7dGrhwqCbbAFDuCOuJIDMl1Zyb6IU1lP5a5bi0tPatMxcyTaxQrId
 ieSJWB8eqi15xwIUgMWOzJ713DtsH4X/Ovf5FCj70MUIX2hHsBr2VQAeUL1i4wHc1ZsmO+
 uLPQ0S+WupwrLOUjtZw9FCnX8d5duny5cGSVnc/+HGPSIYbD2tq8z841SxRVUA==
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] V3 Patches
In-Reply-To: <c9aca2a1c9a4aab0cc5ce613b5921ff54e72f5c4.camel@HIDDEN>
References: <87zgkmlad7.fsf@HIDDEN>
 <242fe49e1d65869b2eb72f64041e3e08ef57702e.camel@HIDDEN>
 <c9aca2a1c9a4aab0cc5ce613b5921ff54e72f5c4.camel@HIDDEN>
Date: Sat, 16 Apr 2022 19:39:40 +0200
Message-ID: <87tuatgc6b.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> Apparently the aws things aren't very useful and they can be patched
> out?

That is exactly what I did with the first patch I sent for clojure-tools,
which was accepted. However, this causes the tools to print warnings on
startup, as well as removing the feature of accessing S3 repositories. I
suppose these warnings could be patched out, given that the work to
packages the dependencies has already been done, I see no reason to not
resolve the issue, given that the links you sent me to Debian seem to
believe all of these dependencies fit the requirements of free software.

Elana Hashman <ehashman@HIDDEN> writes:

> These deps are all open source as far as I can tell, but given that it's
> a lot of work to enable commercial/proprietary development I personally
> do not want to spend volunteer time on it. I would not block someone
> from volunteering to work on this, particularly with a commercial
> sponsor, but I don't think it'd be a great use of time for e.g. a GSoC
> student.

To be clear, I am not working on these patches on behalf of a commercial
sponsor, but because it didn't feel right to me to package the library
with significant functionality missing, especially not in the long term.

Maxime Devos <maximedevos@HIDDEN> writes:

> Well, the (original?) source (the JSON files) seems to be free software,
> but if there is no free compiler for the source (and worse, there is
> only a single compiler and it can only be used by a single entity
> (cognitect)), wouldn't that make the software, from a practical
> perspective, non-free?

It is my personal opinion that this is not a compilation, but a
translation. All this "compiler" is doing, as far as I can tell, is
reading the JSON source, and outputting an equivalent source in EDN
format. This seems completely fine to me, as nothing then prevents the
user of this library from editing the EDN source, which is equivalent to
the JSON source. In fact, since this is a Clojure library, the EDN
source is probably the preferred form for editing for people who are
likely to use it.

> gnu.org words this in more detail at
> <https://www.gnu.org/philosophy/when-free-depends-on-nonfree.html>.

This seems to focus on instances when some important software freedom is
lost. I can't see anything that would give guidance on what to do when
all freedoms are preserved, as they seem to be here.

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 15 Apr 2022 19:03:32 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Apr 15 15:03:32 2022
Received: from localhost ([127.0.0.1]:60314 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfREC-0006qW-5H
	for submit <at> debbugs.gnu.org; Fri, 15 Apr 2022 15:03:32 -0400
Received: from xavier.telenet-ops.be ([195.130.132.52]:58834)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nfRE7-0006qK-Ux
 for 53765 <at> debbugs.gnu.org; Fri, 15 Apr 2022 15:03:30 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by xavier.telenet-ops.be with bizsmtp
 id K73R270074UW6Th0173Ryy; Fri, 15 Apr 2022 21:03:26 +0200
Message-ID: <c9aca2a1c9a4aab0cc5ce613b5921ff54e72f5c4.camel@HIDDEN>
Subject: Re: [bug#53765] V3 Patches
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Fri, 15 Apr 2022 21:03:19 +0200
In-Reply-To: <242fe49e1d65869b2eb72f64041e3e08ef57702e.camel@HIDDEN>
References: <87zgkmlad7.fsf@HIDDEN>
 <242fe49e1d65869b2eb72f64041e3e08ef57702e.camel@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-ZgTP1iF12YlviVGFVa5B"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1650049406; bh=tm0mv8I3E9lRcZYK16QSuT9LB7LKqtQHEpXumHEd3sg=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=hmojdjsTgOiRhjUg2/fW//tVofoJ3UnuN2j3JYhP4innpIke1HXfJeMaAVKUvTDbW
 XkPJ5A1iuXZcED8PfrFH0vq1TeV1XLSk2LDf12pq49zphnarpMNi9nWeN8C3T3N63T
 UwJsnqrl67qYrkOl9tLsXOVijyRjFdVd9vesO1wArL6imgKwidiD8ezuy91DJVhRYn
 sxSxRPJj/gougNmD9M/NpnISxfkTIaJ+/U7y5tiupOnP/Z1gsfHn7T+Eq0DBuBZ8bv
 oHS9ubqQ/WPs+LlLoZ0NVfT8uIjY395DxZreXIedIT5miVBEgJCTym5zr95O15mhp6
 iAH1edpaudLBw==
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)


--=-ZgTP1iF12YlviVGFVa5B
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Maxime Devos schreef op vr 15-04-2022 om 20:47 [+0200]:
> [com.cognitect.aws.* things]

I found the following messages:

  <https://lists.debian.org/debian-clojure/2021/06/msg00013.html>
  <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D891136#27>

Apparently the aws things aren't very useful and they can be patched
out?

Greetings,
Maxime


--=-ZgTP1iF12YlviVGFVa5B
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYlnBdxccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7tLqAQD/p4aczfBUVaS72FImm+nEr/ml
Ea7T4L37kL+skmHmcAD/bq0Gs/FqfgXnL7v0iitRuB1gMBpsOzaa9YRLjmz23AU=
=WclT
-----END PGP SIGNATURE-----

--=-ZgTP1iF12YlviVGFVa5B--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 15 Apr 2022 18:47:30 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Apr 15 14:47:30 2022
Received: from localhost ([127.0.0.1]:60301 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfQyf-0006PP-LI
	for submit <at> debbugs.gnu.org; Fri, 15 Apr 2022 14:47:30 -0400
Received: from andre.telenet-ops.be ([195.130.132.53]:60078)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nfQyd-0006PC-UA
 for 53765 <at> debbugs.gnu.org; Fri, 15 Apr 2022 14:47:28 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by andre.telenet-ops.be with bizsmtp
 id K6nR270054UW6Th016nRKi; Fri, 15 Apr 2022 20:47:26 +0200
Message-ID: <242fe49e1d65869b2eb72f64041e3e08ef57702e.camel@HIDDEN>
Subject: Re: V3 Patches
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Fri, 15 Apr 2022 20:47:21 +0200
In-Reply-To: <87zgkmlad7.fsf@HIDDEN>
References: <87zgkmlad7.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-4uXPQiFIuIpPLK4pJcHY"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1650048446; bh=uq3xaYVbdKh4qo6HeGx68EmgaqT1rZcinmqPpuaUDgI=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=HbMLwZ6IfzRvCFfUTCzJd5B1lFSsuAMxcVFrBZOO3hkKuSTLKX7bGpfe5pO6WR2DZ
 wqnP+ZPNfEi4CjsbH/XwRcDTZDS8v0+rq45ePgfLaUKgOYpKZLZ4CnVvgZ4MAQ/Hut
 M+2oHcPIe1vRf9ChF+xHOrc5kIu8kiOIJVQ7MewiNKIRlJS3bAevqVuNZ6ltoU+ehV
 yDiFY1BrsXhZTtbu8hxGBQVkKVaQ0dTynQG+vxqJR37nr5OqfSspHEkYFafDD+QjeF
 SC+4P6MlA7SY4xHBKnr9u5WSU+c1qZ5P3ZkhD20gqa5V2C7PhWNssM1z8TdS9VgNax
 KdVb9EoeXA/7w==
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)


--=-4uXPQiFIuIpPLK4pJcHY
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op vr 15-04-2022 om 15:55 [+0200]:
> Hello,
>=20
> I just wanted to check in and make sure you saw the version 3 patches I
> sent in, having resolved the licensing issue.

I've received them but I didn't have much time.  I haven't looked a the
new patches but it seems that the only potential issue remaining is ...

> It looks like these files are generated from JSON definitions files
> released as part of the official AWS javascript sdk, which are
> available here [1] under the ASL2.0.
>
> However, it looks like based on this issue on the aws-api github [2],
> the code that generates the EDN files from the JSON definitions is
> not open source, only the resulting output EDN files.=20

... do these EDN output files count as source?  They are licensed as
ASL2.0, which is an open source license, but that does not necessarily
make it free software, as they could perhaps be considered binaries
instead of source.

Well, the (original?) source (the JSON files) seems to be free
software, but if there is no free compiler for the source (and worse,
there is only a single compiler and it can only be used by a single
entity (cognitect)), wouldn't that make the software, from a practical
perspective, non-free?

gnu.org words this in more detail at
<https://www.gnu.org/philosophy/when-free-depends-on-nonfree.html>.
FWIW, this seems a similar situation as Debian's =E2=80=98contrib=E2=80=99 =
archive.

Greetings,
Maxime.

--=-4uXPQiFIuIpPLK4pJcHY
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYlm9uRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7recAQCamPy9eKM2T4Z+crPg862E3zd+
i0gLO60ZaZAJzcD79AEA5h3ntPf5XRMRL/ZQ7MwfeVeQlWjvUd8LfWQDG+/RxA0=
=ekDx
-----END PGP SIGNATURE-----

--=-4uXPQiFIuIpPLK4pJcHY--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 15 Apr 2022 13:55:28 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Apr 15 09:55:28 2022
Received: from localhost ([127.0.0.1]:59276 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfMQ4-0006qF-94
	for submit <at> debbugs.gnu.org; Fri, 15 Apr 2022 09:55:28 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:51389)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nfMQ2-0006jl-PS
 for 53765 <at> debbugs.gnu.org; Fri, 15 Apr 2022 09:55:27 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:2:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KfyWr3bthz9sTc;
 Fri, 15 Apr 2022 15:55:20 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1650030918;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=Gt35A4ob7Imbqdq2FmUZUlq37CCPFtAy2kz8tyN7NyI=;
 b=nyOMLCSuxXzKMFJUKot+r4bZ95gtimn458Tf/B+btfV2rpx59pjsnO7HyheUBIrZSZe0oT
 sBmp00VhyjJdsJT8B919Lich+q09pGYnYiy11Z3vkVIEEMzwLZJA5yP03gqIIRCrdnhLXw
 r4J0tIB41KveYObvqOwkjgRNsqoUkiHD2JT/8RCkjJQKruJXDyuvRgqat8QMmIdZ+9tysh
 WlGkfHju2YKidNMZebN7XPWQ7dczbjoQ45jrdvkPnIwL4O6nE2+YPP1uWfy7JzHoXtKZJp
 X3AXc253dTzAA5loQrddhn/S6RBwExhC363hhwzROLf5Pqsy4dmM5nbXeHuEDA==
To: 53765 <at> debbugs.gnu.org
Subject: V3 Patches
Date: Fri, 15 Apr 2022 15:55:16 +0200
Message-ID: <87zgkmlad7.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


Hello,

I just wanted to check in and make sure you saw the version 3 patches I
sent in, having resolved the licensing issue.

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 15 Apr 2022 13:54:22 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Apr 15 09:54:22 2022
Received: from localhost ([127.0.0.1]:58396 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nfMP0-0006aP-0q
	for submit <at> debbugs.gnu.org; Fri, 15 Apr 2022 09:54:22 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:49800)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nfMOx-0006a9-RL
 for 53765 <at> debbugs.gnu.org; Fri, 15 Apr 2022 09:54:20 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KfyVY3SHkz9sT0
 for <53765 <at> debbugs.gnu.org>; Fri, 15 Apr 2022 15:54:13 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1650030850;
 h=from:from:reply-to:subject:date:date:message-id:message-id:to:to:cc:
 mime-version:mime-version:content-type:content-type;
 bh=1NVPAGSU1qRXih9aJgMGBz/+yQROQpEdrpbs4tZhl50=;
 b=pVpwTmrWlVHVH6OQVMEqZzOjnoqx6iKzYshMUplydOhkQZNipwuV+RdYhjQNku22HULRq6
 LBVNte3rHC7F5FvYmvAGZtNao55rrRzC3PwEXCZoJoLjXl/o/n0mxjK4ZyXWkYTSxlt9IW
 nelhyAYOBqVLvo1Sr1qyWxe6/pDX6K/RXgKn87ADUXpbqma5PROtCjmbGBJy04/p6+mk7N
 qACFjDHEX973ReeZbhQnUM7T2XspyqTebmKwx3AcKcBNVMmKKw6oubJvkCwVs7rfRO+WZ0
 FDS0hgdbkSxLB48FOM3Ex8xJ5eQCgtfSFdAHtGgXKLt/QxynblE8xM6A71t/sw==
To: 53765 <at> debbugs.gnu.org
Date: Fri, 15 Apr 2022 15:54:08 +0200
Message-ID: <8735iemozj.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 3.0 (+++)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview:  -- Reily Siegel 
 Content analysis details:   (3.0 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.152 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 1.8 MISSING_SUBJECT        Missing Subject: header
 0.2 NO_SUBJECT             Extra score for no subject
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
 1.7 BODY_EMPTY             No body text in message
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 2.0 (++)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 
 Content preview:  -- Reily Siegel 
 
 Content analysis details:   (2.0 points, 10.0 required)
 
  pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
                             low trust
                             [80.241.56.152 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
  0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
  1.8 MISSING_SUBJECT        Missing Subject: header
  0.2 NO_SUBJECT             Extra score for no subject
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
 -1.0 MAILING_LIST_MULTI     Multiple indicators imply a widely-seen list
                             manager
  1.7 BODY_EMPTY             No body text in message


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:42:03 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:42:03 2022
Received: from localhost ([127.0.0.1]:57305 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4z4-0000Kt-TI
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:42:03 -0400
Received: from mout-p-101.mailbox.org ([80.241.56.151]:41177)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4z3-0000Jz-A9
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:42:01 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:2:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4KYPKH3zK1z9sWP;
 Wed,  6 Apr 2022 14:41:55 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248913;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=bHP6t6it3ROSl418RBpaE6CEpocZvLo8yyXoqITDxPk=;
 b=ExbVXM+oCt7CVIlilENym7cDalOe3IaxRtCXiKA78CXo4txEqKpSexSKjW/F+LDCszVMzb
 OJKx3t/+9+dymIVzDrH04och88RvIs0nfxCJ+u44yWu/BUk1nA/k8HKx9eAZ0OrW2QN2tZ
 z7y/P1pUR8ttgAYGL2w/S6wbGyDDTEwsGvm+M0fzjc/rHb/8xCUH7f7WyVklkcyAPEhfSU
 iLcg+M7z1zT+cRcGC/ye2kRUEynjo6JRIemHKv3eTqbuqqOU6lMghNUBscRcjSR7Sa8sEr
 1seTXcm3t3UQVu5S52DMOhcxvoVkjEB8ytvpCwJlZiaSHsay+5tiG4MW1S0Fww==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 17/17] gnu: clojure-tools: Fix logging warning messages.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Tue, 25 Jan 2022 13:41:22 -0500
Message-Id: <6f8e6326979cf50156fdb70d65396c27482cc0bc.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview:  --- gnu/packages/clojure.scm | 3 ++- 1 file changed,
 2 insertions(+), 
 1 deletion(-) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
 index 849ca50852..225898c5bc 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -200,7 +200,8 @@ (define-public cl [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.151 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 849ca50852..225898c5bc 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -200,7 +200,8 @@ (define-public clojure-tools
     (inputs (list rlwrap
                   clojure
                   clojure-tools-deps-alpha
-                  java-commons-logging-minimal))
+                  java-commons-logging-minimal
+                  java-slf4j-simple))
     (home-page "https://clojure.org/releases/tools")
     (synopsis "CLI tools for the Clojure programming language")
     (description "The Clojure command line tools can be used to start a
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:41:59 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:41:59 2022
Received: from localhost ([127.0.0.1]:57297 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4yy-0000Jy-1K
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:59 -0400
Received: from mout-p-103.mailbox.org ([80.241.56.161]:41888)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4yw-0000Ji-5W
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:54 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:2:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4KYPK82xQFz9sW5;
 Wed,  6 Apr 2022 14:41:48 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248906;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=f8Jdm70eKvstA4fbKMU1NgokXO0i+3aDOe/V5vSjA94=;
 b=BxPDQjSjHGSpcuvcx43HmylcX3kXGyHcsX1FsJ3Eg1hQMLnibRvmZcdttyUOCq+gqDBLfs
 alPg0czuUbrmqR6jjREs7/nlh36+t6H2xAWzrwyGEXM/LzfcVCCU722e89onYfCtgEG7nC
 5AP4NUDC9G2Rt+id8/YlIoPd9WKzjQfTIedYN608noxz6g9OTyyY9LR3F/GcSDjlnnsOqW
 52mG7Dg8pQWltbLvshhMrYWstKLjueGLoR902DngQ8inxNN5DGIHepAmTAEQ7JkxuX3Cv+
 aPF+KJWbAA/xnqUskBBp7azG5JgBmMSex0D/ToT4TYWnHB6BSm29lNGbX/KhlQ==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 16/17] gnu: clojure-tools-deps-alpha: Fix issues with S3
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Tue, 25 Jan 2022 13:37:48 -0500
Message-Id: <9534c7fc5a885153a82b7f8240b981bf0707eb9e.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/clojure.scm | 41 ++++++++++++ 1 file changed,
 12 insertions(+),
 29 deletions(-) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index 82e9970cfb..849ca50852 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -864,11 +864,10 @@ (define-public [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.161 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 41 ++++++++++++----------------------------
 1 file changed, 12 insertions(+), 29 deletions(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 82e9970cfb..849ca50852 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -864,11 +864,10 @@ (define-public clojure-tools-deps-alpha
   (package
     (name "clojure-tools-deps-alpha")
     (version "0.12.1104")
-    (home-page "https://github.com/clojure/tools.deps.alpha")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url home-page)
+                    (url "https://github.com/clojure/tools.deps.alpha")
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
@@ -877,34 +876,13 @@ (define-public clojure-tools-deps-alpha
     (build-system clojure-build-system)
     (arguments
      `(#:source-dirs '("src/main/clojure" "src/main/resources")
+       #:java-source-dirs '("src/main/java")
        #:test-dirs '("src/test/clojure")
        #:doc-dirs '()
-       ;; FIXME: Could not initialize class org.eclipse.aether.transport.http.SslSocketFactory
-       #:tests? #f
-       #:phases
-       (modify-phases %standard-phases
-         ;; FIXME: Currently, the S3 transporter depends on ClojureScript,
-         ;; which is very difficult to package due to dependencies on Java
-         ;; libraries with non-standard build systems. Instead of actually
-         ;; packaging these libraries, we just remove the S3 transporter that
-         ;; depends on them.
-         (add-after 'unpack 'remove-s3-transporter
-           (lambda _
-             (for-each delete-file
-                       (list
-                        (string-append
-                         "src/main/clojure/clojure/"
-                         "tools/deps/alpha/util/s3_aws_client.clj")
-                        (string-append
-                         "src/main/clojure/clojure/"
-                         "tools/deps/alpha/util/s3_transporter.clj")
-                        (string-append
-                         "src/test/clojure/clojure/"
-                         "tools/deps/alpha/util/test_s3_transporter.clj")))
-             (substitute*
-                 "src/main/clojure/clojure/tools/deps/alpha/util/maven.clj"
-               (("clojure.tools.deps.alpha.util.s3-transporter")
-                "")))))))
+       ;; Could not initialize class
+       ;; org.eclipse.aether.transport.http.SslSocketFactory
+       ;; See maven-resolver-transport-http
+       #:tests? #f))
     (propagated-inputs (list maven-resolver-api
                              maven-resolver-spi
                              maven-resolver-impl
@@ -916,7 +894,12 @@ (define-public clojure-tools-deps-alpha
                              maven-resolver-transport-file
                              clojure-tools-gitlibs
                              clojure-tools-cli
-                             clojure-data-xml))
+                             clojure-data-xml
+                             clojure-com-cognitect-aws-api
+                             clojure-com-cognitect-aws-endpoints
+                             clojure-com-cognitect-aws-s3
+                             java-javax-inject))
+    (home-page "https://github.com/clojure/tools.deps.alpha")
     (synopsis "Clojure library supporting clojure-tools")
     (description "This package provides a functional API for transitive
 dependency graph expansion and the creation of classpaths.")
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:41:47 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:41:47 2022
Received: from localhost ([127.0.0.1]:57294 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4yo-0000JZ-Pk
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:46 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:49134)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4yn-0000JB-6H
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:45 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:2:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KYPJz31KZz9sQ8;
 Wed,  6 Apr 2022 14:41:39 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248897;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=jGZYxaVTpvkUQkqToaQaqVs50vWyqdEUijC9y5XapaQ=;
 b=XLaj38Y4bVpjpe9S/ZMOg+dLvMMQPUxUqA6lNYcBafA33lJqBdzP0kstl/Z53Ks2ZiRd8x
 zQDfrT4OdhPue5Cfii6ftZANW4BATPDiy8CLt7Sdg/qfC6sf6QXeOVt8pqU4YjoLas+Yef
 sNQMn2PYl4af+TEDswUTvA6RbijfXE+jsJBAJYOhit70NJjC3g5RgCF8+4vNeGpKpJ5TZN
 46UBnI375NzdkahXg6mBpRVUyjMDAUj86m4BrThWfFdP8ShE75wBZ8l49yRa7ZsiuXGLz7
 5QHRTnEJh4UNawSmBd54NTXGRE99P/EyLIqB0ywdqTiw5CpFUwjBJ7leLyut+g==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 15/17] gnu: Add clojure-com-cognitect-aws-s3.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Fri, 21 Jan 2022 19:36:41 -0500
Message-Id: <948baf71c0945ac82a9ae63a55b29ec7201ef676.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/clojure.scm | 25 +++++++++++++++++++++++++
 1 file changed,
 25 insertions(+) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index 04eb78c3d6..82e9970cfb 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -319,6 +319,31 @@ (define-public c [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.152 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 04eb78c3d6..82e9970cfb 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -319,6 +319,31 @@ (define-public clojure-com-cognitect-aws-endpoints
     (synopsis "Endpoint data for @code{aws-api}")
     (license license:asl2.0)))
 
+(define-public clojure-com-cognitect-aws-s3
+  (package
+    (inherit clojure-com-cognitect-aws-api)
+    (name "clojure-com-cognitect-aws-s3")
+    (version "821.2.1083.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://repo1.maven.org/maven2/"
+                                  "com/cognitect/aws/s3/"
+                                  version "/s3-"
+                                  version "-sources.jar"))
+              (sha256
+               (base32
+                "0aqjwbpdlfccy1pl7bdxqxbzb6dcwvb00v07i4hcj6q8mpk8r1wj"))))
+    (native-inputs '())
+    (propagated-inputs '())
+    (arguments
+     '(#:doc-dirs '()
+       ;; This package has no tests.
+       #:tests? #f
+       #:aot-exclude '(#:all)))
+    (synopsis "Supporting files for accessing the S3 API using
+@code{aws-api}")
+    (license license:asl2.0)))
+
 (define-public clojure-com-cognitect-http-client
   (package
     (name "clojure-com-cognitect-http-client")
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:41:42 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:41:42 2022
Received: from localhost ([127.0.0.1]:57291 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4yk-0000JK-Hs
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:42 -0400
Received: from mout-p-202.mailbox.org ([80.241.56.172]:48792)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4yj-0000Iz-Fb
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:41 -0400
Received: from smtp1.mailbox.org (smtp1.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:1:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4KYPJv4n17z9sTK;
 Wed,  6 Apr 2022 14:41:35 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248893;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=c8IJQbkcZ2Ilml5oo3eI9Ocu6IkhYhIDgX7fe3lppdk=;
 b=CccyAPq8NmoZ5D7FDi7pvp64YPXESF/KclKEK1FsGkt0AVLKNk0zmacjUWvxgjPw1PqAcK
 0GPxGIMTspiL3siWzZdqT3QnaZX3dCTfAnnjqBFgHys/WbiMJvq2nIFqD+AUX5grysxq5n
 oZZd1pkrL+AIt5GCBp0k+J1Ind/Kg4TGvs0CSUHwYPLLvDvlfnsbF1DHCa1/qVlh7sTDA4
 nR4UprImzfDpq9pBNmW5XJferRiz56a8P1znZ+jY/5HKE4qxBeycOl3s0ojoUOpA+1QHpR
 xo5H7UacxLIXGpQ+AbgNKpvVOQP5aQSeEdo2lmo/oT6t9G72QePww/5BFt90dw==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 14/17] gnu: Add clojure-com-cognitect-aws-endpoints.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Fri, 21 Jan 2022 19:36:18 -0500
Message-Id: <703b796bf2f2b46b5ed48dc1f078e21505be906b.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview:  --- gnu/packages/clojure.scm | 24 ++++++++++++++++++++++++
 1 file changed,
 24 insertions(+) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index 072edea7b2..04eb78c3d6 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -295,6 +295,30 @@ (define-public c [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.172 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 072edea7b2..04eb78c3d6 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -295,6 +295,30 @@ (define-public clojure-com-cognitect-aws-api
 invoking AWS APIs.")
     (license license:asl2.0)))
 
+(define-public clojure-com-cognitect-aws-endpoints
+  (package
+    (inherit clojure-com-cognitect-aws-api)
+    (name "clojure-com-cognitect-aws-endpoints")
+    (version "1.1.12.136")
+    (source (origin
+              (method url-fetch)
+              ;; This JAR contains only data files.
+              (uri (string-append "https://repo1.maven.org/maven2/"
+                                  "com/cognitect/aws/endpoints/"
+                                  version "/endpoints-"
+                                  version "-sources.jar"))
+              (sha256
+               (base32
+                "15irzbnr0gp5pf0nh9vws6kyzjsbqshiqm9b8frjgsnizvqw0jqj"))))
+    (native-inputs '())
+    (propagated-inputs '())
+    (arguments
+     '(#:doc-dirs '()
+       ;; This package contains only data, no code to test.
+       #:tests? #f))
+    (synopsis "Endpoint data for @code{aws-api}")
+    (license license:asl2.0)))
+
 (define-public clojure-com-cognitect-http-client
   (package
     (name "clojure-com-cognitect-http-client")
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:41:37 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:41:37 2022
Received: from localhost ([127.0.0.1]:57288 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4yf-0000J1-A6
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:37 -0400
Received: from mout-p-201.mailbox.org ([80.241.56.171]:48827)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4yd-0000IH-Pw
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:36 -0400
Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KYPJn0Dntz9sSS;
 Wed,  6 Apr 2022 14:41:29 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248886;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=o3Y6SMusYOQe2pX9ezrM6z9c7QRPI3aIF/85eh7XiHs=;
 b=nxYRAGRnHVEeVtFKeDI6aRKRiMwAaof9n+gQC2ePUVQz+JjjrckyqN+4NKS9hLry4UqiHU
 GXonKNBhtCzvEsRG7bZ40bpb/NUmLhcVZ3SPtFEeO7mdpWA+ak1w6FOnootsXO0sWHYcET
 TqPMTydNoqQKr9wRNcrZSKC2QpbgG2hotUIT42t2b8rGuUBrkVeg8Bt89GMffmPcon3vgu
 T48J7FIhu3k6LiVVVQzc/sUf+eNfaMu1++ekg4h/2y0efXATz5r/VXCRYYalHsqgOgKtlS
 2GBYK0UQNPBzDKyhx6bNn+qEDkECnEivk/qY/Hmg/Sj67H1aoZpoqoXpGB1tmw==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 13/17] gnu: Add clojure-com-cognitect-aws-api.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Fri, 21 Jan 2022 19:35:41 -0500
Message-Id: <a75220b25e29d1329b668c74db59592d40e05a28.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/clojure.scm | 35
 +++++++++++++++++++++++++++++++++++ 1 file changed,
 35 insertions(+) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index 964d33185e..072edea7b2 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -260,6 +260,41 @@ (define-public c [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.171 listed in list.dnswl.org]
 0.0 RCVD_IN_MSPIKE_H5      RBL: Excellent reputation (+5)
 [80.241.56.171 listed in wl.mailspike.net]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 0.0 RCVD_IN_MSPIKE_WL      Mailspike good senders
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 964d33185e..072edea7b2 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -260,6 +260,41 @@ (define-public clojure-algo-monads
     (home-page "https://github.com/clojure/algo.monads")
     (license license:epl1.0)))
 
+(define-public clojure-com-cognitect-aws-api
+  (package
+    (name "clojure-com-cognitect-aws-api")
+    (version "0.8.539")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/cognitect-labs/aws-api")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1pi1578hgfy9w25gyidz5dwl85q51rjm3kfffmlxsysl7vx3gv03"))))
+    (build-system clojure-build-system)
+    (native-inputs (list clojure-http-kit
+                         java-commons-io
+                         clojure-com-cognitect-aws-endpoints
+                         clojure-com-cognitect-aws-s3
+                         clojure-test-check))
+    (propagated-inputs (list clojure-core-async
+                             clojure-tools-logging
+                             clojure-data-json
+                             clojure-data-xml
+                             clojure-com-cognitect-http-client))
+    (arguments
+     '(#:source-dirs '("src" "resources")
+       #:test-dirs '("test/src" "test/resources")
+       #:doc-dirs '("doc")))
+    (home-page "https://github.com/cognitect-labs/aws-api")
+    (synopsis "aws-api is a Clojure library which provides programmatic access
+to AWS services from your Clojure program")
+    (description "@code{aws-api} is a data-oriented Clojure library for
+invoking AWS APIs.")
+    (license license:asl2.0)))
+
 (define-public clojure-com-cognitect-http-client
   (package
     (name "clojure-com-cognitect-http-client")
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:41:35 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:41:35 2022
Received: from localhost ([127.0.0.1]:57285 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4yd-0000Ih-13
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:35 -0400
Received: from mout-p-202.mailbox.org ([80.241.56.172]:59461)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4yb-0000I8-JW
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:34 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4KYPJl5GzHz9sTG;
 Wed,  6 Apr 2022 14:41:27 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248885;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=Z/ldBWZMyYcpkUY6OPrEiYF/Oi6s32XKAg37dWvHj3w=;
 b=Vpgrb9FNQ4qyZvXEiVezm+GAbDc81BvfQjD554yBHC3wbDS5EkB8j7Ti6IJ7x9feu5wQOW
 HrUnwugVilKcmCYRSz50GY4DKfPwwjj0tfKKU8QWG30v+IssfEe0JMaNJJXQkO0FanqCcs
 6OlItis3HVRPV/21BGlpszMtkFO4ECNsIYAOtXfzD8aGX7RHdl7ystrkUcebWGNX9Pvsue
 I4wR5RebBZLmIHG1shwbiP0j0VXsB8d4+EsgIEefUfrm6HyhjGuP0126f/HvTuemV1Rnyh
 BrYaYkiezhRERQ7GKHlafoI2HGkyPjX04JC44BwLnt82+lQ1SA8D/VO3WRRUPg==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 12/17] gnu: Add clojure-com-cognitect-http-client.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Fri, 21 Jan 2022 19:32:47 -0500
Message-Id: <9114bb33d51966d21a6a279e2352b126659e6a20.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/clojure.scm | 31
 +++++++++++++++++++++++++++++++ 1 file changed,
 31 insertions(+) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index 7b2af9464d..964d33185e 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -25,6 +25,7 @@ (define-module (gnu [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.172 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 7b2af9464d..964d33185e 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -25,6 +25,7 @@ (define-module (gnu packages clojure)
   #:use-module (gnu packages java)
   #:use-module (gnu packages maven)
   #:use-module (gnu packages readline)
+  #:use-module (gnu packages web)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
@@ -259,6 +260,36 @@ (define-public clojure-algo-monads
     (home-page "https://github.com/clojure/algo.monads")
     (license license:epl1.0)))
 
+(define-public clojure-com-cognitect-http-client
+  (package
+    (name "clojure-com-cognitect-http-client")
+    (version "1.0.111")
+    (source (origin
+              (method url-fetch)
+              ;; This JAR contains only uncompiled Clojure sources.
+              (uri (string-append "https://repo1.maven.org/maven2/"
+                                  "com/cognitect/http-client/"
+                                  version "/http-client-"
+                                  version ".jar"))
+              (sha256
+               (base32
+                "0n03vyr6i6n8ll8jn14b5zsba5pndb0ivdwizimz16gd8w3kf5xh"))))
+    (build-system clojure-build-system)
+    (propagated-inputs (list clojure-core-async
+                             java-eclipse-jetty-client
+                             java-eclipse-jetty-http
+                             java-eclipse-jetty-util
+                             java-eclipse-jetty-io))
+    (arguments
+     '(#:source-dirs '("src")
+       #:test-dirs '()
+       #:doc-dirs '()))
+    (home-page "https://cognitect.com")
+    (synopsis "HTTP client for Clojure")
+    (description "HTTP client for Clojure that wraps Jetty's Java API,
+providing an API that follows Clojure conventions.")
+    (license license:asl2.0)))
+
 (define-public clojure-core-async
   (package
     (name "clojure-core-async")
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:41:35 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:41:35 2022
Received: from localhost ([127.0.0.1]:57283 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4yc-0000Ia-Nf
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:34 -0400
Received: from mout-p-202.mailbox.org ([80.241.56.172]:52203)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4yV-0000Hn-HG
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:28 -0400
Received: from smtp1.mailbox.org (smtp1.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:1:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4KYPJd1ccVz9sQd;
 Wed,  6 Apr 2022 14:41:21 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248878;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=R72bzjUjV1TU5iOzjO7ei6xeYfUgYRhl6IjazkJxRQY=;
 b=et/T3HrbgnAeHu/HJGjWWEjd7kG4WEqpFtmqB6W/rkr6fe8YwdyJiXC2FaU0XDdgAxVE08
 R31iXXuyQdqcoZ040fhn2r8j0PfrGHCnqt39fjkLouI/oJnzhsdEcA/zqBu/5eU5t9yxpM
 8Ykx/xsUXGyhu9C48d1Y4NKp0psCBeFWhKiniBvmNv4xm5E5BROnN7SP29R+thm+LjjeBs
 a/TnbShGv8KZUnnKa8Sa5w2zYMAOjUO7+NjR1JjNJeoFDymc6hR6J3UA/1Ehb4y/Yj6WcH
 q7gK0cONpEm8tWpSU77yuzVTxYDz2Too7TGU8aN3s9VX9UP8/hgd7aIn8HRmnQ==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 11/17] gnu: Add clojure-core-async.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Fri, 21 Jan 2022 19:19:29 -0500
Message-Id: <e02fd3dbbe2e0a34c069c557e333fa3f863a122a.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/clojure.scm | 30
 ++++++++++++++++++++++++++++++ 1 file changed,
 30 insertions(+) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index edc6e4be9a..7b2af9464d 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -259,6 +259,36 @@ (define-public c [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.172 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index edc6e4be9a..7b2af9464d 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -259,6 +259,36 @@ (define-public clojure-algo-monads
     (home-page "https://github.com/clojure/algo.monads")
     (license license:epl1.0)))
 
+(define-public clojure-core-async
+  (package
+    (name "clojure-core-async")
+    (version "1.5.648")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/clojure/core.async")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1any7bh5zsn6agia6y7al1gxnqa6s5g0y45gzy51rfjjccq33xq4"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '("doc")
+       #:aot-exclude '(cljs.core.async
+                       cljs.core.async.macros
+                       cljs.core.async.impl.ioc-macros)))
+    (propagated-inputs (list clojure-tools-analyzer-jvm))
+    (home-page "https://github.com/clojure/core.async")
+    (synopsis "Facilities for async programming and communication in Clojure")
+    (description "@{core.async} is a Clojure library providing facilities for
+async programming and communication in Clojure using communicating sequential
+processes.  @{core.async} supports both multi-threaded and single-threaded
+environments.")
+    (license license:epl1.0)))
+
 (define-public clojure-core-cache
   (package
     (name "clojure-core-cache")
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:41:34 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:41:34 2022
Received: from localhost ([127.0.0.1]:57281 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4yc-0000IN-99
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:34 -0400
Received: from mout-p-201.mailbox.org ([80.241.56.171]:49328)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4yV-0000Hp-HD
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:28 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KYPJd58jwz9sZW;
 Wed,  6 Apr 2022 14:41:21 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248879;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=1VH5FPOD+mCvG5DTwry/7CVdM2zEuLmuWUpbwiK5ax4=;
 b=DeQ/PNrR8KLLzkT0mDaj3CpwM9ghxn3ytyNjotiH+6veYRXXSLeef0atvLY4WeF1qrHkIt
 bC634MUdh2CnL85dTQSu1JpfdtAoRGZzpYuAueRFxoFdvKKRAfeXgAfoynudLPtSCW+iT5
 ZxaQ9jAqj9MZjdtMTtkuA1gL5LYEGovjV/h5A8YXSlOWA5UQCUlEhJkUNi7UTXCiKLKTFv
 /Sn0KSWKXJyPEC2OzhWJF9RxQM0jC0vhhPVfMlPxwahaJqmWz+nBeu9wl7vlvAbX31xSdf
 iU29V2FrsXOIfD8MxAWRV1Pwnt1vaf+mVTKZz1HMnmqqitXUjxvW0PY6rsdk3A==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 10/17] gnu: Add clojure-tools-logging.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Fri, 21 Jan 2022 18:43:31 -0500
Message-Id: <1034a76196ffdc143d72cddf11506c296df6ddd3.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/clojure.scm | 34
 ++++++++++++++++++++++++++++++++++ 1 file changed,
 34 insertions(+) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index 5b7189b997..edc6e4be9a 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -805,6 +805,40 @@ (define-public c [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.171 listed in list.dnswl.org]
 0.0 RCVD_IN_MSPIKE_H5      RBL: Excellent reputation (+5)
 [80.241.56.171 listed in wl.mailspike.net]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 0.0 RCVD_IN_MSPIKE_WL      Mailspike good senders
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 5b7189b997..edc6e4be9a 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -805,6 +805,40 @@ (define-public clojure-tools-gitlibs
 keeps a cache of git directories and working trees that can be reused.")
     (license license:epl1.0)))
 
+(define-public clojure-tools-logging
+  (package
+    (name "clojure-tools-logging")
+    (version "1.2.4")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/clojure/tools.logging")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1vcl1s75amazzdyirnpza8jizp85d5178p0qkqfk26vl7yajvz7a"))))
+    (build-system clojure-build-system)
+    (native-inputs (list clojure-test-check
+                         java-slf4j-api
+                         java-slf4j-simple
+                         java-log4j-api
+                         java-log4j-core
+                         java-commons-logging-minimal))
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()
+       ;; Tests fail due to issues with clojure.pprint. This is an issue with
+       ;; how Guix AOT-compiles Clojure.
+       #:tests? #f))
+    (home-page "https://github.com/clojure/tools.logging")
+    (synopsis "Clojure logging toolkit")
+    (description "Logging macros which delegate to a specific logging
+implementation, selected at runtime when the @code{clojure.tools.logging}
+namespace is first loaded.")
+    (license license:epl1.0)))
+
 (define-public clojure-tools-reader
   (package
     (name "clojure-tools-reader")
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:41:19 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:41:19 2022
Received: from localhost ([127.0.0.1]:57272 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4yN-0000Hc-Hk
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:19 -0400
Received: from mout-p-201.mailbox.org ([80.241.56.171]:53755)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4yM-0000HN-11
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:18 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KYPJS0dfGz9sZW;
 Wed,  6 Apr 2022 14:41:12 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248869;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=JAyoaO9qxotzftjkqEvJxI3DvvmPHJrC4s/DkRQ66Sw=;
 b=fM4EstDuUheO20SuKJgVrDul4z+a4fR3bIFifSLluQ2WSvYoLP8NmSGEJPsM3a0sdVtKAQ
 mHBKk/oXLj2CDrLAL6erePxjIM02KCU/UkTZRdrahA4dDMY0EJiMEy8SGC+m5ycy8h0NzI
 irU3BkWuldl+k69XMLka+bEshg91KvsEiIDt2wAsMvslepE4a+vl9pYHkOEL0w3AosIYtE
 npcLzCbiHWqembaxh9Z/aaaYbQc8P0bmiG+oAaiuLfUonbpcmqW0u8hPa9epuzwSAOWL9c
 gHZdlvFFNxON7T1Lat8UUGaakGxawYG7E90u/oXjglwtc64dMwD7qILjJIxUFA==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 09/17] gnu: Add clojure-tools-reader.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Mon, 28 Feb 2022 13:39:52 -0500
Message-Id: <9d23e481564a34cc3a4f27e5d71eaad4f1edd9fb.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/clojure.scm | 27 +++++++++++++++++++++++++++
 1 file changed,
 27 insertions(+) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index e17abd271e..5b7189b997 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -804,3 +804,30 @@ (define-public c [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.171 listed in list.dnswl.org]
 0.0 RCVD_IN_MSPIKE_H5      RBL: Excellent reputation (+5)
 [80.241.56.171 listed in wl.mailspike.net]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 0.0 RCVD_IN_MSPIKE_WL      Mailspike good senders
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index e17abd271e..5b7189b997 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -804,3 +804,30 @@ (define-public clojure-tools-gitlibs
 indicated by git SHAs.  This library provides this functionality and also
 keeps a cache of git directories and working trees that can be reused.")
     (license license:epl1.0)))
+
+(define-public clojure-tools-reader
+  (package
+    (name "clojure-tools-reader")
+    (version "1.3.6")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/clojure/tools.reader")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0rcqq024ysz5g2ad8g6jvhnlpwqym58hd1mywl8c4v3x5628d028"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()
+       ;; Tests are not well formed clojure namespaces.
+       #:tests? #f))
+    (home-page "https://github.com/clojure/tools.reader")
+    (synopsis "Clojure reader in Clojure")
+    (description "A reader for Clojure source code and data structures written
+in Clojure.  Offers all functionality of Clojure's default reader,
+LispReader.java, with additional features added.")
+    (license license:epl1.0)))
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:41:09 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:41:09 2022
Received: from localhost ([127.0.0.1]:57269 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4yD-0000HD-AF
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:09 -0400
Received: from mout-p-103.mailbox.org ([80.241.56.161]:36057)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4yB-0000Fq-UC
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:08 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:2:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4KYPJG0dCgz9sTB;
 Wed,  6 Apr 2022 14:41:02 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248859;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=NYdSRiOhJOG899EiZykpEkxhZFYOvyxYOA+ptK0AnBA=;
 b=Oc6wFvKA+6DZV9beBYuXuidLFJ/+GKjmgcwVInxljW/x46nY15gEfNmtCrHJf4Qud4HG34
 txVUZYiUix2M1cXWNUrN/oCDHwZtXrPJfqrIYH/2U7SEAbrlHjjXizrJSZDVHS6bY9i6Ab
 Tc8XD3Tkgch1J/f3FFC7uw1l8+AxUjexJtOH4zhh5N2TNmOAcIiew6ZFy6pKk2K7OhGs2N
 0L4AivoHkX1iszlWGtpAktq7OIGVaGWc0gUsAiZUkAZ/klCM0kUB75T4eoIXfSPIZ04PKS
 bnQv83g9+Z5Uhx1GJgUJvwyUlRoQesoYJDpuOmXl2ZfRmQVWIwSWj8Jry/hsqA==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 08/17] gnu: Add clojure-tools-analyzer-jvm.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Sat, 15 Jan 2022 21:43:30 -0500
Message-Id: <52b3499fe42ab7ded19b5e396b63934e08db7478.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/clojure.scm | 28
 ++++++++++++++++++++++++++++ 1 file changed,
 28 insertions(+) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index 12bbbaeabe..e17abd271e 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -663,6 +663,34 @@ (define-public c [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.161 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 12bbbaeabe..e17abd271e 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -663,6 +663,34 @@ (define-public clojure-tools-analyzer
 @code{tools.analyzer.jvm}, @code{tools.analyzer.js}")
     (license license:epl1.0)))
 
+(define-public clojure-tools-analyzer-jvm
+  (package
+    (name "clojure-tools-analyzer-jvm")
+    (version "1.2.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/clojure/tools.analyzer.jvm")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1ibvgvfa4618l5d0pff9gjar1s0fwagi029v4allk7z3swb93ibr"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '("doc")))
+    (propagated-inputs (list clojure-core-memoize
+                             clojure-tools-reader
+                             clojure-tools-analyzer
+                             java-asm))
+    (home-page "https://github.com/clojure/tools.analyzer.jvm")
+    (synopsis "Additional jvm-specific passes for @code{tools.analyzer}")
+    (description "An analyzer for Clojure code, written on top of
+@code{tools.analyzer}, providing additional jvm-specific passes.")
+    (license license:epl1.0)))
+
 (define-public clojure-tools-cli
   (package
     (name "clojure-tools-cli")
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:41:06 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:41:06 2022
Received: from localhost ([127.0.0.1]:57266 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4yA-0000Gy-1g
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:06 -0400
Received: from mout-p-201.mailbox.org ([80.241.56.171]:49290)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4y8-0000FJ-1b
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:04 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KYPJB2J5Vz9sZW;
 Wed,  6 Apr 2022 14:40:58 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248855;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=tzb/4sB7HaarzSBMWKy9XbcjhUG3Z+63hNzLSc8Bp8M=;
 b=SZPdww2fjnVrUf0VKQPIrz/lQDRUoDWCgcQiC8baoI8RhxXgZzdrl9FAPFjv2EiuylC84K
 kW0bz0mgywY/8qN3vXV9JCXa6UgU/OOFyOsIA8tQYk7AX9W5bUlsKbF/X6qWP9y9ufVnD9
 tNlMTxfMC7A14BuJ0lj15GAO6hULscsIzjX5XiysEUr00eTjOk9Oj3HQyX/xCeMFY4+nWL
 TOlAlyHem0MIWd70lS9AfyXvgioSKxb0v46ds4rO61x1IfMPuMQvxlj8akuGANrFRioyJF
 FeuJ5MrFD208ZGzaR2OUJnuBKihmRyRh0HauVBZGL14aP20v8uoADpU2fTrdMQ==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 07/17] gnu: Add clojure-tools-analyzer.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Sat, 15 Jan 2022 21:40:37 -0500
Message-Id: <ad1e4383031a5fdc143104fbb411f407909451e1.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/clojure.scm | 31
 +++++++++++++++++++++++++++++++ 1 file changed,
 31 insertions(+) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index 664988f2bd..12bbbaeabe 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -632,6 +632,37 @@ (define-public c [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.171 listed in list.dnswl.org]
 0.0 RCVD_IN_MSPIKE_H5      RBL: Excellent reputation (+5)
 [80.241.56.171 listed in wl.mailspike.net]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 0.0 RCVD_IN_MSPIKE_WL      Mailspike good senders
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 664988f2bd..12bbbaeabe 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -632,6 +632,37 @@ (define-public clojure-tools-macro
     (home-page "https://github.com/clojure/tools.macro")
     (license license:epl1.0)))
 
+(define-public clojure-tools-analyzer
+  (package
+    (name "clojure-tools-analyzer")
+    (version "1.1.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/clojure/tools.analyzer")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "19cgxxbav3z3k62hwl34vbi3lilrs4vksa4j8lvswha8sdjs01vh"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()))
+    (home-page "https://github.com/clojure/tools.analyzer")
+    (synopsis "Analyzer for Clojure code, written in Clojure and producing
+AST in EDN")
+    (description "An analyzer for host agnostic Clojure code, written in
+Clojure and producing AST in EDN.
+
+Note that the analyzer in this library should not to be used directly as it
+lacks any knowledge about host-specific special forms and it should only be
+considered as a building platform for host-specific analyzers.  Currently the
+following platform specific analyzers written on top of tools.analyzer exist:
+@code{tools.analyzer.jvm}, @code{tools.analyzer.js}")
+    (license license:epl1.0)))
+
 (define-public clojure-tools-cli
   (package
     (name "clojure-tools-cli")
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:41:03 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:41:03 2022
Received: from localhost ([127.0.0.1]:57257 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4y6-0000Fo-JY
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:02 -0400
Received: from mout-p-103.mailbox.org ([80.241.56.161]:41848)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4y5-0000F4-AP
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:41:01 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4KYPJ63HS6z9sTB;
 Wed,  6 Apr 2022 14:40:54 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248852;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=WZXIjYgFqzpJJmflWdiwXEJC9pSwKg9kOKzdyxRaNvA=;
 b=s+0GsB9tYuD1f0FoKfzhvFlqK7IxVziWU5M9RkyUgeyJncTkg5OMlC/7AcTSS3PY51pisW
 Gz7Lu0bvom1optfSQ58HCa6a9Rcc5BrtZimMYTT2NMBkh1jZ5+KcNhgKLcgRpRMiADCpD7
 pUmP7wIgYRwLeVEsHdUVybHR2KxcodRdkBRnHRVaB+OrK0fswkNMWf4j8TGjwN7eSxKOlC
 CnCg+6LDkpWGQkzOG+Rz/ACYmgVVyPgpK3O6c4Szszhmz4RZMC6G7ojX2A++2Q/Hl0CyYr
 ylnVn+Pi3ioaCUWGzi/8OVBCjw8puSR8aCwSMumAcgl87fW1OHkdEpApWv9wEA==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 06/17] gnu: Add clojure-http-kit.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Sat, 15 Jan 2022 21:06:43 -0500
Message-Id: <f50208a0e7ba57e8fb55105b0ca93541e8eff897.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/clojure.scm | 31
 +++++++++++++++++++++++++++++++ 1 file changed,
 31 insertions(+) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index 0b4c7a623a..664988f2bd 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -499,6 +499,37 @@ (define-public c [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.161 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 0b4c7a623a..664988f2bd 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -499,6 +499,37 @@ (define-public clojure-data-xml
 lazy - should allow parsing and emitting of large XML documents")
     (license license:epl1.0)))
 
+(define-public clojure-http-kit
+  (package
+    (name "clojure-http-kit")
+    (version "2.5.3")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/http-kit/http-kit")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "19m3j5ad4q7ywl0nd39vs0wha4md8fb846ykz0anv31rvdzv5yv3"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:doc-dirs '()
+       #:java-source-dirs '("src/java")
+       ;; Broken test dependencies. Upstream reports that the current version
+       ;; of ring-defaults causes tests to hang, but that updating it would
+       ;; break other test dependencies. See project.clj for more details.
+       ;;
+       ;; Before re-enabling tests, make sure that test/ssl_keystore won't
+       ;; expire, to ensure reproducibility.
+       #:tests? #f))
+    (home-page "https://github.com/http-kit/http-kit")
+    (synopsis "High-performance event-driven HTTP client/server for Clojure")
+    (description "HTTP Kit is an HTTP client and server that complies with the
+Ring HTTP standard for integration with other Ring compatible libraries.  It
+supports both synchronous and asynchronous requests, as well as WebSockets.")
+    (license (list license:asl2.0 license:bsd-3))))
+
 (define-public clojure-instaparse
   (let ((commit "dcfffad5b065e750f0f5835f017cdd8188b8ca2e")
         (version "1.4.9")) ; upstream forget to tag this release
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:40:57 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:40:57 2022
Received: from localhost ([127.0.0.1]:57253 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4y1-0000FB-Bs
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:40:57 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:46765)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4y0-0000Em-Ag
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:40:56 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KYPJ23H2Vz9sR8;
 Wed,  6 Apr 2022 14:40:50 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248848;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=9ZanO+Yf0ZsASWH5XpxvTUQvxq7vKcZbRqGwyMkszik=;
 b=LOa7wL0Qxvd0NU6Lj6Lou34gPU2/zuDF8+ROPhIbTVOzi40oKcSA1OtAqhKSecIs7BDqAx
 dvWW+vruzgsrUWJhX4UuEwCzuBQIKaB34rDLs3v9VqOXlVYESjyxqtsFJFn++2bJ15EO/0
 sVq8PQqRPO2alarcUWnftF78lze/IEUPNc01fe1JHUBU9LM/JID4pAQ2clBU5Oh0fzkYiE
 m2EjU2vvhYYTkkp0hGIDaJ4f26lPeF3YZWSIWDGWdGkK+4FsZUeciXd0Q7VsYJNRMhEocV
 TZCyPLzBveMwol4nleKJDZvpMHaCuewMh8v+v0hS7xpQepH6IRDcD6kM9YkTmw==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 05/17] gnu: Add clojure-core-memoize.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Sat, 15 Jan 2022 20:51:22 -0500
Message-Id: <a596fb33c6103b150ec7c0f25e0ddb38f11bc539.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/clojure.scm | 34
 ++++++++++++++++++++++++++++++++++ 1 file changed,
 34 insertions(+) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index 9063776921..0b4c7a623a 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -338,6 +338,40 @@ (define-public c [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.152 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 9063776921..0b4c7a623a 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -338,6 +338,40 @@ (define-public clojure-core-match
       (home-page "https://github.com/clojure/core.match")
       (license license:epl1.0))))
 
+(define-public clojure-core-memoize
+  (package
+    (name "clojure-core-memoize")
+    (version "1.0.253")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/clojure/core.memoize")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1qky54v114sh3xn0lffwy7xx3wnnayk07fr2nvhd4lih84sv6rdz"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '("docs")
+       ;; Tests fail when AOT'd.
+       #:aot-exclude '(#:all)))
+    (propagated-inputs (list clojure-core-cache))
+    (home-page "https://github.com/clojure/core.memoize")
+    (synopsis "Customisable memoization library supporting automatic removal")
+    (description "This memoization library supports various cache replacement
+strategies:
+
+ @itemize
+ @item @acronym{FIFO, first in first out}
+ @item @acronym{LRU, least recently used}
+ @item @acronym{TLL, time to live}
+ @item no replacement, the memoisation cache can grow indefinitely
+ @end itemize")
+    (license license:epl1.0)))
+
 (define-public clojure-data-codec
   (package
     (name "clojure-data-codec")
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:40:54 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:40:54 2022
Received: from localhost ([127.0.0.1]:57250 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4xy-0000Ev-3H
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:40:54 -0400
Received: from mout-p-101.mailbox.org ([80.241.56.151]:60245)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4xw-0000Ea-E6
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:40:52 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4KYPHy1Y1Xz9sRJ;
 Wed,  6 Apr 2022 14:40:46 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248843;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=H9+gc1XIP+JxC7nSJAKYorZVlTocOxYJtz9ofFJFPKw=;
 b=UiR28wkV/CukYxmym5Dc3pz6ADDxFAro8xw8ge2nX5iE32UmQTvoJwvkyR+QCK7ZxQze+O
 E0Xeh55plz1ZPZs8mT6ZgKoeu2B+s/bSeUskiyct+K3MIXFSvkkl05mKlADNVpOO4B1zLT
 h0kdK6CsvQhr/EdGEi4ioJ79Vswn+XzoozlgqxePfim7Ec+i/FxZvb3/mTQGZHGXApFTCN
 ZwWMaTYyM8xnAmd/P64JTzEZ8zvlrRFhk8SWp6+xpqJ8v94CZXw9BrX2k0nRzfMoUujd3Q
 gys2M8QGpqY4Xc0oPHcsH4L3upM6uLDOu82j2usUr9WQyHxLBxkTSRfAYx+nxw==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 04/17] gnu: Add clojure-core-cache.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Sat, 15 Jan 2022 20:48:37 -0500
Message-Id: <415d2b20634b7ed4a6e0e71dffe16f91fc01278d.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/clojure.scm | 52
 ++++++++++++++++++++++++++++++++++++++++ 1 file changed,
 52 insertions(+) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index f9349e7523..9063776921 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -259,6 +259,58 @@ (define-public c [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.151 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 52 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index f9349e7523..9063776921 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -259,6 +259,58 @@ (define-public clojure-algo-monads
     (home-page "https://github.com/clojure/algo.monads")
     (license license:epl1.0)))
 
+(define-public clojure-core-cache
+  (package
+    (name "clojure-core-cache")
+    (version "1.0.225")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/clojure/core.cache")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1dr1ply7ffdbd6bv4gygzmc0wx3q7zwzaaa1p93s28jkfp28276l"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '("doc")))
+    (propagated-inputs (list clojure-data-priority-map))
+    (home-page "https://github.com/clojure/core.cache")
+    (synopsis "Caching library for Clojure implementing various cache strategies")
+    (description "@code{core.cache} is a Clojure library providing the
+following features:
+
+@itemize
+
+@item An underlying CacheProtocol used as the base abstraction for implementing
+new synchronous caches
+
+@item A @code{defcache} macro for defining key-value caches that implement the
+standard collection interfaces.
+
+@item Implementations of some basic caching strategies
+
+
+@itemize
+@item @acronym{FIFO, first in first out}
+@item @acronym{LRU, least recently used}
+@item @acronym{LU, least frequently used}
+@item @acronym{TLL, time to live}
+@item Naive cache which can grow indefinitely
+@end itemize
+
+@item Factory functions for each existing cache type
+@end itemize
+
+Caches are generally immutable and should be used in conjunction with
+Clojure's state management, such as atom.  SoftCache is the exception here,
+built on top of mutable Java collections, but it can be treated as an
+immutable cache as well.")
+    (license license:epl1.0)))
+
 (define-public clojure-core-match
   (let ((commit "1837ffbd4a150e8f3953b2d9ed5cf4a4ad3720a7")
         (revision "1")) ; this is the 1st commit buildable with clojure 1.9
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:40:47 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:40:47 2022
Received: from localhost ([127.0.0.1]:57247 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4xq-0000Eb-SP
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:40:47 -0400
Received: from mout-p-103.mailbox.org ([80.241.56.161]:55481)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4xp-0000EC-TQ
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:40:46 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4KYPHr0wBcz9sTB;
 Wed,  6 Apr 2022 14:40:40 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248838;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=xS7u1Hr2iEsGehN0J4mkrlUZDBNdCcf0HCtJ0yX3Igo=;
 b=txyvmdxmROwxD9/2IDAngt43I2rKioi+StCbqDH5vaDkLm+vF8M9YoY5QkcQ+Lg4IzPyE6
 nLchQGFokVb22clBgsO2oMgtjGqB/qfmVhA51MJrxql0zA3MoTPR0UH0IUpe1OattZzdhC
 ckckc0d1gdzDFN5bYekJsInVWxpiSxxCW+IZyRuvBHgAtLap7F78ZpB3DOS90YIKZXRWuF
 2sFdLIw8470JerhVfqefHwpBuukLjDM5v8Fg+rqw8/D3V2CqYCZl/B3YyEXO3LUEEDuspv
 SF6QOW0LLCPLroJ7BlTnqAKUOVR+Ht7e9rzHX/3u21qR/2zn85088ziO5gKSVg==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 03/17] gnu: Add java-eclipse-jetty-client.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Sat, 15 Jan 2022 20:38:00 -0500
Message-Id: <1c76dc936ca10b744ce14df55edc960f436c974c.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/web.scm | 24 ++++++++++++++++++++++++ 1 file
 changed,
 24 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
 index 75aa5ce907..7e486ca18c 100644 --- a/gnu/packages/web.scm +++
 b/gnu/packages/web.scm
 @@ -7272,6 +7272,30 @@ (define-public java-eclipse-je [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.161 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/web.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 75aa5ce907..7e486ca18c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7272,6 +7272,30 @@ (define-public java-eclipse-jetty-webapp-9.2
      `(("java-eclipse-jetty-io-9.2" ,java-eclipse-jetty-io-9.2)
        ,@(package-native-inputs java-eclipse-jetty-util-9.2)))))
 
+(define-public java-eclipse-jetty-client
+  (package
+    (inherit java-eclipse-jetty-util)
+    (name "java-eclipse-jetty-client")
+    (arguments
+     `(#:jar-name "eclipse-jetty-client.jar"
+       #:source-dir "src/main/java"
+       #:tests? #f; require junit 5
+       #:phases
+       (modify-phases %standard-phases
+         (add-before 'configure 'chdir
+           (lambda _
+             (chdir "jetty-client"))))))
+    (inputs
+     (list java-eclipse-jetty-util
+           java-eclipse-jetty-http
+           java-eclipse-jetty-io
+           java-eclipse-jetty-server
+           java-eclipse-jetty-servlet
+           java-eclipse-jetty-security
+           java-eclipse-jetty-xml
+           java-javaee-servletapi
+           java-eclipse-jetty-jmx))))
+
 (define-public java-jsoup
   (package
     (name "java-jsoup")
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:40:44 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:40:43 2022
Received: from localhost ([127.0.0.1]:57244 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4xn-0000EL-JB
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:40:43 -0400
Received: from mout-p-201.mailbox.org ([80.241.56.171]:49246)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4xm-0000E4-4q
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:40:42 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KYPHl4zT7z9sRp;
 Wed,  6 Apr 2022 14:40:35 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248833;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=DqrSSuY8btYYcVSFabRkKsFq5VrgPaxdwdDZ9rzdQFM=;
 b=IadM2pkTfIjLbJxfzOFHpudVOPs24OolW2zYtSidAYnTsBSGxO4H6s026K+KwkdQJmPCLp
 OaIb6XPEkBOj5vciCZhhHEwdLo2lrvpzv7feyBdgInbZKeHHkiTyegxe/U1CwuK63D4YxU
 oe6OLNvxTf+NsVCOPeM+cE0WV/W03hAcpXf/HdVGt6cvUz9pWJWdL5TI8YsWSbGZTzibaU
 wcr+BllicUQBRSw+PiGkPMRQ1B+5EuvUeAxt75A9X8221c/yftoAdL6Hah2CquifH0XySr
 voeikCsYwhtSU0Mr9wGiGkhIVIrC/gwKermxmN4kfIj2Y9+8O7jExhcyEXfPiw==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 02/17] gnu: Add clojure-data-json.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Sat, 15 Jan 2022 17:32:24 -0500
Message-Id: <903e364407b31810c9427cc7f8859113c6074e02.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/clojure.scm | 31
 +++++++++++++++++++++++++++++++ 1 file changed,
 31 insertions(+) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index 44c85b9ef2..f9349e7523 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -315,6 +315,37 @@ (define-public c [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 0.0 RCVD_IN_MSPIKE_H5      RBL: Excellent reputation (+5)
 [80.241.56.171 listed in wl.mailspike.net]
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.171 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 0.0 RCVD_IN_MSPIKE_WL      Mailspike good senders
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 44c85b9ef2..f9349e7523 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -315,6 +315,37 @@ (define-public clojure-data-codec
 is on par with Java implementations, e.g., Apache commons-codec.")
     (license license:epl1.0)))
 
+(define-public clojure-data-json
+  (package
+    (name "clojure-data-json")
+    (version "2.4.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/clojure/data.json")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1xx3hiy62rrph4y4g3aqa1lfb0ns3p6vdvcvlpgm5w1npl70n2r5"))))
+    (build-system clojure-build-system)
+    (native-inputs (list clojure-test-check))
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()
+       ;; Tests fail due to issues with clojure.pprint. This is an issue with
+       ;; how Guix AOT-compiles Clojure.
+       #:test-exclude '(clojure.data.json-compat-0-1-test
+                        clojure.data.json-gen-test
+                        clojure.data.json-test)))
+    (home-page "https://github.com/clojure/data.json")
+    (synopsis "JSON parser/generator to/from Clojure data structures")
+    (description "clojure-data-json implements a JSON parser/generator that
+enables easy conversion between Clojure data structures and JSON strings,
+without needing a defined schema.")
+    (license license:epl1.0)))
+
 (define-public clojure-data-priority-map
   (package
     (name "clojure-data-priority-map")
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:40:30 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:40:30 2022
Received: from localhost ([127.0.0.1]:57241 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4xa-0000Ds-9X
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:40:30 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:44161)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4xY-0000Dd-KU
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:40:29 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KYPHV1xMWz9sHF;
 Wed,  6 Apr 2022 14:40:22 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248819;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to; bh=v1Tn/Qs2GAeUzjs0nb4drxBAvWNmZKxaiyjFd9taxJ0=;
 b=0zOxSRokKlzRfHfr3VnNqhxXWG9y7yOVKmV/EgNcfJwQ3+G+Wc7PlbfHhTGaPlPCeD3ybW
 FrFCRKBVrF51k/2ZW7q9YUMQxb58kBLOn9C8lOXhFE0wPpQBzeCRjd6g0VLRuTeFxG02fA
 L00hOhEuIxIrcO9kw+RqvhkuvaVsFLVG8vnveo+81b7rwSv/oSAHf2xZf89MSQavW6eN/d
 H1A3RkKLNfI+9coFtPjKneLf0FpUD1CuWuCtzmMZ6rpr/6JLL85mTk0cbl2+9GiIBkdRMQ
 oUFH+wAfHJmHzMue0lPlG2t3fHIXzYEKq2iFRsOuMYgumhoeDyGAsW7I4sG6GQ==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 01/17] gnu: Add clojure-data-priority-map.
In-Reply-To: <cover.1649248640.git.mail@HIDDEN>
Date: Sat, 15 Jan 2022 17:30:57 -0500
Message-Id: <d554de3de1232edb2d47eb87b67213e3b4c361e8.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: 1.4 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: --- gnu/packages/clojure.scm | 30
 ++++++++++++++++++++++++++++++ 1 file changed,
 30 insertions(+) diff --git a/gnu/packages/clojure.scm
 b/gnu/packages/clojure.scm
 index e6eb749501..44c85b9ef2 100644 --- a/gnu/packages/clojure.scm +++
 b/gnu/packages/clojure.scm
 @@ -315,6 +315,36 @@ (define-public c [...] 
 Content analysis details:   (1.4 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [80.241.56.152 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 2.1 DATE_IN_PAST_96_XX     Date: is 96 hours or more before Received:
 date
 0.0 SPF_HELO_NONE          SPF: HELO does not publish an SPF Record
 -0.0 T_SCC_BODY_TEXT_LINE   No description available.
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.4 (/)


---
 gnu/packages/clojure.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index e6eb749501..44c85b9ef2 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -315,6 +315,36 @@ (define-public clojure-data-codec
 is on par with Java implementations, e.g., Apache commons-codec.")
     (license license:epl1.0)))
 
+(define-public clojure-data-priority-map
+  (package
+    (name "clojure-data-priority-map")
+    (version "1.1.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/clojure/data.priority-map")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1i6mf59g2l3vamris869mndy9l1bp5mzfqv5gj5qzzb937iiykm0"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()))
+    (home-page "https://github.com/clojure/data.priority-map")
+    (synopsis "Clojure library implementing priority maps")
+    (description "A priority map is very similar to a sorted map, but whereas
+a sorted map produces a sequence of the entries sorted by key, a priority map
+produces the entries sorted by value.
+
+In addition to supporting all the functions a sorted map supports, a priority
+map can also be thought of as a queue of @code{[item priority]} pairs.  To
+support usage as a versatile priority queue, priority maps also support
+insert/peek/pop operations.")
+    (license license:epl1.0)))
+
 (define-public clojure-data-xml
   (package
     (name "clojure-data-xml")
-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:40:19 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Apr 06 08:40:19 2022
Received: from localhost ([127.0.0.1]:57238 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nc4xP-0000DR-05
	for submit <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:40:19 -0400
Received: from mout-p-103.mailbox.org ([80.241.56.161]:41804)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nc4xN-0000D8-JK
 for 53765 <at> debbugs.gnu.org; Wed, 06 Apr 2022 08:40:18 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4KYPHG5Dzjz9sWR;
 Wed,  6 Apr 2022 14:40:10 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1649248808;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=ARD5L98k/DStKtk492cCH+kdvFoV5Uj8tCiZsN0hJ+w=;
 b=GRTN5kVjJT9YPlVt44fqBk1orrwIUPrKdEgTSKXFf1L1XY6BzsH8kf7/pI+tUGIloqlPQr
 Pl8C9R/3+xO+w2io4fHIqWsB1Q5DM4TDg7toPjKG6DF9v6mTl2ba6Fzat4KFDCuvRY6OrD
 xYvjOWM3Qzh2lp9jUu14j8s+tT7Eff6tHPYnS8Zigl1OS4AoQq56ggF1d0foMcCPOK+pQ3
 X5MO1hSMAkcyNE71cVF/jhfdbL2B8PqBV1ggwLVlhHC/MqCBzEAWEmRBAarLsntwMe/t0d
 KA30cxX6d+DR7ThwMKELbojx/PQfwDlH064iKiAg8bSgS686pILn5aWLAOURRw==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v3 00/17] Remove limitations on clojure-tools
Date: Wed, 6 Apr 2022 14:37:20 +0200
Message-Id: <cover.1649248640.git.mail@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


I have made the following changes since the last version:

- Update descriptions and synopses to be more useful and make better use
  of markup
- Provide more details for why some tests are disabled
- Better adhere to conventions for Java packages
- Update clojure-com-cognitect-aws-s3 to a version which includes a
  license in the source
- Stop using home-page in the url field



 gnu/packages/clojure.scm | 487 ++++++++++++++++++++++++++++++++++++---
 gnu/packages/web.scm     |  24 ++
 2 files changed, 481 insertions(+), 30 deletions(-)

-- 
2.35.1




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 5 Apr 2022 13:50:44 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Apr 05 09:50:43 2022
Received: from localhost ([127.0.0.1]:54104 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nbjZz-0005NT-N7
	for submit <at> debbugs.gnu.org; Tue, 05 Apr 2022 09:50:43 -0400
Received: from xavier.telenet-ops.be ([195.130.132.52]:49562)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nbjZx-0005NH-2j
 for 53765 <at> debbugs.gnu.org; Tue, 05 Apr 2022 09:50:41 -0400
Received: from [172.20.10.9] ([188.189.1.231])
 by xavier.telenet-ops.be with bizsmtp
 id F1qe270034z2pjQ011qezP; Tue, 05 Apr 2022 15:50:39 +0200
Message-ID: <af101d90e18984a48500e64b531b2f11f97f75f7.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Tue, 05 Apr 2022 15:50:02 +0200
In-Reply-To: <87czk332an.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87czk332an.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-gS3duz4v6SF9Faaqpd8+"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1649166639; bh=v2HJzQ8A5whOnpalB/4tLVb31IxPBginkMdmagmDk8c=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=Sry6XmPFElk0Yx121QB1nRKM3OX7C5THaeR9cOYituE0KGvlt59YBF/pYuygzgoNo
 9yavB2pPE2VV6gOk4QhHsk10ctIp8IUjBgiL6jzxNSEPmh4Y2y419BX77jK8QHr3+u
 hdAIYeEMrKHfCQZeK0rdCCnF3nuN9cb4hdlVBIkm4avHEqzV3EGJtXDeCmUjZR521R
 lc/ua/ENlGWo0cXbnWgT8BUDqKWPz9aGWUvV4c93Nh8fm+ZTEvcnLjMpAvyMVTcmn3
 uaPupJ/qX6YiAAkbBrOufB/Ut+pNGMJW68t5kf7zK8/DoVtP9hO04yqsW7ulpyGgSt
 142zuDYdqyPww==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-gS3duz4v6SF9Faaqpd8+
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

UmVpbHkgU2llZ2VsIHNjaHJlZWYgb3AgZG8gMDMtMDItMjAyMiBvbSAxOToyNiBbLTA1MDBdOgo+
ICvCoMKgwqAgKHNvdXJjZSAob3JpZ2luCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgICht
ZXRob2QgdXJsLWZldGNoKQo+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAodXJpIChzdHJp
bmctYXBwZW5kICJodHRwczovL3JlcG8xLm1hdmVuLm9yZy9tYXZlbjIvIgo+ICvCoMKgwqDCoMKg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAg
ImNvbS9jb2duaXRlY3QvYXdzL3MzLyIKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIHZlcnNpb24gIi9zMy0iCj4gK8Kg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC
oMKgwqDCoCB2ZXJzaW9uICItc291cmNlcy5qYXIiKSkKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDC
oMKgwqAgKHNoYTI1Ngo+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChiYXNlMzIKClRo
ZSBwb3RlbnRpYWwgbGljZW5zZSBpc3N1ZSBhcHBlYXJzIHRvIGhhdmUgYmVlbiByZXNvbHZlZCBp
biB0aGUgbmV3CnZlcnNpb246CjxodHRwczovL2dpdGh1Yi5jb20vY29nbml0ZWN0LWxhYnMvYXdz
LWFwaS9pc3N1ZXMvMjA4I2lzc3VlY29tbWVudC0xMDg4NzAyODk2Pi4KCkdyZWV0aW5ncywKTWF4
aW1lLgo=


--=-gS3duz4v6SF9Faaqpd8+
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYkxJChccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7pyqAP0ddt+BiO+i3IGqgb9RpU9GQLkg
Za+VAZsSD6k+bRSM8QD5AY5aH/TgS3Ag0833bYIPc1wgh+aD3Gm8DsH5hvqCXgo=
=exsG
-----END PGP SIGNATURE-----

--=-gS3duz4v6SF9Faaqpd8+--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 29 Mar 2022 10:39:10 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Mar 29 06:39:10 2022
Received: from localhost ([127.0.0.1]:59971 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nZ9Fm-00017O-3k
	for submit <at> debbugs.gnu.org; Tue, 29 Mar 2022 06:39:10 -0400
Received: from xavier.telenet-ops.be ([195.130.132.52]:46504)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nZ9Fj-00017E-Qa
 for 53765 <at> debbugs.gnu.org; Tue, 29 Mar 2022 06:39:08 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by xavier.telenet-ops.be with bizsmtp
 id CAf52700b4UW6Th01Af6Mz; Tue, 29 Mar 2022 12:39:06 +0200
Message-ID: <fd907e894032bb68e6c35bca4d16d4f219c835eb.camel@HIDDEN>
Subject: Re: bug#53765: [PATCH 00/17] Remove limitations on clojure-tools
From: Maxime Devos <maximedevos@HIDDEN>
To: Ludovic =?ISO-8859-1?Q?Court=E8s?= <ludo@HIDDEN>
Date: Tue, 29 Mar 2022 12:39:01 +0200
In-Reply-To: <87bkxp2idz.fsf_-_@HIDDEN>
References: <87pmmmcbj1.fsf@HIDDEN>
 <af1f8fadf9c18943fd9eb34ee44990ef2e72dc06.camel@HIDDEN>
 <87bkxp2idz.fsf_-_@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-krfhhp9Q90yoV2HZRYS/"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1648550346; bh=qR9+GPgMyD1XzSw647CcW+fUojmf5Mx0DyOB7wb3jIg=;
 h=Subject:From:Reply-To:To:Cc:Date:In-Reply-To:References;
 b=TGKECCpfDSyuonwBMGwLrkzLG1urcYhMWa6pWfj+17AxgNDJiTs+hNnrWLdIHO0h/
 vfQzWRAroAtVeZDznXmMddYa0ZCGVVn7bBiKGI4slGByUBmgwVLjaKdXfSNZfc1984
 Lu8k7FH1CfeUBG/XPZjFy3Pc04fpig5pDts400r5kSskHgvfMqxg88NS/PV5ZaA8nN
 awdvddC2cl6bX+IpC9DZj2aIgbLzNL9YZavVacwMWbMNC4yME8fSVTSElj0+/QHEVm
 Wjkek+nHsulV5WDLQhXNc5YTEWWL65wiDs3fsz1muRcM/SLw9BVOfSuxF87pFlCxqm
 U6BgmMx8V+lcg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Reply-To: 53765 <at> debbugs.gnu.org
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-krfhhp9Q90yoV2HZRYS/
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Ludovic Court=C3=A8s schreef op di 29-03-2022 om 11:54 [+0200]:
> Hello Maxime & Reily!
>=20
> I haven=E2=80=99t followed closely; what=E2=80=99s the consensus here: wo=
uld you say a
> v3 is necessary?
>=20
> Anyhow, I=E2=80=99m happy to apply when push when you deem it ready; feel=
 free
> to ping me!
>=20
> Ludo=E2=80=99.

There are some problems with compiling the clojure code (AOT), though
they appear to be not exclusive to clojure-tools but possibly with the
build system -- from the discussions I've read, I guess that Clojure
macros use 'gensym', which causes build time<->runtime problems?  Or
maybe not exactly that, but something with the same effect.  And
apparently probably the dependencies are compiled instead of only the
library.

These potential compilation problems could be studied and resolved in a
separate issue/patch though (for now, AOT is being disabled).

There are also some potential license problems with
clojure-com-cognitect-aws-s3.  Upstream has been contacted for
more information
<https://github.com/cognitect-labs/aws-api/issues/208>.

Greetings,

--=-krfhhp9Q90yoV2HZRYS/
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYkLhxRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7nPxAQDapsuCMOp1JnW4dczVhq0N2Qxg
10Mi7NTjGwj8rM493AEAqcpPv6zPKqdq8kOkS4S7NSVHSKJxbMr/0l+tligDdgk=
=ozCM
-----END PGP SIGNATURE-----

--=-krfhhp9Q90yoV2HZRYS/--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 29 Mar 2022 09:54:59 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Mar 29 05:54:59 2022
Received: from localhost ([127.0.0.1]:59892 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nZ8Z1-0003wo-2g
	for submit <at> debbugs.gnu.org; Tue, 29 Mar 2022 05:54:59 -0400
Received: from eggs.gnu.org ([209.51.188.92]:48212)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <ludo@HIDDEN>) id 1nZ8Yy-0003wZ-Ta
 for 53765 <at> debbugs.gnu.org; Tue, 29 Mar 2022 05:54:57 -0400
Received: from [2001:470:142:3::e] (port=60864 helo=fencepost.gnu.org)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <ludo@HIDDEN>)
 id 1nZ8Yt-0002Yq-HF; Tue, 29 Mar 2022 05:54:51 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To:
 From; bh=uFyiFbR8H0yEbEqHW+c6nU8AiDYIFoNuMoIQJDGVmHg=; b=rIwaU0/YuyOcxikJF/lE
 dHLPLPU690pEJbkSLlRrl0J8WKMSe/RP3ok8GuA49Ama8gNbfXsjz4QXpfuGKANNuMeRrWWbdhJka
 yRwb3ccvlPtzSqP6YSXWzkIn7s4R/GfOSZpHCVwIxJcAS7TV1HbFrGutMGhQ6CdHib9tOUB85s+pO
 5rfkII9B3FMDTsKY0PB6Go8ptUVBcgK9Yj76Ixktv6NdFIACiixDjYTo0wJPVzxvFLDrNfl0QVyEs
 QgMyxbSbG393+hFnddZaEgofBbuPVKd6sU21UO3n5ftqlASd6qUjnj25epsYB0iQkZFJ3vqgmjnS3
 7Y1bdlEHX6SJOw==;
Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=38676 helo=ribbon)
 by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <ludo@HIDDEN>)
 id 1nZ8Ys-00034a-VB; Tue, 29 Mar 2022 05:54:51 -0400
From: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@HIDDEN>
To: Maxime Devos <maximedevos@HIDDEN>
Subject: Re: bug#53765: [PATCH 00/17] Remove limitations on clojure-tools
References: <87pmmmcbj1.fsf@HIDDEN>
 <af1f8fadf9c18943fd9eb34ee44990ef2e72dc06.camel@HIDDEN>
Date: Tue, 29 Mar 2022 11:54:48 +0200
In-Reply-To: <af1f8fadf9c18943fd9eb34ee44990ef2e72dc06.camel@HIDDEN>
 (Maxime Devos's message of "Sat, 26 Mar 2022 10:51:14 +0100")
Message-ID: <87bkxp2idz.fsf_-_@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 53765
Cc: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

Hello Maxime & Reily!

I haven=E2=80=99t followed closely; what=E2=80=99s the consensus here: woul=
d you say a
v3 is necessary?

Anyhow, I=E2=80=99m happy to apply when push when you deem it ready; feel f=
ree
to ping me!

Ludo=E2=80=99.




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 28 Mar 2022 11:57:37 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 28 07:57:37 2022
Received: from localhost ([127.0.0.1]:57409 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nYo09-0005PS-H5
	for submit <at> debbugs.gnu.org; Mon, 28 Mar 2022 07:57:37 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:58240)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nYo08-0005PE-28
 for 53765 <at> debbugs.gnu.org; Mon, 28 Mar 2022 07:57:36 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KRrm937sVz9sQm;
 Mon, 28 Mar 2022 13:57:29 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1648468647;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=KSNFBazmjsd5nCEWUwA6db3o+r+zJZoKZbJEn9RaMgo=;
 b=D5T6AMMhiPRE+DIIKVWIBgbyghh5eoc3mU8p2L8BM6+YUg/OjoE97hriIta45+8KCYjRhj
 dWtON//PnlW7lIdqj3dlt+vkWQoczkiiv/5LBoBwadyGyfXBqNS7h+5THUBTsNlLI5pep5
 rfJdNasur5+LhJw7f1zb1RrmvaDWDIISKvZGjkcURaxqtZk2yplYWeUnEy20UlSXE/eUiq
 rudRZMO4xx+vuA37XxKbUR7UNYU1ZnoU7mO9udPaxlp9whFDtSZjU46/zA4rx4lPehqK4h
 catAcJVwlSTGt/5JD3Pze4fTqO7YtIe/D6rlxbG4pU13ZRzx6FNgMPYpUwJtww==
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [PATCH v2 16/18] gnu: Add clojure-com-cognitect-aws-s3.
In-Reply-To: <c59d74c8e5882480353efdbf2c2637a0e79593f0.camel@HIDDEN>
References: <87r172cbj3.fsf@HIDDEN>
 <dfccb7f283ab9eeb63d546a745a9a8c509e17817.camel@HIDDEN>
 <87fsn2tnwe.fsf@HIDDEN>
 <c59d74c8e5882480353efdbf2c2637a0e79593f0.camel@HIDDEN>
Date: Mon, 28 Mar 2022 13:57:25 +0200
Message-ID: <871qymthlm.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> Do you know where the cognitect slack channels are located?  I've created an
> account (for the clojure slack) some time ago, but I don't know where the
> cognitect slack is (didn't find it).  Also, do you know if they are also
> reachable via some open platform (e-mail, IRC, ...)?

I was planning on contacting them on #aws on the clojure slack, I am not
aware of any other way to contact Cognitect. AFAIK there is no open
platform for contacting Cognitect, although there is a rarely-used
mailing list and IRC for Clojure itself.

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 28 Mar 2022 11:52:48 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 28 07:52:48 2022
Received: from localhost ([127.0.0.1]:57405 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nYnvT-0005Ic-V4
	for submit <at> debbugs.gnu.org; Mon, 28 Mar 2022 07:52:48 -0400
Received: from andre.telenet-ops.be ([195.130.132.53]:33402)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nYnvS-0005IT-E2
 for 53765 <at> debbugs.gnu.org; Mon, 28 Mar 2022 07:52:46 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by andre.telenet-ops.be with bizsmtp
 id Bnsk2700L4UW6Th01nskbA; Mon, 28 Mar 2022 13:52:44 +0200
Message-ID: <2b801d480c472c8a771d301bbfde7435a9b5c89e.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 28 Mar 2022 13:52:44 +0200
In-Reply-To: <878rsutll9.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87czk332an.fsf@HIDDEN>
 <acbd69b0729c8ed16a105b8fa0c416ee3659f72d.camel@HIDDEN>
 <8735kuxxfc.fsf@HIDDEN>
 <1cf99811fc6cd6592299b7a90720b2d0ae908ff0.camel@HIDDEN>
 <878rsutll9.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-t9Y8N/zO9pKSHtRku8vX"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1648468364; bh=PVkm2yfOwPq4aSDOCs/MvESHk6CWulzqIQbtyIFnLzU=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=knpMRd92Fk5kRoRnHRhB9hD0IKOeb58HOt4RVlmwfQZ3FuR+lTeRg03Vx/0br8z8V
 pmuKhvanm35iClp+J6LQtUQE/bQzfVyTj2G70QcTV74h/Ct4tAA0mrj92JLcVfyvJh
 PhpouqljgKey041j1MvaKTVYd4ifDEHG1QPl7glNUwVWfTTea5TBGw6dtPB1Znhpzm
 73f+G70SLbreBPuB74oj0KvFAqwDoGvdUnGBwyahtwYnLvT5bBUj0YjNwZQEBvBpXu
 lq1Laf9Rom9jhim7gjTCkltNxphh2tL76FCkV4tpDDmxILaC9WPWIKLccEFZf5HeJ/
 1FhpWxWSfkhwA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-t9Y8N/zO9pKSHtRku8vX
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op ma 28-03-2022 om 12:31 [+0200]:
> > Additionally, this doesn't make it any less a blob.=C2=A0 Where does
> > this
> > data come from?=C2=A0 Was it written manually by cognitect people?=C2=
=A0 Was
> > some
> > (possibly propietary?) data taken from Amazon and then converted
> > into
> > another data format?=C2=A0 How can I edit these files?
>=20
> As I said in response to another package, I can reach out to
> Cognitect on slack and ask, however based on the previous
> conversations I have had I strongly suspect they will not want to
> make any changes ot the package to clarify licensing for the sole
> benefit of Guix.

It won't be for the sole benefit of Guix.  It would be of the benefit
for *everyone* distributing a copy of clojure-com-cognitect-aws-s3 that
wants to avoids copyright violation.

If the apparent (*) copyright violation and non-freeness cannot be
resolved, then I don't think that clojure-com-cognitect-aws-s3 can be
included in Guix, given that Guix is not above the (copyright) law and
given that software in Guix must be free software.

Unless the blob is removed I suppose, in a snippet.

(*) as-in, there is no evidence it is not a violation or actually free.

Greetings,
MMaxime.

--=-t9Y8N/zO9pKSHtRku8vX
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYkGhjBccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7htUAQD0e9eXXw3B0Q6EoWp2v9jSGoEt
lV30IWP1i5qC5tJ43QEAp41KN0G8CnPTzLfG9aW2qPT8gqg/OLnS/doCL6xIywk=
=ilF1
-----END PGP SIGNATURE-----

--=-t9Y8N/zO9pKSHtRku8vX--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 28 Mar 2022 11:50:48 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 28 07:50:48 2022
Received: from localhost ([127.0.0.1]:57395 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nYntY-0005FM-9o
	for submit <at> debbugs.gnu.org; Mon, 28 Mar 2022 07:50:48 -0400
Received: from baptiste.telenet-ops.be ([195.130.132.51]:34356)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nYntW-0005FE-IS
 for 53765 <at> debbugs.gnu.org; Mon, 28 Mar 2022 07:50:46 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by baptiste.telenet-ops.be with bizsmtp
 id Bnqd270084UW6Th01nqlas; Mon, 28 Mar 2022 13:50:45 +0200
Message-ID: <ca42178fd6d26e9ef9f8ee903b8a80fed4d87d38.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 28 Mar 2022 13:50:36 +0200
In-Reply-To: <878rsutll9.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87czk332an.fsf@HIDDEN>
 <acbd69b0729c8ed16a105b8fa0c416ee3659f72d.camel@HIDDEN>
 <8735kuxxfc.fsf@HIDDEN>
 <1cf99811fc6cd6592299b7a90720b2d0ae908ff0.camel@HIDDEN>
 <878rsutll9.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-gneV0oIUVuob7uA6Rz/8"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1648468245; bh=KNR7W//z+BnFtoNTuDTmMO59fCgMzqpSqhkZX+7nnTU=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=cvosQKInZtrcfKG8im7h/5xknKnFfV6Njq1lrLIYrHhWyFV7g8tjTkvRW9K+doKFe
 7svGJlVwEuEbhhncqvPZdMsgbnA+lq7h1SlIG1mTbVMrN5srvSS1O2Ba9J9iABS4Fc
 SiLXP4DKScUDglmDkaE8BqGqMKDyQecOHBSu9JiHhzJjsX9miaM9POQz0+rsha2i1U
 l2ZXSURUP2zhJXWK49gQI+3UY6awykt4SVpVVVZbCrNdxqpJoOTMO3NhPBSBGck+CK
 hat94oCxuErJzgkFWBw1toSSRuEUDzZCtylcI0LG5LwYJfyjfGImb29hGrrO6sqoNX
 obitUCAglsNpg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-gneV0oIUVuob7uA6Rz/8
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op ma 28-03-2022 om 12:31 [+0200]:
> Maxime Devos <maximedevos@HIDDEN> writes:
>=20
> > If docs.edn is documentation, should it be in #:doc-dirs?
>=20
> It is not documentation, it is a data structure that is used to generate
> code.

The string =E2=80=98Amazon S3 frees up the space used to store the parts an=
d
stop charging you for storing them only after you either complete or
abort a multipart upload.=E2=80=99 and other strings like that look like
documentation to me, and I did not see any code reading docs.edn to
generate code from it.

Greetings,
Maxime.


--=-gneV0oIUVuob7uA6Rz/8
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYkGhDBccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7tyvAQDGK8DjuXJ/jUe1Fssf5BxckCSP
UWgRzDSzwjFRLWblDgEAs01HswJ4/gshy7n0Abqp9q4/WCjAL2k7jzNjmsXxNAw=
=5QL6
-----END PGP SIGNATURE-----

--=-gneV0oIUVuob7uA6Rz/8--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 28 Mar 2022 11:46:37 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 28 07:46:36 2022
Received: from localhost ([127.0.0.1]:57390 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nYnpU-00056f-OK
	for submit <at> debbugs.gnu.org; Mon, 28 Mar 2022 07:46:36 -0400
Received: from baptiste.telenet-ops.be ([195.130.132.51]:55728)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nYnpS-00056W-QX
 for 53765 <at> debbugs.gnu.org; Mon, 28 Mar 2022 07:46:35 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by baptiste.telenet-ops.be with bizsmtp
 id BnmY2700Z4UW6Th01nmZKc; Mon, 28 Mar 2022 13:46:33 +0200
Message-ID: <c59d74c8e5882480353efdbf2c2637a0e79593f0.camel@HIDDEN>
Subject: Re: [PATCH v2 16/18] gnu: Add clojure-com-cognitect-aws-s3.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 28 Mar 2022 13:46:27 +0200
In-Reply-To: <87fsn2tnwe.fsf@HIDDEN>
References: <87r172cbj3.fsf@HIDDEN>
 <dfccb7f283ab9eeb63d546a745a9a8c509e17817.camel@HIDDEN>
 <87fsn2tnwe.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-kEum9sohNvEyVzfndRM9"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1648467993; bh=ODhfZgkCgHNiKJqobADn3RfWu2lbmMTR4DnV+K2K4bY=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=kij3NHqm6Euljc/6zo15Rop0s6LbUj6kluluwlQXsiE27OweRM6kHcWCDCGUuyOOX
 AW8tCeGgvuooYD8EbZFcY8Hb1END26m4UzK2EsPSOz28PxZRmrYIWwkz05hgdORmMr
 rwo+8cUpu0KYIQL/PJDaz9gjMEI9f/69u/awKd1+m/3EaS3emzzFVXdqr/aquNPGpp
 HTR2PaTq8AzCB7BuLK7WP1r//XL16RECk5pXwaToV43dLIrPNTSwB9ncET2xROc/LW
 uCZeUaeNpp3C1yPPU9onNe20jPDvDvIwaLvY/ZRmKS7nzvORMDViz/wuPRDFTXKZgR
 4VC64monZQhWg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-kEum9sohNvEyVzfndRM9
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op ma 28-03-2022 om 11:41 [+0200]:
> Maxime Devos <maximedevos@HIDDEN> writes:
>=20
> > However, I still do not have proof that it is actually ASL2.0 license
> > -- I don't consider pom.xml to be proof by itself, because I often see
> > packages where the license mentioned in the source files does not match
> > the license in their equivalent of pom.xml or README.
>=20
> What course of action would you like me to take here? I believe this is
> the only indication of the license in the source code, so nothing to
> conflict with. I can reach out to Cognitect on slack to confirm that the
> license is correct,
>=20

That should be sufficient to confirm the licensing terms ...

>  however given my past interactions I suspect that
> the package won't be updated for the benefit of this project.

... however, if that turns out to be the case, then it seems that Guix
cannot include clojure-com-cognitect-aws-s3 as-is, because of 3.2(b) of
the EPL2.0:

  3.2 When the Program is Distributed as Source Code:

      a)[...]
      b) a copy of this Agreement must be included with each copy of the Pr=
ogram.

Perhaps an appropriate snippet would be sufficient, or maybe not.

Rhethorical question: why do people keep forgetting this of kind term (in t=
he
GPL, EPL, Expat or otherwise, even in their own software?)

Do you know where the cognitect slack channels are located?  I've created a=
n
account (for the clojure slack) some time ago, but I don't know where the
cognitect slack is (didn't find it).  Also, do you know if they are also
reachable via some open platform (e-mail, IRC, ...)?

Greetings,
Maxime.

--=-kEum9sohNvEyVzfndRM9
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYkGgExccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7kKKAQCYG00WN0azA+A8p7jgu0a25uPp
ZbvaOxmK3hK05RZ4ogD/TJdL0qp2x0og4Ldi6Pp62nF8CTU7mD+O5dxLTwTYRAc=
=r9d3
-----END PGP SIGNATURE-----

--=-kEum9sohNvEyVzfndRM9--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 28 Mar 2022 10:31:28 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 28 06:31:28 2022
Received: from localhost ([127.0.0.1]:57355 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nYmem-00012O-Gi
	for submit <at> debbugs.gnu.org; Mon, 28 Mar 2022 06:31:28 -0400
Received: from mout-p-101.mailbox.org ([80.241.56.151]:57138)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nYmek-000127-ET
 for 53765 <at> debbugs.gnu.org; Mon, 28 Mar 2022 06:31:26 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4KRprl0hT7z9sHY;
 Mon, 28 Mar 2022 12:31:19 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1648463477;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=ZDS4xW0QvdDjbGRSyGW1o3QqvqMzGC3Myq09Zenwmqo=;
 b=JynHIAFssIhoVq+xecIavWu5h4ISaoDNl8l1NZF6tyJOq4QxsWaxZ6E1LDlclxqcw1uOpK
 u/40QH1OWp4MWw67hEdLUMR6HyMc/JmRBG9jxu+XJDNdiy9dcVS7JqIdBC8c6bQ63MS4Ce
 B4GPZwFd4SfeAv3AKNNzdsKzI4XeKACTRbXWB9gMQ/hSaB8Dng/JZoVWMwTo0xAgCq2Sg1
 Bmdeg8rxnVEKdabT2Lx1KZh/HEeKilX6W0OTxL9HV6VOVQl99aOUT02ii/LTTOyU+vEJc0
 HFv3Exr4YwBZFEJWf5KiFeMJiAo/9dBJaYHJoDJcYsGMowtO59BCX+dTXqKfdA==
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3.
In-Reply-To: <1cf99811fc6cd6592299b7a90720b2d0ae908ff0.camel@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87czk332an.fsf@HIDDEN>
 <acbd69b0729c8ed16a105b8fa0c416ee3659f72d.camel@HIDDEN>
 <8735kuxxfc.fsf@HIDDEN>
 <1cf99811fc6cd6592299b7a90720b2d0ae908ff0.camel@HIDDEN>
Date: Mon, 28 Mar 2022 12:31:14 +0200
Message-ID: <878rsutll9.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> If docs.edn is documentation, should it be in #:doc-dirs?

It is not documentation, it is a data structure that is used to generate
code.

> Additionally, this doesn't make it any less a blob.  Where does this
> data come from?  Was it written manually by cognitect people?  Was some
> (possibly propietary?) data taken from Amazon and then converted into
> another data format?  How can I edit these files?

As I said in response to another package, I can reach out to Cognitect
on slack and ask, however based on the previous conversations I have had
I strongly suspect they will not want to make any changes ot the package
to clarify licensing for the sole benefit of Guix.

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 28 Mar 2022 09:41:37 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 28 05:41:37 2022
Received: from localhost ([127.0.0.1]:57311 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nYlsX-0007zE-EE
	for submit <at> debbugs.gnu.org; Mon, 28 Mar 2022 05:41:37 -0400
Received: from mout-p-103.mailbox.org ([80.241.56.161]:56532)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nYlsV-0007yy-Cu
 for 53765 <at> debbugs.gnu.org; Mon, 28 Mar 2022 05:41:36 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4KRnlD0VWGz9sNq;
 Mon, 28 Mar 2022 11:41:28 +0200 (CEST)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1648460486;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=g1Mcvxn+re1w6SgPHL6ul4FyO1zPXB6O2nzZcUZhmCY=;
 b=JwITLIGdcdmeqAZZoOaNNVuprr15gcWjDL+1di5su3qGEnIrEdzbP0rCmb9Qr18M2/8syV
 5dSQF8RkPD+D3V4x0+QWherBwWs9N7YkKKj0maWUTgrf4O7EUAYQgmb3lZ9lZAAh3/kx23
 5TJ9Zh5EVjVTxjp0Ifb6S4+d2VOw+f4mtkNM7W2YzYztExlhj+DrrmMTTK3iUHcaO+we2J
 sIBCK5F5d7CeSp7WlE3Cc2R9UEzGUM75LfC1kajZ/sJbYf6yNOb718PpJzaTFlGb4SrrWN
 ATF/aUdfJ1ap8T06+gpvF0DOt1oVyNoa1F/fTqqXLh4HZ4ZMbYJVyStDNllogw==
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [PATCH v2 16/18] gnu: Add clojure-com-cognitect-aws-s3.
In-Reply-To: <dfccb7f283ab9eeb63d546a745a9a8c509e17817.camel@HIDDEN>
References: <87r172cbj3.fsf@HIDDEN>
 <dfccb7f283ab9eeb63d546a745a9a8c509e17817.camel@HIDDEN>
Date: Mon, 28 Mar 2022 11:41:21 +0200
Message-ID: <87fsn2tnwe.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> However, I still do not have proof that it is actually ASL2.0 license
> -- I don't consider pom.xml to be proof by itself, because I often see
> packages where the license mentioned in the source files does not match
> the license in their equivalent of pom.xml or README.

What course of action would you like me to take here? I believe this is
the only indication of the license in the source code, so nothing to
conflict with. I can reach out to Cognitect on slack to confirm that the
license is correct, however given my past interactions I suspect that
the package won't be updated for the benefit of this project.

> Alternatively, you can try #:test-dirs '() here.  I don't know what
> would be better here.

My understanding is that with #:test-dirs '() the clojure build system
still attempts to run a process to run 0 tests, which increases build
time significantly. I believe #:tests? #f is the better choice here.

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 26 Mar 2022 10:13:59 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Mar 26 06:13:59 2022
Received: from localhost ([127.0.0.1]:53100 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nY3QX-0006fE-Iv
	for submit <at> debbugs.gnu.org; Sat, 26 Mar 2022 06:13:59 -0400
Received: from xavier.telenet-ops.be ([195.130.132.52]:60668)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nY3QV-0006f4-1G
 for 53765 <at> debbugs.gnu.org; Sat, 26 Mar 2022 06:13:44 -0400
Received: from [172.20.10.9] ([213.119.160.242])
 by xavier.telenet-ops.be with bizsmtp
 id AyDg2700H5E5NyV01yDhXV; Sat, 26 Mar 2022 11:13:41 +0100
Message-ID: <de65250ec3b3525d2cb03c3fab069d79ea31eae9.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 26 Mar 2022 11:13:40 +0100
In-Reply-To: <1cf99811fc6cd6592299b7a90720b2d0ae908ff0.camel@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87czk332an.fsf@HIDDEN>
 <acbd69b0729c8ed16a105b8fa0c416ee3659f72d.camel@HIDDEN>
 <8735kuxxfc.fsf@HIDDEN>
 <1cf99811fc6cd6592299b7a90720b2d0ae908ff0.camel@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-CJUIW+UvLilaNW8fr+00"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1648289621; bh=iLGTNgi6vuAejN+0+CbnhGyqtYQ4pUcMbPSqOnQuc8c=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=KJNUgSfTL5lgbC1H7z3Gj9NwMvLtwMAefXIgRsq2NhIlEBvhk/6h8IHTxojPmX/r7
 WrGqTDvROeWIYm8xgNUpZl+AEfLgfMJwoaxH8JTpCdUG6VyKcOyJ0kc4A6+GqMQtBI
 kJiP/soJqfrn003bkAqLjqqerLtpyfcGs/DL2U4UyO7h/Z3mBhZxZRAgVYDzqMDvP5
 Mi5pNvAVgYa5Qxka2jIi0+ZAsslvKi0Rk0iIN88V0Rq4bg1BwjkgvO1gxw67N8QDot
 pXb6Yp2vgwY+2aX4CiUmLZFQponeLyORFAH1FGHOtb9cbx9YqJA7ITf2XeI1jleYlm
 /iLGMvw9FAhSg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)


--=-CJUIW+UvLilaNW8fr+00
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Maxime Devos schreef op za 26-03-2022 om 11:08 [+0100]:
> Reily Siegel schreef op ma 07-02-2022 om 14:56 [-0500]:
> > > Furthermore, service.edn and docs.edn are huge blobs -- it's
> > > textual
> > > and not binary, but that doesn't make it source code.
> >=20
> > EDN is a strict subset of Clojure used for representing Clojure
> data
> > structures, similar to JSON for JavaScript.
>=20
> If docs.edn is documentation, should it be in #:doc-dirs?
> Additionally, this doesn't make it any less a blob.=C2=A0 Where does this
> data come from?=C2=A0 Was it written manually by cognitect people?=C2=A0 =
Was
> some
> (possibly propietary?) data taken from Amazon and then converted into
> another data format?=C2=A0 How can I edit these files?

More specifically, I noticed that "docs.edn" contains the string

 Amazon S3 frees up the space used to store the parts and stop charging
you for storing them only after you either complete or abort a
multipart upload.

and so does

<https://web.archive.org/web/20220322191400/https://docs.aws.amazon.com/Ama=
zonS3/latest/API/API_CreateMultipartUpload.html>

but AFAIK Amazon has not released the documentation as ASL2.0.

Greetings,
Maxime.

--=-CJUIW+UvLilaNW8fr+00
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYj7nVBccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7vTIAP4y0qYT+IISCJDjyiJQHATV3Vr7
PsyqsL07oiIYH817QAEAxtnzkSZuV6ZcZjnSdqxoZu3vtX9NLD6odXrq1cRiBQk=
=u75s
-----END PGP SIGNATURE-----

--=-CJUIW+UvLilaNW8fr+00--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 26 Mar 2022 10:08:05 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Mar 26 06:08:05 2022
Received: from localhost ([127.0.0.1]:53095 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nY3L2-0006Wv-V6
	for submit <at> debbugs.gnu.org; Sat, 26 Mar 2022 06:08:05 -0400
Received: from andre.telenet-ops.be ([195.130.132.53]:37330)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nY3L1-0006Wo-VA
 for 53765 <at> debbugs.gnu.org; Sat, 26 Mar 2022 06:08:04 -0400
Received: from [172.20.10.9] ([213.119.160.242])
 by andre.telenet-ops.be with bizsmtp
 id Ay822700Q5E5NyV01y83Ww; Sat, 26 Mar 2022 11:08:03 +0100
Message-ID: <1cf99811fc6cd6592299b7a90720b2d0ae908ff0.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 26 Mar 2022 11:08:02 +0100
In-Reply-To: <8735kuxxfc.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87czk332an.fsf@HIDDEN>
 <acbd69b0729c8ed16a105b8fa0c416ee3659f72d.camel@HIDDEN>
 <8735kuxxfc.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-SazhGGnqBMkGkdG5zhbJ"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1648289283; bh=HhD69Mn5+esbbQZCVWOWhmQ1f0dvOLGFM8CWj4kL9cg=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=gS//oslxqBu5BTRMmXyhderNgSMQbpv4FaQuFG3orHTPb5EXXOwbnbzc0tczjiVnl
 2XXnd6nF97pZenK/QsYIl0Xi5/k2CkDL76ZerAQspzw8/w7pzvqwBAVpxS0qw7/WGj
 CkYYWQ7QV1T7IGAEvE4NrdeyZLFnr0Z/jxdLLhzY92Xj9umbAIfr0daCaFUJRBDb1F
 WotrMOK2DhUKqlcTz7L1Mowx5+YfoHZHPD0QM27Ho5o4fObR/1dWpzlZOIVfUKgBqm
 XEgOBD9gRCvgkxJbdIRmmyHFsBm2C+4nRGZY/buGkYVndw7KwaI16bsuYT35pLHZji
 5jFKBnUFIN/Ew==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-SazhGGnqBMkGkdG5zhbJ
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op ma 07-02-2022 om 14:56 [-0500]:
> > Furthermore, service.edn and docs.edn are huge blobs -- it's
> > textual
> > and not binary, but that doesn't make it source code.
>=20
> EDN is a strict subset of Clojure used for representing Clojure data
> structures, similar to JSON for JavaScript.

If docs.edn is documentation, should it be in #:doc-dirs?
Additionally, this doesn't make it any less a blob.  Where does this
data come from?  Was it written manually by cognitect people?  Was some
(possibly propietary?) data taken from Amazon and then converted into
another data format?  How can I edit these files?

Greetings,
MAxime.

--=-SazhGGnqBMkGkdG5zhbJ
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYj7mAhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7n33AQCAs/3YReEVIJGlLhMpPpIM7+7s
/jTsCiOVduZw8gD63QD5AR1cLMEU7jrmYAmCsRsQ8ysEMNqyrAxPOO2IRmoztgY=
=teGu
-----END PGP SIGNATURE-----

--=-SazhGGnqBMkGkdG5zhbJ--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 26 Mar 2022 10:04:01 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Mar 26 06:04:01 2022
Received: from localhost ([127.0.0.1]:53090 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nY3H7-0006Qu-5G
	for submit <at> debbugs.gnu.org; Sat, 26 Mar 2022 06:04:01 -0400
Received: from andre.telenet-ops.be ([195.130.132.53]:59408)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nY3H4-0006Qf-5v
 for 53765 <at> debbugs.gnu.org; Sat, 26 Mar 2022 06:03:59 -0400
Received: from [172.20.10.9] ([213.119.160.242])
 by andre.telenet-ops.be with bizsmtp
 id Ay3v2700l5E5NyV01y3wnY; Sat, 26 Mar 2022 11:03:56 +0100
Message-ID: <dfccb7f283ab9eeb63d546a745a9a8c509e17817.camel@HIDDEN>
Subject: Re: [PATCH v2 16/18] gnu: Add clojure-com-cognitect-aws-s3.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 26 Mar 2022 11:03:49 +0100
In-Reply-To: <87r172cbj3.fsf@HIDDEN>
References: <87r172cbj3.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-LFfYky1y2zIr0fW3zSKq"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1648289036; bh=vWU+a81kqx7fsRbilYxvWUIym4/R8GbCoD+q7Kx1wUs=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=H2r7jeCKZ4UFNbLVAtDkeBgcdbAIvEpYuawQQmmQMNEHxMGTT8ar92eZxfI2Y7mPI
 qzms9q+A4z/2mtDnH+cZJAE8neVouNY5HPbiyLZO+z2KPd1Dsbx53tExfmH7e3yHpl
 5cdXdhhdSXw6r+UNYy62HEfqfTNqKXorC9kA8rvin4hlJoirq9kKa5pu7yp30Yyw20
 SyEzXbhzIZV43mD2c1ltEPNKWxFeyPMn4PdzXCd49aAEg+DXhaVfzSb7DtcICU34g9
 QhPSDAiMTkuS0WCCZossTV+rJ/T9g50ATEDe42oNvxzdp8FcJEkmUKvHZViUOZ/+bf
 nAi1SfCSlpuaw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-LFfYky1y2zIr0fW3zSKq
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

UmVpbHkgU2llZ2VsIHNjaHJlZWYgb3Agd28gMTYtMDMtMjAyMiBvbSAxMzo0NCBbKzAxMDBdOgo+
ICsoZGVmaW5lLXB1YmxpYyBjbG9qdXJlLWNvbS1jb2duaXRlY3QtYXdzLXMzCj4gK8KgIChwYWNr
YWdlCj4gK8KgwqDCoCAoaW5oZXJpdCBjbG9qdXJlLWNvbS1jb2duaXRlY3QtYXdzLWFwaSkKPiAr
wqDCoMKgIChuYW1lICJjbG9qdXJlLWNvbS1jb2duaXRlY3QtYXdzLXMzIikKPiArwqDCoMKgICh2
ZXJzaW9uICI4MTQuMi45OTEuMCIpCj4gK8KgwqDCoCAoc291cmNlIChvcmlnaW4KPiArwqDCoMKg
wqDCoMKgwqDCoMKgwqDCoMKgwqAgKG1ldGhvZCB1cmwtZmV0Y2gpCj4gK8KgwqDCoMKgwqDCoMKg
wqDCoMKgwqDCoMKgICh1cmkgKHN0cmluZy1hcHBlbmQgImh0dHBzOi8vcmVwbzEubWF2ZW4ub3Jn
L21hdmVuMi8iCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAiY29tL2NvZ25pdGVjdC9hd3MvczMvIgo+ICvCoMKgwqDC
oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
wqAgdmVyc2lvbiAiL3MzLSIKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIHZlcnNpb24gIi1zb3VyY2VzLmphciIpKQo+
ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAoc2hhMjU2Cj4gK8KgwqDCoMKgwqDCoMKgwqDC
oMKgwqDCoMKgwqAgKGJhc2UzMgo+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgIjBh
dzNtcGRkbW5qbXA0NXZibXYxbDQ3am44NGxncTg2NmZ5OW1nNHdmMXgybHFkeWhpZ2giKSkpKQoK
TmV2ZXJtaW5kIG15IHByZXZpb3VzIGNvbW1lbnRzIGFib3V0IOKAmEFsbCByaWdodHMgcmVzZXJ2
ZWTigJksIHRoaXMgc2VlbXMKdG8gYmUgYSBsZWZ0b3ZlciBvZiB0aGUgMTkxMAooaHR0cHM6Ly9l
bi53aWtpcGVkaWEub3JnL3dpa2kvQWxsX3JpZ2h0c19yZXNlcnZlZCkuCgpIb3dldmVyLCBJIHN0
aWxsIGRvIG5vdCBoYXZlIHByb29mIHRoYXQgaXQgaXMgYWN0dWFsbHkgQVNMMi4wIGxpY2Vuc2UK
LS0gSSBkb24ndCBjb25zaWRlciBwb20ueG1sIHRvIGJlIHByb29mIGJ5IGl0c2VsZiwgYmVjYXVz
ZSBJIG9mdGVuIHNlZQpwYWNrYWdlcyB3aGVyZSB0aGUgbGljZW5zZSBtZW50aW9uZWQgaW4gdGhl
IHNvdXJjZSBmaWxlcyBkb2VzIG5vdCBtYXRjaAp0aGUgbGljZW5zZSBpbiB0aGVpciBlcXVpdmFs
ZW50IG9mIHBvbS54bWwgb3IgUkVBRE1FLgoKPiArwqDCoMKgIChuYXRpdmUtaW5wdXRzICcoKSkK
PiArwqDCoMKgIChwcm9wYWdhdGVkLWlucHV0cyAnKCkpCj4gK8KgwqDCoCAoYXJndW1lbnRzCj4g
K8KgwqDCoMKgICcoIzpkb2MtZGlycyAnKCkKPiArwqDCoMKgwqDCoMKgIDs7IFRoaXMgcGFja2Fn
ZSBoYXMgbm8gdGVzdHMuCj4gK8KgwqDCoMKgwqDCoCAjOnRlc3RzPyAjZgoKQWx0ZXJuYXRpdmVs
eSwgeW91IGNhbiB0cnkgIzp0ZXN0LWRpcnMgJygpIGhlcmUuICBJIGRvbid0IGtub3cgd2hhdAp3
b3VsZCBiZSBiZXR0ZXIgaGVyZS4KCkdyZWV0aW5ncywKTWF4aW1lLgo=


--=-LFfYky1y2zIr0fW3zSKq
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYj7lBRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7rDoAQC4UVmXY9wypXUHLP+iR4B7HE5s
9hlPDbSL1rNG/vr4fwEA1b261K/p5pLxc/zB72A+KeYY7KTphkzIWs4q1o3HGQc=
=ifdY
-----END PGP SIGNATURE-----

--=-LFfYky1y2zIr0fW3zSKq--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 26 Mar 2022 09:51:35 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Mar 26 05:51:35 2022
Received: from localhost ([127.0.0.1]:53085 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nY355-00068G-1q
	for submit <at> debbugs.gnu.org; Sat, 26 Mar 2022 05:51:35 -0400
Received: from andre.telenet-ops.be ([195.130.132.53]:41526)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nY352-000687-Tj
 for 53765 <at> debbugs.gnu.org; Sat, 26 Mar 2022 05:51:33 -0400
Received: from [172.20.10.9] ([213.119.160.242])
 by andre.telenet-ops.be with bizsmtp
 id AxrW2700b5E5NyV01xrWrs; Sat, 26 Mar 2022 10:51:31 +0100
Message-ID: <af1f8fadf9c18943fd9eb34ee44990ef2e72dc06.camel@HIDDEN>
Subject: Re: [PATCH v2 17/18] gnu: clojure-tools-deps-alpha: Fix issues with S3
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 26 Mar 2022 10:51:14 +0100
In-Reply-To: <87pmmmcbj1.fsf@HIDDEN>
References: <87pmmmcbj1.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-4lGC70IOuUldonPQtCHr"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1648288291; bh=OVF9Ml/ynyB/3mUiVklN9hqMzSDQta137SDmyiDsSVg=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=aqyd8yDxDrDTTJxgj3NHUXDO58KdThCWDcilpOcoSN9pCKa9/BojmqAHwr3WUABQo
 4ZywRVZWasa94w9JzxJWu7yjYkQhL7GV+LY0lbRWhexDJx0z2JBtQW0Jl2qCbjI7o7
 Cj1Z3IMbmzgcoGuNvtU5zle9zafwDPR4DRtL9z8IUpI6hM1yq9s+Rtv0N0Cyr7pvmX
 cgyYo0tQAHgWlTZC3E9uiS2f7sWoVJtThfKSYKqI1SM/LG5LZr4KVx/OS0KVcD/CMF
 Rf37SkBeEqd47P+CytyqQJ0W46QxckoJ2ZERMu65bZgtpJR3eJkWJvEj5TxoOxKPtQ
 rW/nXpnvlA16A==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-4lGC70IOuUldonPQtCHr
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op wo 16-03-2022 om 13:44 [+0100]:
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; FIXME: Could not initialize=
 class org.eclipse.aether.transport.http.SslSocketFactory
> -=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:tests? #f
> [...]
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:tests? #f))

Is this still necessary, or has this been fixed by adding the
dependencies?  Looking at "guix search java-eclipse-aether", there are
a few results, so maybe all that is necessary is adding one of the
results to the native-inputs?

Greetings,
Maxime.

--=-4lGC70IOuUldonPQtCHr
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYj7iEhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7uwLAPwLE9eTmn0gBokgsM+RDo3+dLCg
xmvt6Hrhcj0mn4fCigEAuziOmo3vJmVRk9Vi67nbT6n7YykIUIcLKBQ+tLQGOAQ=
=sFd7
-----END PGP SIGNATURE-----

--=-4lGC70IOuUldonPQtCHr--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 21 Mar 2022 14:19:05 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 21 10:19:04 2022
Received: from localhost ([127.0.0.1]:37746 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nWIsC-0004aN-NG
	for submit <at> debbugs.gnu.org; Mon, 21 Mar 2022 10:19:04 -0400
Received: from michel.telenet-ops.be ([195.130.137.88]:50198)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nWIs9-0004Zw-PN
 for 53765 <at> debbugs.gnu.org; Mon, 21 Mar 2022 10:19:02 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by michel.telenet-ops.be with bizsmtp
 id 92Jz2700V4UW6Th062JzPG; Mon, 21 Mar 2022 15:19:00 +0100
Message-ID: <e37c59f4cc6994166d58294ad5b8c70f6a48f18c.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 21 Mar 2022 15:18:55 +0100
In-Reply-To: <877d8udq44.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-p3/RkuG8pl2jDRh7gXQ8"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647872340; bh=ILFAlXslREyQYsLxYm6o6qGALmW90fCRwanEcDR6+xs=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=nOTepLn7kzVEnBdnYzyCJ3YiCZXEWKoBFyDJTahvTiDxB1HXRxd/9bvV95FkONrL5
 AnXgUSEk7RD7QZmETffiKaN6UxWM7qphkdzxTOxJ27FXJoEtt5DWUqDTr+LufkQSX5
 ILJzG2k0WlUaA4vawlglVLU4lhHGciiuMiUFF3l96P5hr40XQ5dm72Dnx8gChuzOml
 N5XmEHsPcqasjm/z7AfaGb6u5dKdZJYdjEjXn1nbOtLhxSZWGu9r2/bb8GiwhSJzqX
 v52rlrKxhUCReKUSLTydponzzmMW02jxohZH7R9MNiBPTo+NXQyUcDRZ1KrahnoCHt
 s4QbVIHep+prw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-p3/RkuG8pl2jDRh7gXQ8
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op wo 16-03-2022 om 13:43 [+0100]:
> [...]
> +       ;; Tests fail when AOT'd.
> +       #:aot-exclude '(#:all)))

It seems to me that the easiest way to investigate what the issue
actually is, is to actually build it (without #:aot-exclude) and look
at the build log, so WDYT of first reviewing the other non-reviewed
patches first (ignoring AOT), and leaving the investigation of #:aot-
exclude for last?

Also, the build log would be useful to investigate.

Greetings,
Maxime.

--=-p3/RkuG8pl2jDRh7gXQ8
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjiJUBccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7mZmAQDHfl33EBsPup83EZCPTusMih6+
3Y3Hp8mtCgSpAo0A+gD+I6IjrLG1TT9zSv702hCw6RBhqYjQxvFHWo2aO076Zw0=
=+ofL
-----END PGP SIGNATURE-----

--=-p3/RkuG8pl2jDRh7gXQ8--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 21 Mar 2022 13:38:42 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 21 09:38:42 2022
Received: from localhost ([127.0.0.1]:36180 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nWIF8-00039E-BB
	for submit <at> debbugs.gnu.org; Mon, 21 Mar 2022 09:38:42 -0400
Received: from andre.telenet-ops.be ([195.130.132.53]:53358)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nWIF6-000395-K8
 for 53765 <at> debbugs.gnu.org; Mon, 21 Mar 2022 09:38:41 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by andre.telenet-ops.be with bizsmtp
 id 91ee2700T4UW6Th011eey9; Mon, 21 Mar 2022 14:38:39 +0100
Message-ID: <4309623e9a9b1914f4b9b2e04d858e28f7af6ab6.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 21 Mar 2022 14:38:32 +0100
In-Reply-To: <87zgljv94h.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
 <87czihdamo.fsf@HIDDEN>
 <49ddc4f1d1ffd7bfc38c6661d661d69bd38ac379.camel@HIDDEN>
 <3d06d8c6df5c5677dc27bfdc30789c9abe32c9a5.camel@HIDDEN>
 <87zgljv94h.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-kQcL7nFczrImzBGq+stp"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647869919; bh=68nPHAn0rUAKWLg3MvFT8TyaApbeqMBEywhxT2ZJpv4=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=CHFPpauAxl2uMokPyofAJ9HGvEIBLpG91oW/NfF9FCw8iPdvGXcpFf+sQphXx+XdT
 JmIKUec6RGBB7RzY8lD9Nixp2RzqBkCuPlk/n8ktwh+OTrkDl1zWGNOopvL2c+qX2n
 Mn8LsdKQT2H+NN7vP8tSg/VODNBbc7Rf9FqFXBwzytakEvMDOF9rxQxI1xChn8lesz
 Mu8TndxobfgBlhSA3WNqs4a2Jv2y8eroGBd+K04q2uYkBmsWTr2pj5fNBnQ7Or0q4y
 O4J6eInW/t7uclxepe4qjXIV98Yu5yQxfjvxIC2CfITgEZ6AIwMdK9doeqyJFV/xFl
 v53Z4IBYSy7RQ==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-kQcL7nFczrImzBGq+stp
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op ma 21-03-2022 om 12:27 [+0100]:
> It seems to me that the easiest way to do this is to by default not AOT
> compile anything, and if a library needs a file AOT compiled, it can be
> set when packaged.

As I understand it, no package strictly _needs_ to be AOT compiled.
It does, however, appear to be a nice optimisation and has some
tangential benefits (e.g. error out early in case of syntax errors),
so to me it seems better to keep AOT on by default.

Greetings,
Maxime.

--=-kQcL7nFczrImzBGq+stp
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjh/2BccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7sBCAP9PsaeIzb8kw/8ReeltKo3Pp5nS
qQ0G/s4jQyRaXhERMgD9HVbijQuHSS8ZKvOOtUBYiFkRzpCtdS8PfPThRcaRCgc=
=ybff
-----END PGP SIGNATURE-----

--=-kQcL7nFczrImzBGq+stp--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 21 Mar 2022 11:27:24 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 21 07:27:24 2022
Received: from localhost ([127.0.0.1]:36000 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nWGC4-0003ve-Ep
	for submit <at> debbugs.gnu.org; Mon, 21 Mar 2022 07:27:24 -0400
Received: from mout-p-101.mailbox.org ([80.241.56.151]:57310)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nWGC1-0003vO-Ue
 for 53765 <at> debbugs.gnu.org; Mon, 21 Mar 2022 07:27:22 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4KMXQV56v7z9sTS;
 Mon, 21 Mar 2022 12:27:14 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647862032;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=0Up0dcbDvPUHRavBI4oMSkCNt8/TsJnU6u6+TuN+4v0=;
 b=QuQeuEEwEIqN1Ns4scTsGyBmYx3W1KYsPyQc5IndywD4hsY+cUTLVVYlUdLzZYn2PqGEHs
 Q0Rl60zWQCjNsuKnDFYh6zwg7tyB7TY8atRxY8DYd7UeiXPFzEXD3ZnGYuyOZJOcnHZxvW
 5A9V31d8kMw86S9MOdTUsCDlcrEhbV1yKLBRfASPOaTYZZ/dr8bnC4BVMwPo1d9JfYrhfI
 L95gyY+JysnF2hlxREjSR+ruBwwJ3yNzMEMvcsBHHEdqsb90oe8nqiw0Zs8xnQzixbf17u
 GYiCjcZoo0EeHJlQc+wUL3X8DINmJP6s+iuHm0uqw7zt/m4oAWfePDBTFQG3Lw==
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] [PATCH v2 05/18] gnu: Add clojure-core-memoize.
In-Reply-To: <3d06d8c6df5c5677dc27bfdc30789c9abe32c9a5.camel@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
 <87czihdamo.fsf@HIDDEN>
 <49ddc4f1d1ffd7bfc38c6661d661d69bd38ac379.camel@HIDDEN>
 <3d06d8c6df5c5677dc27bfdc30789c9abe32c9a5.camel@HIDDEN>
Date: Mon, 21 Mar 2022 12:27:10 +0100
Message-ID: <87zgljv94h.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> More concretely, I'm looking for answers to things like =E2=80=98how to d=
etect
> which files can be compiled=E2=80=99, =E2=80=98how to determine if a buil=
d failure is
> caused by AOT problems=E2=80=99, =E2=80=98how to know in advance if AOT m=
ight cause
> problems=E2=80=99 and =E2=80=98should AOT compilation be disabled by defa=
ult for
> tests?=E2=80=99.
>
> If some answers can be found, perhaps adding #:aot-exclude can be
> automated in (guix build clojure-build-system), and thsese answers
> could help future packagers.

It seems to me that the easiest way to do this is to by default not AOT
compile anything, and if a library needs a file AOT compiled, it can be
set when packaged. I don't believe there is any good way to automate
this, at least not with the sort of problems I have run into.
--=20
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 21 Mar 2022 09:55:11 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 21 05:55:11 2022
Received: from localhost ([127.0.0.1]:35934 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nWEkp-0001Ov-JL
	for submit <at> debbugs.gnu.org; Mon, 21 Mar 2022 05:55:11 -0400
Received: from michel.telenet-ops.be ([195.130.137.88]:54288)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nWEkn-0001Ol-TW
 for 53765 <at> debbugs.gnu.org; Mon, 21 Mar 2022 05:55:10 -0400
Received: from [IPv6:2a02:2c40:200:b001::1:66ec]
 ([IPv6:2a02:2c40:200:b001::1:66ec])
 by michel.telenet-ops.be with bizsmtp
 id 8xv72700f48ECPd06xv9xi; Mon, 21 Mar 2022 10:55:09 +0100
Message-ID: <3d06d8c6df5c5677dc27bfdc30789c9abe32c9a5.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 21 Mar 2022 10:55:07 +0100
In-Reply-To: <49ddc4f1d1ffd7bfc38c6661d661d69bd38ac379.camel@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
 <87czihdamo.fsf@HIDDEN>
 <49ddc4f1d1ffd7bfc38c6661d661d69bd38ac379.camel@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-gCvBItJ2Ltg1SNSvxFOo"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647856509; bh=y32Xwx5nXbJKTJZfk8yThU5s6mNUVOvbdtczNscIUns=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=aBskUra4vL36Tdp+ZP/N/S89Ejqo8Xux9IsNMTSwaHVbwI1+p44srV5Ig+yY6Ltjv
 H5Byc0v9P4XCRWCBbjMb+SH+CDmFqLYRRMpl1ETiaVApNANBjZ38gYPYncipoTRxj3
 O0zdEck0uFN+KiRW2TKfCC2wejf84a0jlDWv0WXeI9QPFR79HjJdn8IW5cLI26f0GQ
 pF/xLPZI0Hh1c+WGeRu5AhkKMOj1TwVkyJrm/IBlsLeJZlPxvG9Pu9w8vUib39v7Rh
 tshC2Hn9tHOJRF7gIZrctrdT0iXEF4dicGsBJ/H5ejjddLCJd1yXxo+cfbjwN1dLMZ
 WqdCbRU/TczHQ==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-gCvBItJ2Ltg1SNSvxFOo
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Maxime Devos schreef op za 19-03-2022 om 20:15 [+0100]:
> Reily Siegel schreef op za 19-03-2022 om 20:07 [+0100]:
> > When I first started running into these issues, I reached out to
> Clojure
> > maintainers on the Clojurians Slack, and the response was that AOT
> > compilation is only meant for complete applications to reduce
> startup
> > latency, not individual libraries. Here are some of the specific
> > responses I got. [...]
>=20
> On which day was this, and on which channel?=C2=A0 I'd like to have a loo=
k
> at the rest of the responses=C2=A0(on the archives at
> <https://clojurians-log.clojureverse.org/>) for some additional
> context.

More concretely, I'm looking for answers to things like =E2=80=98how to det=
ect
which files can be compiled=E2=80=99, =E2=80=98how to determine if a build =
failure is
caused by AOT problems=E2=80=99, =E2=80=98how to know in advance if AOT mig=
ht cause
problems=E2=80=99 and =E2=80=98should AOT compilation be disabled by defaul=
t for
tests?=E2=80=99.

If some answers can be found, perhaps adding #:aot-exclude can be
automated in (guix build clojure-build-system), and thsese answers
could help future packagers.

Greetings,
Maxime.

--=-gCvBItJ2Ltg1SNSvxFOo
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjhLexccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7pjgAP9/bmxld45QB0G0qfa2ZMK5xsHM
ge8yhJgHkG8C8xJivQD9E5SsSkFUUNxjjjdndprzv7/NVcr1XDuHhRN1fNjyyAk=
=cyfF
-----END PGP SIGNATURE-----

--=-gCvBItJ2Ltg1SNSvxFOo--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 21 Mar 2022 09:51:23 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 21 05:51:23 2022
Received: from localhost ([127.0.0.1]:35929 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nWEh9-0001JQ-3I
	for submit <at> debbugs.gnu.org; Mon, 21 Mar 2022 05:51:23 -0400
Received: from michel.telenet-ops.be ([195.130.137.88]:46538)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nWEh6-0001JH-PV
 for 53765 <at> debbugs.gnu.org; Mon, 21 Mar 2022 05:51:21 -0400
Received: from [IPv6:2a02:2c40:200:b001::1:66ec]
 ([IPv6:2a02:2c40:200:b001::1:66ec])
 by michel.telenet-ops.be with bizsmtp
 id 8xrJ2700448ECPd06xrK7G; Mon, 21 Mar 2022 10:51:19 +0100
Message-ID: <20d41e2e0d9fdb88b172986ba78f21a759ed8526.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 21 Mar 2022 10:51:12 +0100
In-Reply-To: <875yo7wvng.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
 <87czihdamo.fsf@HIDDEN>
 <49ddc4f1d1ffd7bfc38c6661d661d69bd38ac379.camel@HIDDEN>
 <875yo7wvng.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-ZWyBm9xgjyVIY4knLCFd"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647856279; bh=rtmiNW4f6rhZs0qjRwiE8eDTld1yJ6JQNIVWkMml6no=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=gR/+Fo/irUVtEwM7EdgbAD++GzxtyuOKIkPN5QwRym6jBsB6l0npKjuqZuNB9r4SQ
 vTl+QrECCkU5y7a28PX9cdCHvoL7lMoDujmqnu/oSC7TJI1PqCYyqbyqUZnhgVmrrb
 wfMHNxNVmFIClkEbmyofzpphkNwriY0T3Jt3fMscHblYA4CtRgh+T4QggwySMNNEv8
 8H5F/+kxnLODSgB5rXsrNUPs+SPLZzaF9/zptxMlUSIHBLYxrL31ywKgvJ9T41bdx/
 L4h6vIOiH1SonEHoVAHSH2q9OfC/YBrIyAvan3PntaDMS9LFT7uXwtqJpUqKHQ5CFM
 xtYY0rRIUF+rQ==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-ZWyBm9xgjyVIY4knLCFd
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op ma 21-03-2022 om 09:35 [+0100]:
> As of now, my only goal is to package the Clojure libraries needed to
> make the Clojure CLI work, as that is the community standard way of
> accessing Clojure libraries.

Ok.

--=-ZWyBm9xgjyVIY4knLCFd
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjhKkBccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7vmLAQC7IRmtETRgPhPU3VEyOhM5J3jJ
GOGn+dBQYYBKRc+upgD9G733DHDkoBSX0m0UZXf7AnUizJDeLA8FJx2mSqwEIQ8=
=2iir
-----END PGP SIGNATURE-----

--=-ZWyBm9xgjyVIY4knLCFd--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 21 Mar 2022 09:07:21 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 21 05:07:21 2022
Received: from localhost ([127.0.0.1]:35882 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nWE0X-00009z-LN
	for submit <at> debbugs.gnu.org; Mon, 21 Mar 2022 05:07:21 -0400
Received: from baptiste.telenet-ops.be ([195.130.132.51]:56016)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nWE0V-00008H-FM
 for 53765 <at> debbugs.gnu.org; Mon, 21 Mar 2022 05:07:19 -0400
Received: from [IPv6:2a02:2c40:200:b001::1:66ec]
 ([IPv6:2a02:2c40:200:b001::1:66ec])
 by baptiste.telenet-ops.be with bizsmtp
 id 8x7J2700248ECPd01x7KQM; Mon, 21 Mar 2022 10:07:19 +0100
Message-ID: <52beaa828c20ced942620eafb223c646febce056.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 21 Mar 2022 10:07:17 +0100
In-Reply-To: <875yo7wvng.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
 <87czihdamo.fsf@HIDDEN>
 <49ddc4f1d1ffd7bfc38c6661d661d69bd38ac379.camel@HIDDEN>
 <875yo7wvng.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-/fkKsewFJ5VncsY4Qe4K"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647853639; bh=+eUZPAraxJYs3kJ7Z1wHEk+6CrSJ+PvScdiu4CLiHNo=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=mwncx82lrW9S3tw/3GxYWqLwz9nGvShHq+4km/TSG4SGXAbA2JQs2ztD6HGNJbvqt
 eG3/Q15GRaZuQBNxZclUj9z1t745ov7goaqqPofiVKWJEn7dL/g0N3HvjU+N8RgyIS
 D3PXNJL7wECDTqaGJt2XXW9ZYJxr2M0zY4dB5MxKpL+JztZhsG/0fWGEmqzzMeFhXB
 sKEg/ZvxKuXn82zWH5QaXtM5bZFGTnh8n7G/dcpeURGvXbBaqRwvW35OHamhUCt74B
 pU8WyR9h5qW6gjm4dDJoDfPVtZivEyuRlEcWSbqX89c2mD2d0dRzZYivAQNmBE53CE
 PMsp9ss+XAg7A==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-/fkKsewFJ5VncsY4Qe4K
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op ma 21-03-2022 om 09:35 [+0100]:
> This seems acceptable, as NPM, Nix, etc are
> also packaged.

NPM does not appear to be packaged in Guix?

--=-/fkKsewFJ5VncsY4Qe4K
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjhARRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7tBEAQCGQun77f1yO8DUMOCi1tmAr6a5
IiYA9NcPfgIPrPWqgAEA439ew5tn8NWzBNP49KNt6DVXGnJA2qkFo9B/f2IT3Qc=
=iLg8
-----END PGP SIGNATURE-----

--=-/fkKsewFJ5VncsY4Qe4K--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 21 Mar 2022 09:06:23 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 21 05:06:23 2022
Received: from localhost ([127.0.0.1]:35877 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nWDzb-00008R-B5
	for submit <at> debbugs.gnu.org; Mon, 21 Mar 2022 05:06:23 -0400
Received: from baptiste.telenet-ops.be ([195.130.132.51]:56016)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nWDzY-00008H-T7
 for 53765 <at> debbugs.gnu.org; Mon, 21 Mar 2022 05:06:21 -0400
Received: from [IPv6:2a02:2c40:200:b001::1:66ec]
 ([IPv6:2a02:2c40:200:b001::1:66ec])
 by baptiste.telenet-ops.be with bizsmtp
 id 8x6H2700Q48ECPd01x6K59; Mon, 21 Mar 2022 10:06:19 +0100
Message-ID: <853274661ab7191b66972f61cbc65cb610431b41.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 21 Mar 2022 10:06:13 +0100
In-Reply-To: <875yo7wvng.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
 <87czihdamo.fsf@HIDDEN>
 <49ddc4f1d1ffd7bfc38c6661d661d69bd38ac379.camel@HIDDEN>
 <875yo7wvng.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-9WI9zCT8VekZBmjoqC4f"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647853579; bh=oB/nBpDyZxLPioHapEQA1UsChENscLJfy4XWto3hZuI=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=KRsUmflldBOokgw57u4Kxkpw//795VaVxbfjoTv5Soud4N0mAk9hbMuHfzPYYLdE8
 CmWwElOBuQvcWmGAUbwhJ61v9bPIbvIPZCJ9S22GBD9kSB8lO7JqwocznQvAE1vXFG
 xY04TSriIyMJ+4OOy6n617RmP8RZeQSrtGamkLBPuhi6ZhomEC1hML2T6+Ur2jSERG
 mxWYrsQrvnqu21KrlP1EuqTbb14Vm+mOi6AzoYLJJq+XYaaJ/EibL+g4o2I9MpRVNe
 IRxsbOYwW1Z4QKQ7QsVg+bcV0Bl0LkS4cN4c6QaR7DspN0lgO688NCCXXEPZ/FDpQY
 A2/BQDQGeH8vA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-9WI9zCT8VekZBmjoqC4f
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op ma 21-03-2022 om 09:35 [+0100]:
> Maxime Devos <maximedevos@HIDDEN> writes:
>=20
> > On which day was this, and on which channel?=C2=A0 I'd like to have a l=
ook
> > at the rest of the responses=C2=A0(on the archives at
> > <https://clojurians-log.clojureverse.org/>) for some additional
> > context.
>=20
> https://clojurians.slack.com/archives/C6QH853H8/p1642208631059100

That page is not publicly visible, it asks for signing in with Google
or Apple.

Greetings,
Maxime.

--=-9WI9zCT8VekZBmjoqC4f
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjhABRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7uNfAP0XTNOcLGmaDWEh5jU24y3Ihz6J
4GLjLI+zq6VOKBtgVgEA9OZy/QkrPCKU6TWNQ0GUrJWf3fN2v5ySEKivaLS2wQE=
=LMjW
-----END PGP SIGNATURE-----

--=-9WI9zCT8VekZBmjoqC4f--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 21 Mar 2022 08:35:51 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 21 04:35:51 2022
Received: from localhost ([127.0.0.1]:35789 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nWDW0-0007jm-Ad
	for submit <at> debbugs.gnu.org; Mon, 21 Mar 2022 04:35:51 -0400
Received: from mout-p-201.mailbox.org ([80.241.56.171]:36342)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nWDVy-0007jZ-5w
 for 53765 <at> debbugs.gnu.org; Mon, 21 Mar 2022 04:35:46 -0400
Received: from smtp1.mailbox.org (smtp1.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:1:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KMScW2Zbyz9sQ8;
 Mon, 21 Mar 2022 09:35:39 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647851737;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=zMY1UjmU7ri1V0ilPOFyFnDIhi/Fsmj+Mw+46TtvG30=;
 b=AuGRUSOQkXUFVK4HdxDKweFs/D6YGv3nx6hnY2d2RpGH2x2UgNRHHrFhHQgWDlf1LPQBDC
 6Xg7YdsiiW2/HRXfJcJO7A702rzdWVUwWgHyWJQ7YxAaapKlFrtMJg+NCyOBLn/omxgnap
 e2JisNXtCRuVBRDYdd83ce77/ul+llma2jFwoSd/0SDS2qBMeiQxmz3N7RLSObAJVecO1B
 Vldv/SpIjdGQtKLWi+Rn4rrQFLuVyg9vfs+k7qPM63rlOJRa5AB4s6sxXV4J/E5sgCK77u
 gPe3y3fEEtofLpIdFw/6vm2fn1dUEvRK/nVorvf+z8A7XUJ6GMgXCxkol/NLlw==
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
In-Reply-To: <49ddc4f1d1ffd7bfc38c6661d661d69bd38ac379.camel@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
 <87czihdamo.fsf@HIDDEN>
 <49ddc4f1d1ffd7bfc38c6661d661d69bd38ac379.camel@HIDDEN>
Date: Mon, 21 Mar 2022 09:35:15 +0100
Message-ID: <875yo7wvng.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> On which day was this, and on which channel?  I'd like to have a look
> at the rest of the responses=C2=A0(on the archives at
> <https://clojurians-log.clojureverse.org/>) for some additional
> context.

https://clojurians.slack.com/archives/C6QH853H8/p1642208631059100

Here is a link to the conversation I had, everything discussed was as a rep=
ly to
this message.

As of now, my only goal is to package the Clojure libraries needed to
make the Clojure CLI work, as that is the community standard way of
accessing Clojure libraries. This seems acceptable, as NPM, Nix, etc are
also packaged.

--=20
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 19 Mar 2022 19:56:44 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Mar 19 15:56:44 2022
Received: from localhost ([127.0.0.1]:60641 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nVfBs-0002eA-3L
	for submit <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:56:44 -0400
Received: from michel.telenet-ops.be ([195.130.137.88]:56000)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nVfBq-0002e0-7z
 for 53765 <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:56:42 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by michel.telenet-ops.be with bizsmtp
 id 8Kwh270054UW6Th06Kwhrg; Sat, 19 Mar 2022 20:56:41 +0100
Message-ID: <aac8121257c6db8500991255dc64eded444d9c16.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 19 Mar 2022 20:56:41 +0100
In-Reply-To: <527643d9fb0884f2f21478f562326fceb0e061c9.camel@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
 <87czihdamo.fsf@HIDDEN>
 <527643d9fb0884f2f21478f562326fceb0e061c9.camel@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-iCJdktbftO18oZbDLER2"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647719801; bh=UhDVW0K3cLgG23pxmq5xNJAmPrlv8XaFtABE6OGe7dE=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=RRG5dyW+qJciwXMcPTYlZPBbpo/GngQ4WIZSNC5qV+25DOJs8uCw3KluKJn7TzRXW
 niwIZRfYL0QphgGq5iaL6AbJqG4RWv92OlcS6FaItxQKhMT5Cp8S4xL2opvxOf65LV
 6raYPSTQM+xR94ouXpJrrq2UaQ+ztF3ebcVW1hTZIyIQxjjQS7+Nzks3e4XlilHSG3
 FWdwsoezr5tthjV1NXsw0CZmkOKXXdfd/4qK/SjFOs8PZDx/M9VQJ/SLBozUAPdiaK
 W3aWYlhjnzGcNfjyiaRKCPHIDiL5zNqQZJg2UaVs9vVi7i4aHqp2GM0LQ9HFUXbvZD
 BptKKrNj6XuzA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-iCJdktbftO18oZbDLER2
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Maxime Devos schreef op za 19-03-2022 om 20:46 [+0100]:
> An additional problem here is grafting.=C2=A0 If the AOT'ing was delayed
> to the application packages, then the libraries cannot be grafted,
> for the same reason that (C, C++, Go, ...) static libraries cannot be
> grafted.

Another benefit is that intermediate libraries will fail to build
if there are missing dependencies or syntax errors and perhaps if
the dependencies are out-of-date, which would make updating
intermediate libraries because it would be easier to see if the
packaged library actually works.

Greetings,
Maxime.

--=-iCJdktbftO18oZbDLER2
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjY1eRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7s0+AQD2h2vfeO2XRAbjKJIB3gNibQXn
IqiSePVeKY9ZzJIVEAD+JulWVydDmqj3qsfJD8Vuwv7SOsDhviDUlXKbVqMmdgU=
=8il3
-----END PGP SIGNATURE-----

--=-iCJdktbftO18oZbDLER2--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 19 Mar 2022 19:54:21 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Mar 19 15:54:20 2022
Received: from localhost ([127.0.0.1]:60636 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nVf9Y-0002a1-GR
	for submit <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:54:20 -0400
Received: from michel.telenet-ops.be ([195.130.137.88]:53664)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nVf9I-0002ZP-Ey
 for 53765 <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:54:19 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by michel.telenet-ops.be with bizsmtp
 id 8Ku22700A4UW6Th06Ku2cL; Sat, 19 Mar 2022 20:54:03 +0100
Message-ID: <0b22d16c4e5a4576f5faefa6335aa46856a1a2b4.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 19 Mar 2022 20:54:02 +0100
In-Reply-To: <87czihdamo.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
 <87czihdamo.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-yXdufCh/9O2OuD1i85QQ"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647719643; bh=r61M4nAFwzGsu+tbI5wSyH+ffA837gtGGhpOlCQuz4c=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=Wbrr+eiqYFetFbtsinX2TYPz1zXOpBVqMupojrzMMbCfi26wGaISGzKEPyoQXIpan
 GyiGu5qbhE1V/c/dahn0PdnKdXSaj0kqe2pd5Ol6WkXotqZhlxk3JMjot7lWEZfmN/
 2wrjyWAfuKnF2rU5wBKJ8EHY1Auwpm9aYRF9EinoBoAikbcpWNjTn8G16RpvlV507I
 4DqZKDeoF0RNvIklJ709SC1SSaY2CVl+ygBZNyaKXIt8azUsLvc66qvbZkkh3Yx7UX
 JEE2qVx+2FE9pXDSxP0qV7kKuVaS3pxTIDMUVgLm3lEm54UOllsLWrmYrBsOEsgCeT
 EK4Jx/KHu6bbQ==
X-Spam-Score: 0.0 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-yXdufCh/9O2OuD1i85QQ
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op za 19-03-2022 om 20:07 [+0100]:
> and the response was that AOT compilation is only meant
> for complete applications to reduce startup latency, not
> individual libraries.

I don't see the relevancy of that what Guix does, is apparently not
meant to be done.  If the thing that is meant to be done is problematic
and a better option exists (w.r.t. grafting and build times, see other
e-mail), wouldn't it it better to ignore the officiously (*) proscribed
purpose of the AOT here?

(*) =E2=80=98unofficially sort-of official=E2=80=99

Greetings,
Maxime.

--=-yXdufCh/9O2OuD1i85QQ
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjY02hccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7mIPAQCtseLkf56t/EnZXzAdZvwdGvSA
/HIURyaMX7Mc8wuWGQD/byzJuXpP/iCqkG67EkELMw6njJ7QyEb4YWe6kaCOnAA=
=Lz7F
-----END PGP SIGNATURE-----

--=-yXdufCh/9O2OuD1i85QQ--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 19 Mar 2022 19:46:30 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Mar 19 15:46:30 2022
Received: from localhost ([127.0.0.1]:60619 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nVf1y-0002Kv-5h
	for submit <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:46:30 -0400
Received: from albert.telenet-ops.be ([195.130.137.90]:57876)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nVf1x-0002Ko-0O
 for 53765 <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:46:29 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id 8KmT2700J4UW6Th06KmT6q; Sat, 19 Mar 2022 20:46:28 +0100
Message-ID: <527643d9fb0884f2f21478f562326fceb0e061c9.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 19 Mar 2022 20:46:23 +0100
In-Reply-To: <87czihdamo.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
 <87czihdamo.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-cNiXRkrv6AaoAusC+kpT"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647719188; bh=MdiENfqdHt3oJVdpGttsCZ5wPAw956exVUhDURXuR0o=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=bv2PHkyFhINqqdlqkXJ4lAJoQM+4gUGGUktUCuQq5mKHFBAztJBUhB2gMIaKvLYJN
 N4PrFD67XNBxaAjhB5iSl5KVCf/gTKhuaHKggDrZrSBDxy+mpfysUitvy/YJU2oJ0/
 E1Nprq02OHxh5BJA72l0O4DokA7UgMehY+hGoYSz0XGxHwkSi7ozPDh0CxHWfMa5Y/
 mmEq49s3+JrYWH6agox/E4HCDpx5UZcuYJhCz8yyaIZGiNwVwFfYGcx7+8Mb1daNnm
 dAg1V1keaDRZJb32d/c8W09v8+Z4BLLDMcvU1s+P1stRqZGyE+sxfV9hw5MtG6Ts50
 np+jW/v6d1NNg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-cNiXRkrv6AaoAusC+kpT
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op za 19-03-2022 om 20:07 [+0100]:
> When I first started running into these issues, I reached out to Clojure
> maintainers on the Clojurians Slack, and the response was that AOT
> compilation is only meant for complete applications to reduce startup
> latency, not individual libraries.

That seems backwards to me.  Wouldn't AOTing compiling individual
libraries be more efficient than AOTing individual applications?
More concretely:

Suppose app A=C2=A0and B consists of a single source file A.clj and B.clj
respectively, and each have library C (with C.clj) as dependency.
Then, what Guix currently does, is AOT'ing C.lj when building C, then
AOT'ing A.clj when building A and AOT'ing B when building B.
In total, AOT'ing a file happens thrice here.

What seems to be implied here, is that the AOT'ing needs to be delayed
to A and B.  In this case, C.clj would be AOT'd twice: once for A, and
once for B.  In total, AOT'ing a file happens four times here.

As such, wouldn't AOT'ing the applications instead of the libraries be
less efficient?

An additional problem here is grafting.  If the AOT'ing was delayed to
the application packages, then the libraries cannot be grafted, for the
same reason that (C, C++, Go, ...) static libraries cannot be grafted.

Greetings,
Maxime.

--=-cNiXRkrv6AaoAusC+kpT
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjYzDxccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7kGkAP94H7PlMRzZR0wYfTGotqcYSeu1
prsNfLG9OHrO/yJvygEAxCFb+uMmKB0fn536RYWQXRAcyzrXAoKKr4rbtlq0+wE=
=OC0d
-----END PGP SIGNATURE-----

--=-cNiXRkrv6AaoAusC+kpT--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 19 Mar 2022 19:34:17 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Mar 19 15:34:17 2022
Received: from localhost ([127.0.0.1]:60614 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nVeq9-00021r-16
	for submit <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:34:17 -0400
Received: from albert.telenet-ops.be ([195.130.137.90]:40550)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nVeq7-00021j-V1
 for 53765 <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:34:16 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id 8KaE2700M4UW6Th06KaEUJ; Sat, 19 Mar 2022 20:34:15 +0100
Message-ID: <af372edf6c4620247289102211da2bf8a6c9d5e0.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 19 Mar 2022 20:34:14 +0100
In-Reply-To: <87czihdamo.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
 <87czihdamo.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-GntrFigm4Uwoo/co/B8p"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647718455; bh=QhN0DdCDtGIu2N3xIE0GLhKio2RoUbT45RTp6POJvUQ=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=BpaLnK6+u5rLSogEuYFrqbtzqhPdTdkdYbThTnEwerAaUjFgN/6E4dybSQXzSZpTH
 B9u2mva2D29qHSX/b/yIdC5mO2gNvWylyINbqLvd22+0AfQggcn0SWpQhM6vyDnjfI
 EAdv5rs6cyZbjrg+QSFYOwr/VEqAQLflBL4ovCy7itofFK6jK3t3PmkdX5tlZzq9B4
 7ClfuNaYfTtrkJ5NU9ZdycckSujuLw7OXLRCo39hOtTzu7l3vxnAt6gbt+N2PuLHdt
 OQo5l661cOezjNaFG5ceRpOCohLJ/xbmoKY6X490Hadu4lzdnSEM2gqSVSmL34C4Zd
 uE5YZWCdpwjHw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-GntrFigm4Uwoo/co/B8p
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op za 19-03-2022 om 20:07 [+0100]:
> > Also, if a Clojure library misbehaves when being AOT-compiled,
> > without
> > additional context, that seems like a bug in the Clojure library to
> > me
> > (or the AOT-compilation code).
>=20
> When I first started running into these issues, I reached out to
> Clojure
> maintainers on the Clojurians Slack, and the response was that AOT
> compilation is only meant for complete applications to reduce startup
> latency, not individual libraries. Here are some of the specific
> responses I got. [...]

This does not explain what these AOT issues actually are.  Do you
receive some error message or backtrace or something when building or
running tests?

Greetings,
Maxime.


--=-GntrFigm4Uwoo/co/B8p
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjYwNhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7kdUAQD/zxJX3pv+pU7AU81ZTOct2kKu
gdaHkEUmjTFa7my7uQD/Y47mwdzybRPxd1D+mGkNqpxb369bdL/p+iiSHTf9xgQ=
=hXYe
-----END PGP SIGNATURE-----

--=-GntrFigm4Uwoo/co/B8p--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 19 Mar 2022 19:28:05 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Mar 19 15:28:04 2022
Received: from localhost ([127.0.0.1]:60596 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nVek8-0001pt-Oe
	for submit <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:28:04 -0400
Received: from albert.telenet-ops.be ([195.130.137.90]:60784)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nVek6-0001pX-LV
 for 53765 <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:28:03 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id 8KU1270054UW6Th06KU1b6; Sat, 19 Mar 2022 20:28:01 +0100
Message-ID: <42e098b7004a28412ad7cb178d5cdedc733a6121.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 19 Mar 2022 20:28:01 +0100
In-Reply-To: <87czihdamo.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
 <87czihdamo.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-WxT7LBMkEqK9yj71WGl7"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647718081; bh=/K7HyL9S89Ffp/Y5LYnlaBTXZPnXgNMD/X9k4bs4FvA=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=KppLrSR7eFlrXs72Ys4uvLOxHuYQwuvzQMkRqmiB+3fFT+E+T9GtDXVD/AZBHzPhm
 Hl0VR+Et75NACdKUpQ8I+H0Va0j4DK0w7QpYK+xxUfj7kvMEsF26T8P9xTkY60P1lN
 ntIOMaTUj9+4rwg/AWvUhBgPew/os8l36hXaxWwoIUx9WmbdI9yqSGScvdgSWLXYru
 TgJ5uzDcVFbXNMFeQQBLeZ3w6SACFbGKElue/2OFm5MMOhlsoXSppyxQcrdXMgyH3t
 dgGUnCshQQN6wH9NLR+sudVWGVcg7ay8EI+B/s89VCxu7NAWZKBkebi0py0BH0ksz5
 9/dIu/qmRWnLQ==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-WxT7LBMkEqK9yj71WGl7
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op za 19-03-2022 om 20:07 [+0100]:
> > Packaging a library as AOT'd code is likely to cause horrible
> > problems for consumers of that library.

This just states =E2=80=98there will be horrible problems=E2=80=99 but it d=
oesn't
explain at all which these problems would be.

> > You're aware that lots of Clojure libraries are packaged as
> > JAR files with no compilation of source code?

I don't see the relation between this sentence and the previous.
Also, yes, that's the idea: upstream provides the raw source code,
downstream (Guix) converts it in ready-to-use pre-compiled binaries.

Greetings,
Maxime.

--=-WxT7LBMkEqK9yj71WGl7
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjYuwRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7n/dAQD9RuKmdLHYVHZmtH98VyPqImN5
0z7vulqK0C3k58NZygD9F5FiqiQsk2JqvlkmRmmrwFpcFbOez0CBaB2y4y4/pQU=
=2l2v
-----END PGP SIGNATURE-----

--=-WxT7LBMkEqK9yj71WGl7--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 19 Mar 2022 19:23:41 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Mar 19 15:23:41 2022
Received: from localhost ([127.0.0.1]:60590 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nVeft-0001id-6P
	for submit <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:23:41 -0400
Received: from michel.telenet-ops.be ([195.130.137.88]:53536)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nVefr-0001iV-6K
 for 53765 <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:23:39 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by michel.telenet-ops.be with bizsmtp
 id 8KPd2700F4UW6Th06KPdC3; Sat, 19 Mar 2022 20:23:37 +0100
Message-ID: <64e9b923716a82d8dfc496536e523c3322d71c00.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 19 Mar 2022 20:23:37 +0100
In-Reply-To: <87czihdamo.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
 <87czihdamo.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-dlWPyvKt5+oS8hf2sAFT"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647717818; bh=2LNT5J1dKbKKGGZSp9hYnh0H7yjhdCxfMd7W8YE0fb4=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=JdpmRIOsRwn/FggpkBjloZyN2sdHFGFyuv0V8ginZO9VtQTT7hyJHJyv6LGQbDTCx
 JQm1ERf1uIAC2zd9rUIncjCwX56FsxxdoftnPxwMZ7jvSIKkcSaZ7/Qy3bHbpuGLY0
 Ms71zbBa4lNf+judqEIv4CvW9vctBcTRou3quwzJesxdxsqEFl6VakOUmeGNCChbZv
 tSzrwJDfQ69xL7cFvGHUCIoYkPN9DPLGM3lBdY6t6gZnnzFZYM0ftDDqBb+k2ceB9T
 5SPQkxhzb5FEgVRNq7maj3sbZahFfv1RkoBgRFyALuLtreBedukvXAzKkJp7y5ztg1
 d4LbH4eOEgVNA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-dlWPyvKt5+oS8hf2sAFT
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op za 19-03-2022 om 20:07 [+0100]:
> Sean Corfield:
>=20
> > [...] "Packaging" Clojure libraries seems kinda wrong on several
> > levels. The normal way to get Clojure libraries is as dependencies in
> > a project -- fetched by the Clojure tooling itself, when it is run.

This defeats the point of Guix and would come with all the same
problems that =E2=80=98just use the language-specific, unmoderated package
registry=E2=80=99 (NPM, Cargo, Maven (*), ...).

(*) TBC, Maven doesn't seem to cause any packaging trouble in Guix --
but from a security POV and =E2=80=98oops there are some references to bina=
ries
that need to be corrected to an absolute file name=E2=80=99 POV it is not
sufficient.   Probably likewise for whatever Clojure has in place,
ignoring the occasional AOT problem.

Greetings,
Maxime.

--=-dlWPyvKt5+oS8hf2sAFT
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjYtuRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7kJVAQDAkJbOjs7EAD5B9TV5YdN1FlA3
WhqYHXjjqmfL/VefYwD/QQ8oj+j2OnXyAP3yJiBk9f2lBkks1k22OtL+K+WsWQs=
=qAPl
-----END PGP SIGNATURE-----

--=-dlWPyvKt5+oS8hf2sAFT--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 19 Mar 2022 19:15:24 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Mar 19 15:15:24 2022
Received: from localhost ([127.0.0.1]:60584 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nVeXs-0001VT-Bi
	for submit <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:15:24 -0400
Received: from laurent.telenet-ops.be ([195.130.137.89]:40152)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nVeXq-0001VG-Iv
 for 53765 <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:15:23 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by laurent.telenet-ops.be with bizsmtp
 id 8KFL2700M4UW6Th01KFL3F; Sat, 19 Mar 2022 20:15:20 +0100
Message-ID: <49ddc4f1d1ffd7bfc38c6661d661d69bd38ac379.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sat, 19 Mar 2022 20:15:15 +0100
In-Reply-To: <87czihdamo.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
 <87czihdamo.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-t3hwe0yv7asHN6tSlcvn"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647717320; bh=MygGcH6heNLh5XMRZDsx1pYQXN6ZiOTW7YhEuPFFpoY=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=HComebbol2208O4x3jmV1oAWdq7ThEYC81JrrzMCnAWOBqbRbC51sOVSkMQ6wqJVX
 uImtNo3hgAK69Ep6x9roPumuff3Bb+xQt3PxLw59JFmHd1LNp79xVBItnuetAnMHCb
 4YpYT8Hu+zjsndfCgcRGGD4rlbqcZrBgPSTYmMxeM4Deewk48MnZQGNUr9Yhwni8my
 yE41gLcptldF3FoUTaTq6kShXDAWG4FrUrWWdEs39DB/nwIPT/t/4Misz28xJT0Jyq
 0dAXBm9lE2wF3OC2r6/VVOmRTcVwvHc+nwY5Sg+DZkaPNOXpb6tQJroDswadKd9Xje
 bMrDT+KPnlyXw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-t3hwe0yv7asHN6tSlcvn
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op za 19-03-2022 om 20:07 [+0100]:
> When I first started running into these issues, I reached out to Clojure
> maintainers on the Clojurians Slack, and the response was that AOT
> compilation is only meant for complete applications to reduce startup
> latency, not individual libraries. Here are some of the specific
> responses I got. [...]

On which day was this, and on which channel?  I'd like to have a look
at the rest of the responses=C2=A0(on the archives at
<https://clojurians-log.clojureverse.org/>) for some additional
context.

Greetings,
Maxime.

--=-t3hwe0yv7asHN6tSlcvn
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjYrwxccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7qOqAQD+KAubEY4X/blq61sezr6SmkdV
cs7JvH800k05buwnlQD/TWKnP/GEzcD990YKnV/MRzApTwWIv+OPBxbMbDvkewg=
=AkWU
-----END PGP SIGNATURE-----

--=-t3hwe0yv7asHN6tSlcvn--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 19 Mar 2022 19:07:49 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Mar 19 15:07:49 2022
Received: from localhost ([127.0.0.1]:60579 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nVeQX-0001JJ-Hc
	for submit <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:07:49 -0400
Received: from mout-p-103.mailbox.org ([80.241.56.161]:57900)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nVeQU-0001J3-Ew
 for 53765 <at> debbugs.gnu.org; Sat, 19 Mar 2022 15:07:48 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4KLVkg6Pf7z9sSC;
 Sat, 19 Mar 2022 20:07:39 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647716857;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=42kjdlhmqtayMi+2L4onjvSJysyxklM7yW/ATZhvinU=;
 b=adK2Dj/pGcrOIiKk9hvHP57kh9Y6YenodYJTefJLpnO3luU98hnzJbI07T5FqXmhk9WBp0
 c81KAgJBa1uDJtCKH56uZAWXqBibb3godKwGGo0klXekuT9xIZlQdGSy++TMRjJGXziFNF
 fdzlCzb4neUf95XC3/SRTTsyWzP35YimJ1nr0zydjn7erVpADgekeE2LKvQmI/1DLL9Z0c
 JRewhTdnS1/dTRwm4XJgwTFZ/UXtb93NNkPd6/Iayavybb+NyBsK2nNChBZzlPbLcJlnQ3
 in7kRulQi6DkM6xDewSM5V29hiZCRtwh+JqNcjoXwww5GepBXuZiUOmb7UknsA==
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
In-Reply-To: <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
 <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
Date: Sat, 19 Mar 2022 20:07:27 +0100
Message-ID: <87czihdamo.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> Also, if a Clojure library misbehaves when being AOT-compiled, without
> additional context, that seems like a bug in the Clojure library to me
> (or the AOT-compilation code).

When I first started running into these issues, I reached out to Clojure
maintainers on the Clojurians Slack, and the response was that AOT
compilation is only meant for complete applications to reduce startup
latency, not individual libraries. Here are some of the specific
responses I got.

Alex Miller:

> Well, guix=E2=80=99s system is wrong to [AOT library code]. Lots of Cloju=
re
> libs have clj files that are not part of the lib.


Sean Corfield:

> Packaging a library as AOT'd code is likely to cause horrible problems
> for consumers of that library. You're aware that lots of Clojure
> libraries are packaged as JAR files with no compilation of source
> code? "Packaging" Clojure libraries seems kinda wrong on several
> levels. The normal way to get Clojure libraries is as dependencies in
> a project -- fetched by the Clojure tooling itself, when it is run.

--=20
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 18 Mar 2022 13:22:33 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Mar 18 09:22:33 2022
Received: from localhost ([127.0.0.1]:56512 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nVCYr-0002RS-7E
	for submit <at> debbugs.gnu.org; Fri, 18 Mar 2022 09:22:33 -0400
Received: from xavier.telenet-ops.be ([195.130.132.52]:48862)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nVCYp-0002RH-7U
 for 53765 <at> debbugs.gnu.org; Fri, 18 Mar 2022 09:22:32 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by xavier.telenet-ops.be with bizsmtp
 id 7pNV2700b4UW6Th01pNV8J; Fri, 18 Mar 2022 14:22:29 +0100
Message-ID: <d7bb43fc999c75419aec9cbd0211655ea080d1a9.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Fri, 18 Mar 2022 14:22:21 +0100
In-Reply-To: <87ilsbd476.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
 <87ilsbd476.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-EyAsmw0RdRQOwIjl69eF"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647609749; bh=h0Z/AUgx8E5MRMruFMMcqkDJ6e/hYnFE2NS8CfCn33U=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=E0kyPnnf4uIOhsdv7ZP5f8A4B9ZmADsNDN+W55Dkdzt3/xOeGWqpYS3KpfbYicNmR
 BltwZm/ESS9cZhyLBvEFzqXF1I+sRhV3kumgkI1dbMYbhzWB/bOU0xSA0+IjW/wTq/
 5qIDh3QaDL3DqVC9jT7R+49nLBSQgoPpKQuZN00EPMvYDuElhkec1xrfjC0+ZrfR3r
 Q9KbBFKnQOQlJ5D73ldYEAqO0JN0QBXkFX37gOP66Vyy1AYrP1zU/457TyusOSnalo
 VrrnXFjJpgZbdhwuH6kwsyKd0fQeNBw8wjyY1Z5DzrZUvqKDNCTNsLniYIhHoBeV3a
 nrkNzp1hAdonA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-EyAsmw0RdRQOwIjl69eF
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op vr 18-03-2022 om 10:01 [+0100]:
> > Looks like there's a bug somewhere then.=C2=A0 Has this been reported?=
=20
> > Could a link be added to the report so we know when the #:aot-
> > exclude
> > can be removed?=C2=A0 If it's an issue with ant-build-system, can this
> > be
> > reported?
>=20
> Clojure libraries are usually not designed to be AOT-compiled, and
> are largely distributed in source form. The fact that Guix's
> clojure-build-system chooses to AOT all Clojure code by default is
> confusing to me.

For languages for which a compiler is available, AOT is rather standard.
(E.g., C, C++, Guile Scheme, Python, Java, Fortran).  Apparently Clojure
has a compiler as well.  Basically, why not AOT when it is possible, instea=
d
of delaying compilation until runtime?

> At some point, this default should probably be changed because many
> Clojure libraries rely on the fact that they are distributed
> uncompiled to work properly.

How can a Clojure library rely on this fact in the first place?  I
don't quite see how -- for comparison, there are a few methods in Guile
for detecting if it is has been compiled or is being interpreted,
e.g. some uses of 'eval-when', '%load-compiled-path' or 'procedure-
name', but they are rather convoluted and unused (except in examples).

Also, if a Clojure library misbehaves when being AOT-compiled, without
additional context, that seems like a bug in the Clojure library to me
(or the AOT-compilation code).

Greetings,
Maxime.

--=-EyAsmw0RdRQOwIjl69eF
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjSHjRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7mvQAQC/RYElaM/rl5Rb4NdTmSaJaql1
YuEcZqJL9GrBbDoO8QEA+FBRh2yMzkn65MmattY5wCMUsp9jTotgzQZN83sRcQQ=
=astA
-----END PGP SIGNATURE-----

--=-EyAsmw0RdRQOwIjl69eF--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 18 Mar 2022 09:02:03 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Mar 18 05:02:03 2022
Received: from localhost ([127.0.0.1]:56251 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nV8Uk-0001Td-St
	for submit <at> debbugs.gnu.org; Fri, 18 Mar 2022 05:02:03 -0400
Received: from mout-p-103.mailbox.org ([80.241.56.161]:54416)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nV8Uj-0001T8-54
 for 53765 <at> debbugs.gnu.org; Fri, 18 Mar 2022 05:02:02 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4KKdLB2vvcz9sSx;
 Fri, 18 Mar 2022 10:01:54 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647594112;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=bsE3CFJJK7LygNUK1d0/N6nB0Lg4KC/fxwuyuQ9NOsg=;
 b=TKxLfvnxivszR5Txc6H/CC4JH5JCwW101v7j88Fmm2RXc+SY7iZCPkFWZJPXQg/UmQ2ZmO
 998Zlw/6TBfunjMNSuh6YId5x7XS1Skz9DIVx6QN77cZJgA23vmgGXCCZnqYCYe6FptGGR
 KI6ZCjpVmpUKnOuubYk/D2x+TuHuam/DUHGLRESmWnjWIcSUyi4sI1qAFZpOQqpdMEBvCz
 Al50gXr7gHzZiNFq3QKtKIXcSkew3iAzxqNEsJ8WwB4bINXEGyCzDiAt3ujjgFZRMiCv5N
 qO5u9O0tO6OXgTiQ0A4lAlmiYofiLMHHzRwrsoAWzN9b5MTfbkt6SHt34UnqyA==
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
In-Reply-To: <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
 <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
Date: Fri, 18 Mar 2022 10:01:49 +0100
Message-ID: <87ilsbd476.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> Looks like there's a bug somewhere then.  Has this been reported? 
> Could a link be added to the report so we know when the #:aot-exclude
> can be removed?  If it's an issue with ant-build-system, can this be
> reported?

Clojure libraries are usually not designed to be AOT-compiled, and are
largely distributed in source form. The fact that Guix's
clojure-build-system chooses to AOT all Clojure code by default is
confusing to me. At some point, this default should probably be changed
because many Clojure libraries rely on the fact that they are
distributed uncompiled to work properly.

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 21:45:41 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 17:45:41 2022
Received: from localhost ([127.0.0.1]:55443 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxwC-0006mk-VA
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:45:41 -0400
Received: from laurent.telenet-ops.be ([195.130.137.89]:49722)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxwB-0006mc-Bt
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:45:39 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by laurent.telenet-ops.be with bizsmtp
 id 7Zld2700G4UW6Th01ZleVd; Thu, 17 Mar 2022 22:45:38 +0100
Message-ID: <b4acadbec31e47c684ace422897bb643a700ff7e.camel@HIDDEN>
Subject: Re: [PATCH v2 07/18] gnu: Add clojure-http-kit.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 22:45:37 +0100
In-Reply-To: <874k3ydq40.fsf@HIDDEN>
References: <874k3ydq40.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-d605WQy+lh4x2781Aaxa"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647553538; bh=9pQwL9rpQvWkgmeOhRCLFRZxs5wgrH/o6/4D/tVe93o=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=S7YsRbf+EButVDQm7IXofAstfpJMok1inp9nKMUNA8iIKPSgKFJhOcVcXuweoq1fn
 9J3aQMnQsn5y6Q2KKgXK7T4Kp5kWCt5WboO2ABhuxjNSa/YIHbcyzMcCS60B/yIkLr
 Cro1zVsudwep0Q/0SgBgkAkUSwphj7ZJxnNnWHjYvkKsFG70aLkC/p6oGMg+635Dta
 FdeqjsfYk44juD8JKXZ1SZkIU9bZLdqJfI9w9/FvmnRfTyMBcKu2swZLhMWofJazuB
 qL5S0RoYODTBodKLlACPZfvqpt3qZZoHcXn4ztV8C7QcxB0REE00pERJEAUR60FsEw
 KkWUVrxVhVaXg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-d605WQy+lh4x2781Aaxa
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

UmVpbHkgU2llZ2VsIHNjaHJlZWYgb3Agd28gMTYtMDMtMjAyMiBvbSAxMzo0MyBbKzAxMDBdOgo+
ICsoZGVmaW5lLXB1YmxpYyBjbG9qdXJlLWh0dHAta2l0Cj4gK8KgIChwYWNrYWdlCj4gK8KgwqDC
oCAobmFtZSAiY2xvanVyZS1odHRwLWtpdCIpCj4gK8KgwqDCoCAodmVyc2lvbiAiMi41LjMiKQo+
ICvCoMKgwqAgKGhvbWUtcGFnZSAiaHR0cHM6Ly9naXRodWIuY29tL2h0dHAta2l0L2h0dHAta2l0
IikKPiArwqDCoMKgIChzb3VyY2UgKG9yaWdpbgo+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC
oCAobWV0aG9kIGdpdC1mZXRjaCkKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKHVyaSAo
Z2l0LXJlZmVyZW5jZQo+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAo
dXJsIGhvbWUtcGFnZSkKCkFzIG1lbnRpb25lZCBmb3IgYSBkaWZmZXJlbnQgcGFja2FnZSwgaG9t
ZS1wYWdlIGFuZCB0aGUgZ2l0LXJlZmVyZW5jZQpVUkwgYXJlIGNvbnNpZGVyZWQgaW5kZXBlbmRl
bnQgZXZlbiBpZiBzb21ldGltZXMgdGhleSBjb2luY2lkZS4KCj4gK8KgwqDCoMKgwqDCoMKgwqDC
oMKgwqDCoMKgwqDCoMKgwqDCoMKgIChjb21taXQgKHN0cmluZy1hcHBlbmQgInYiIHZlcnNpb24p
KSkpCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChmaWxlLW5hbWUgKGdpdC1maWxlLW5h
bWUgbmFtZSB2ZXJzaW9uKSkKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKHNoYTI1Ngo+
ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChiYXNlMzIKPiArwqDCoMKgwqDCoMKgwqDC
oMKgwqDCoMKgwqDCoMKgICIxOW0zajVhZDRxN3l3bDBuZDM5dnMwd2hhNG1kOGZiODQ2eWt6MGFu
djMxcnZkenY1eXYzIikpKSkKCkFzaWRlIGZyb20gdGhlIHNzbF9rZXlzdG9yZSB0aGluZywgSSBz
ZWUgbm90aGluZyDigJhzdXNwaWNpb3Vz4oCZIGFuZCB0aGUKaGFzaCBjaGVja3Mgb3V0LgoKR3Jl
ZXRpbmdzLApNYXhpbWUuCg==


--=-d605WQy+lh4x2781Aaxa
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOsARccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7qvoAP9XBvJ2m1RsaUMHt3A28YsmIl0v
z2Mmove3N1z44dKWRAEA81zuQlwqe+6T+0us7jBY00eZlVJu4pobPHZp49rwZwE=
=5656
-----END PGP SIGNATURE-----

--=-d605WQy+lh4x2781Aaxa--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 21:44:18 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 17:44:18 2022
Received: from localhost ([127.0.0.1]:55438 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxus-0006kL-Lo
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:44:18 -0400
Received: from albert.telenet-ops.be ([195.130.137.90]:38896)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxur-0006kE-Iy
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:44:17 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id 7ZkG2700e4UW6Th06ZkGlV; Thu, 17 Mar 2022 22:44:16 +0100
Message-ID: <a18073b52792e33bb8f12261d8e9ebacc76f4ffe.camel@HIDDEN>
Subject: Re: [PATCH v2 07/18] gnu: Add clojure-http-kit.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 22:44:16 +0100
In-Reply-To: <874k3ydq40.fsf@HIDDEN>
References: <874k3ydq40.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-t2r9YhnszMsvEf1YyCE4"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647553456; bh=PMzD+nKG/jvT++C22kFAAqpGPfkKP12n/yyVu1AebYE=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=hTegCDs9SbhoMz4IlafEG4MsEzGyw7i4ncnRC35GumR4/k36fva3a7DLgvBJxpBZE
 3YIB7NPkmXOVhWdz0eP15h4+/hEnmWDda2iTPMPDXqmSwttpFvfxtL4mavDw/LbkJZ
 g1puj3HE2XCkPewKwKRE5pczm6cjiN9JxmDgjpTpBf8A2MSLzCcSUIApJK+PSW4rPw
 wI4d3i2h7MK281+8VS3Pncl+Q1VynmyDZRNFUPV1c5mzg4DyJZH1TIlTXoykD5dbTy
 99tavAwqxIpDTPBagsK+QFbhzUFnHXnvlWEpBuq4WgO85xNYSDR9y88iyE+29o2HnD
 X79lAc4MAQPbQ==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-t2r9YhnszMsvEf1YyCE4
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op wo 16-03-2022 om 13:43 [+0100]:
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:tests? #f))

There's a file test/ssl_keystore.  Certificates eventually expire.  As
such, I would add a comment

  ;; Before re-enabling tests, make sure that test/ssl_keystore won't
  ;; expire, to ensure reproducibility.

Greetings,
Maxime.

--=-t2r9YhnszMsvEf1YyCE4
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOrsBccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7rcDAP9IgHcxwPPWrhS0OdJ9Ul6pkxH4
B69SKzwzReEpOeCAKgD8DhNy5M1xnCyJHOXTM1i6V5jGYaqWQZ5Udtb0N+fqOAE=
=HRMF
-----END PGP SIGNATURE-----

--=-t2r9YhnszMsvEf1YyCE4--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 21:43:07 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 17:43:07 2022
Received: from localhost ([127.0.0.1]:55420 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxti-0006hS-S9
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:43:07 -0400
Received: from albert.telenet-ops.be ([195.130.137.90]:37962)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxtg-0006hI-Qh
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:43:05 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id 7Zj22700T4UW6Th06Zj3eR; Thu, 17 Mar 2022 22:43:03 +0100
Message-ID: <27bea578f3e2b48cb5947e549d699ed865596ed1.camel@HIDDEN>
Subject: Re: [PATCH v2 07/18] gnu: Add clojure-http-kit.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 22:42:58 +0100
In-Reply-To: <874k3ydq40.fsf@HIDDEN>
References: <874k3ydq40.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-6W3wDtvI3fshgxNiYcqO"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647553383; bh=c1xWxyJQ0zgoUQkZOKA+bUeX6BMWTS7SYE36MDDRfZE=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=hnOa58jzEZ1Z5qkdwwiB7KvTGEBeocdkvAL8I/gQXuMOeeDFXtqtU8KZSVLK7ZsdH
 4lwQr5kHKUBF13RQYlUgknmaPejN+JFXTU7jCQMQYTzao7/VffNBSgwx4UwFv4MiNg
 7la7+oYQqg7VIvEQSYQSIHMkTZ0iCCbGGtQJRNijqV51IUaIAhr+SApzwO89RNNhlx
 mzTvqJ9n1oamdsGdeHGYguSdDI8JzypBAmpmZaLyG39IcCgxQVcGIlUhuY83PDNURo
 GvBPvIyTRePZeyTp9cu3YCdpMT4f7w5pRVEf3twptTxfMxD3avdaHndx+Omvw+CCKH
 8VwPTA6PaA3mQ==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-6W3wDtvI3fshgxNiYcqO
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op wo 16-03-2022 om 13:43 [+0100]:
> +=C2=A0=C2=A0=C2=A0 (license license:asl2.0)))

There's some bsd3 in test/org/httpkit/ring_request_proxy.clj.

--=-6W3wDtvI3fshgxNiYcqO
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOrYhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7vcUAP9vZGomBrb88cxsa4EbbO0T/OJZ
WpfDs7HWQKBXADhgpQD+JYPV5+hDuIXLpkjNY6t3iRqYR/uRAVLS7zJ2zvbNAwo=
=Z5w5
-----END PGP SIGNATURE-----

--=-6W3wDtvI3fshgxNiYcqO--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 21:32:14 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 17:32:14 2022
Received: from localhost ([127.0.0.1]:55408 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxjC-0006RY-Iv
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:32:14 -0400
Received: from albert.telenet-ops.be ([195.130.137.90]:55994)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxjB-0006QK-6W
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:32:13 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id 7ZYC2700G4UW6Th06ZYCcN; Thu, 17 Mar 2022 22:32:12 +0100
Message-ID: <e9f7e72551be9cf4020840116409c6021623b226.camel@HIDDEN>
Subject: Re: [PATCH v2 07/18] gnu: Add clojure-http-kit.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 22:32:12 +0100
In-Reply-To: <874k3ydq40.fsf@HIDDEN>
References: <874k3ydq40.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-ns2TJtvFYOKTPchHHUkE"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647552732; bh=uXaJdQ5onwDQ8RdwWrLcNhUvaimHn/TgUkd1U/NBibs=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=hOggAypRHSZO+KMTvpnHsaSxxNwbvZGnmrJaMrZ5lWvWE8hRORvjGU3WtQ12hlNCD
 Z3mwKZz/axLS+aH7XsKL3+dNgB8ohFXa/PrvaXItkRcMhN5bg2tRHzJm1HD0gQ++uf
 qtErP3MPxzjAj4VLLjrye/dEqOaVll9mp4URUV/D6WetXknGJRHu6eE3tTiAdMrcR8
 aKr8tTRb7J8vfzmFLDr8pLzfB+L5Dr8jic5EeKr2YdmIX4Qoaqhp21w0D7jWU3CpPp
 AmQ1XKbV3LikZjKvILlbfkJRbrsdX/98By3Q56xfZaJiS3RldlKeYLWYEwXHQYYzqE
 Iuqvraw4kBDrQ==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-ns2TJtvFYOKTPchHHUkE
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op wo 16-03-2022 om 13:43 [+0100]:
> +=C2=A0=C2=A0=C2=A0 (synopsis "High-performance event-driven HTTP client/=
server for Clojure")
> +=C2=A0=C2=A0=C2=A0 (description "High-performance event-driven HTTP clie=
nt/server for
> +Clojure.")

The description seems to be missing here; it's just the synopsis
duplicated here.

Greetings,
Maxime.

--=-ns2TJtvFYOKTPchHHUkE
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOo3BccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7lxxAQCdmKfU/7LHFQBKzAJOvwcmqEEd
9IaVQVluF1xEUzPdFQD/YouVb/cghKZKJ6bwC7do2Tx1GNYV0hpzoIhTDUy4uA0=
=7Pzc
-----END PGP SIGNATURE-----

--=-ns2TJtvFYOKTPchHHUkE--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 21:31:42 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 17:31:42 2022
Received: from localhost ([127.0.0.1]:55403 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxig-0006QT-Am
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:31:42 -0400
Received: from albert.telenet-ops.be ([195.130.137.90]:55994)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxif-0006QK-1W
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:31:41 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id 7ZXf2700P4UW6Th06ZXfa0; Thu, 17 Mar 2022 22:31:40 +0100
Message-ID: <3c02944c0251413d6341d9c67e41b91989fd274a.camel@HIDDEN>
Subject: Re: [PATCH v2 07/18] gnu: Add clojure-http-kit.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 22:31:39 +0100
In-Reply-To: <874k3ydq40.fsf@HIDDEN>
References: <874k3ydq40.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-w0jsKrQ5Kcsa/3rJGFzU"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647552700; bh=mPzOPKXcy9qleHv53T4tYZ1hCNwzKr4H+Hw4JgGKxw4=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=Z7NMhrg+4UtRbZc4225dLZSHJvYaeAjL6o+lf7HZm5YqDlxOhcUN3r+04yWCNe//t
 e0+wCs/yTi+URdYFxIDtIuDxSBhZOZohkRdveSCbTkPGixNj1ghm2WfAJVMJ01G+Tj
 Bg/QtghKN5jNdnJuj5vI4nWD5mCIR+h0P2IQ5LmXlEl9Lkmtl2Za9HfV3RzRQF4Ehr
 rlohaDYjtSsbDvY6uu7WHCWWzsxQSsH7jsNGkEGbgyHlevO1vEfPfW/e3/vCQwNNCH
 zc7PlOporUidjcgVplbCCmE2TTsnwl1pginrPuZ0vZYB9xI87efJvSvIcm2eDzmPhg
 RZ7km1mVGywVg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-w0jsKrQ5Kcsa/3rJGFzU
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op wo 16-03-2022 om 13:43 [+0100]:
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; Broken test dependencies. Upstre=
am reports that the current version
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; of ring-defaults causes tests to=
 hang, but that updating it would
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; break other test dependencies.
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:tests? #f))

A link to the upstream bug report would be nice.

Greetings,
Maxime.

--=-w0jsKrQ5Kcsa/3rJGFzU
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOouxccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7hS+AQDfgWhpZOWpA1fH1BWBRXizB9h0
qccuvqfDznnjwPy4WAD+IQa9WSpqo3m0uIadvQ76aYA7QrksiTzSQUoCqSXUcwQ=
=IXE9
-----END PGP SIGNATURE-----

--=-w0jsKrQ5Kcsa/3rJGFzU--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 21:30:59 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 17:30:59 2022
Received: from localhost ([127.0.0.1]:55398 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxhw-0006P3-2m
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:30:59 -0400
Received: from laurent.telenet-ops.be ([195.130.137.89]:36446)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxhu-0006Ou-Pz
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:30:55 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by laurent.telenet-ops.be with bizsmtp
 id 7ZWt270054UW6Th01ZWt3m; Thu, 17 Mar 2022 22:30:53 +0100
Message-ID: <37baef3bde31e8bb8a948a1da3f3feea49f4e49c.camel@HIDDEN>
Subject: Re: [PATCH v2 06/18] gnu: clojure-data-xml: Exclude failing tests.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 22:30:53 +0100
In-Reply-To: <875yoedq42.fsf@HIDDEN>
References: <875yoedq42.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-bUOYaS2/vqF7Zc4SSB66"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647552653; bh=CJ3mFflmkZeY81BKmA8LtoeUPhenQ0vpIBvA7jmGGhY=;
 h=Subject:From:To:Cc:Date:In-Reply-To:References;
 b=YioRN0jWvHOs2azCOFo5vFDsMN1iSHIdViFgjxplIAU3OZ8CsRe0HPpebiD/90pp7
 Scq3z31j92+g7Cn9yQ5WHYW704S9bmhFcENgwCbcj9UUYbhjaX6hqMMRwHrH0jhtUU
 oSAg0AogyKnnDXFeDMdY5I+rSU3BSDh8Jsf55SdTc0XM4sY9Cwcum3pFLvtnjOcntI
 R644E89szoN2I+JgvScBjnhbIqAWfFxWHS+/5LVXfD1nBySa/Axw3dNWivOrETQ5k5
 eeiX4OFqUXDJTTDVdahExiCg3/0+zsqeNEPzAr/qWll4syLPw/0EAbbxXpZYAlh88b
 1z/8rXpZ2Z/hQ==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Julien Lepiller <julien@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-bUOYaS2/vqF7Zc4SSB66
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

UmVpbHkgU2llZ2VsIHNjaHJlZWYgb3Agd28gMTYtMDMtMjAyMiBvbSAxMzo0MyBbKzAxMDBdOgo+
ICvCoMKgwqDCoMKgwqAgIzpkb2MtZGlycyAnKCkKPiArwqDCoMKgwqDCoMKgICM6dGVzdC1leGNs
dWRlICcoY2xvanVyZS5kYXRhLnhtbC50ZXN0LWNsanMKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDC
oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCBjbG9qdXJlLmRhdGEueG1sLnRlc3QtZW50aXRpZXMp
KSkKClRoaXMgaXMgYWxyZWFkeSBkb25lIGluIDZkMzU3NTQxMDIxNTc4OTE0ZWJhN2JiMzNkMjUy
OWE2NzQ0ZGUzNmQsIGluIGEKZGlmZmVyZW50IGZvcm0uCgpBbnl3YXlzLCBhIGNvbW1lbnQgb24g
d2hhdCB0aGUgaXNzdWUgaXMgaGVyZSBpcyBtaXNzaW5nLgoKR3JlZXRpbmdzLApNYXhpbWUuCg==


--=-bUOYaS2/vqF7Zc4SSB66
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOojRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7i39AP4uC+V72lL7ZQcJluzU6n06Ez+h
aBCWS/FLTH2wQkWnpAD+PqNoFBhwW9hnSVMnWmc/oT5ieQHA8hoiRCF1Oo6BVg8=
=+owC
-----END PGP SIGNATURE-----

--=-bUOYaS2/vqF7Zc4SSB66--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 21:27:31 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 17:27:31 2022
Received: from localhost ([127.0.0.1]:55390 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxed-0006IE-Kv
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:27:31 -0400
Received: from michel.telenet-ops.be ([195.130.137.88]:33922)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxec-0006I6-M2
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:27:31 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by michel.telenet-ops.be with bizsmtp
 id 7ZTV2700Q4UW6Th06ZTV4e; Thu, 17 Mar 2022 22:27:29 +0100
Message-ID: <270ccc2190dc7115d0fa049087a0427bda439e10.camel@HIDDEN>
Subject: Re: [PATCH v2 06/18] gnu: clojure-data-xml: Exclude failing tests.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 22:27:29 +0100
In-Reply-To: <875yoedq42.fsf@HIDDEN>
References: <875yoedq42.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-vf4EVjxKjcGOxGDcI84c"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647552449; bh=uW5ZI1bmVnHSLaJfTKZtb3mez8leJV/fOFVJSP8k+fQ=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=eek5r2A31/h9RCeIWMeShzlE5uKNkPleD5KmWIpNGpveu2uN2gYuWSQkkgwZI3Shn
 9bOzso7OKktiivZAZldePHoXcborVBY5CtuhE6x3fJ5ymaqZVLxF+wdZwkDPUS5+sy
 n8O0BMO/+0jqlpS6ZeMQskViGzRoNB4GgLkNU80jIcBr4TGAnwPgShV0TylpQxxsRr
 HoGMLvHxFzb9tmPSjOKMMelp3c4GyM+JPkdqshjS765J+phx/P/ukISHv28z9dd45S
 sOrDoTQnEKU4A8csjOmyQR6fbrycyYaduTcfI3m3RJbs33JxFp+Exaa4r5cQ4o7f7k
 TzWGvKSF/BtjA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-vf4EVjxKjcGOxGDcI84c
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

UmVpbHkgU2llZ2VsIHNjaHJlZWYgb3Agd28gMTYtMDMtMjAyMiBvbSAxMzo0MyBbKzAxMDBdOgo+
ICvCoMKgwqDCoMKgwqAgIzp0ZXN0LWV4Y2x1ZGUgJyhjbG9qdXJlLmRhdGEueG1sLnRlc3QtY2xq
cwo+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIGNsb2p1
cmUuZGF0YS54bWwudGVzdC1lbnRpdGllcykpKQoKSGF2ZSB0aGVzZSB0ZXN0IGZhaWx1cmVzIGJl
ZW4gcmVwb3J0ZWQgKHVwc3RyZWFtLCBhc3N1bWluZyBpdCdzIG5vdCBhCmRvd25zdHJlYW0gaXNz
dWUpPwoKR3JlZXRpbmdzLApNYXhpbWUuCg==


--=-vf4EVjxKjcGOxGDcI84c
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOnwRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7kgpAQCBlqUe0jS8gZY06jhGhHf38h7M
xRG/YMiaQoII/HAJXwEApQ6sfwVjuXsqqwjFJoPg4E1BcOde+/tx5Ezmzor07w4=
=z2iH
-----END PGP SIGNATURE-----

--=-vf4EVjxKjcGOxGDcI84c--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 21:26:27 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 17:26:27 2022
Received: from localhost ([127.0.0.1]:55379 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxdb-0006G6-IL
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:26:27 -0400
Received: from michel.telenet-ops.be ([195.130.137.88]:32946)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxdZ-0006Fx-Nn
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:26:26 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by michel.telenet-ops.be with bizsmtp
 id 7ZSQ270064UW6Th06ZSQyU; Thu, 17 Mar 2022 22:26:24 +0100
Message-ID: <652a7a3544a5b94a9af9f7d0904ba1e1fc6624c4.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 22:26:23 +0100
In-Reply-To: <877d8udq44.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-sL1WDTtsBl74cIlFRXKe"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647552384; bh=fd8ULfCuStxsKw5IVPQaW7opuuCsaVpuXNhzIebVAEg=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=d2RhBrcRMds5puMRE+0qHK6UxhxD12z/W1bcpvVkoPh57EUFwSERhC69p+a+plxBc
 EJGInB69IdvzK7/q3UMBTw5M9Tn3qoDmgjOGzwLNgPomQLcx8DpyLszWLxUH9PM34S
 GwLPBUVNamEjhFKlzsl73gpdo79vECNhsqgSIkahyc2Czc9zVdBcLazVZx2KD9m48i
 qbaaSftGu77Ta+E/A5LVZ7yM3vlselxvmihmCwrzcjNzoTkx+0si1oMBUF99OjU+hv
 mhAefkvH1hLmL2UvMtT4OCiSN5lke5fuVVHwhlkVgKmurELxq+Q48HhdDDwK5QF7DS
 Un+42k2yqMwGQ==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-sL1WDTtsBl74cIlFRXKe
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op wo 16-03-2022 om 13:43 [+0100]:
> +An underlying [...]
> +Memoization builders for implementations of common caching strategies,
> +including:

=E2=80=98An underlying foo that bars=E2=80=99 and =E2=80=98Memoization buil=
ders for foo of bar=E2=80=99
seems rather convoluted phrasing, maybe it can simplified a bit:

=E2=80=98This memoization library supports various cache replacement
strategies:

 @itemize
 @item @acronym{FIFO, first in first out}
 @item @acronym{LRU, least recently used}
 @item @acronym{TLL, time to live}
 @item no replacement, the memoisation cache can grow indefinitely
 @end itemize=E2=80=99

For the exact class and interface names, the user can look at the
documentation of core.memoize.

Greetings,
Maxime.

--=-sL1WDTtsBl74cIlFRXKe
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOngBccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7gNWAQDYAInwIORKQpV3wIDdgKseRqcW
8UJXxjOeJDSY02X+VQEAq9yUIY71tzPlZ2HktTtr6FgDOfja6y3i59CaOyP9lgg=
=3fiw
-----END PGP SIGNATURE-----

--=-sL1WDTtsBl74cIlFRXKe--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 21:19:50 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 17:19:50 2022
Received: from localhost ([127.0.0.1]:55374 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxXB-00064y-Sg
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:19:50 -0400
Received: from albert.telenet-ops.be ([195.130.137.90]:44996)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxXA-00064o-9Q
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:19:49 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id 7ZKm270054UW6Th06ZKmWW; Thu, 17 Mar 2022 22:19:46 +0100
Message-ID: <94e30692e18cfffe7854b9a1b466ec701e871bea.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 22:19:46 +0100
In-Reply-To: <877d8udq44.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-SU2L2LLPFXPcFpDDFwZ5"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647551986; bh=JTrTCAic/zw+Ib5IRV+SDfVoC/IQaUv134EU2IQqO5Y=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=MS6ajQdi/JyCeG22+EmybcFDmz2BLim3dHlfZN9gpijqjU1odWEb1dOvv1exfcU/U
 Ra645euazgeiIyauSS3QI6QUd77q+0aB1mEDrJIVFzPjoEkCsndoWqNm+NDILXI8J4
 q4lPV/FHGAMjwDklbcqwUul8h6GhC+UYEUiOwXbDqc8fE5WuYG8HjYK1rL+TVuWO2g
 MsFvYPapyH3gqJGZWzKoaOgvcOzHvlwYsBSanHr/oDuZtoJDg2cVxpcKv3ywiA1eqo
 AtwCs2JjH1C/qv/ERc68gTJBLWMEt6BW6JpoDcaLngbcS4o/aF/AQSzwpJQVrbwTGV
 sKO2k6xJ9R1dw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-SU2L2LLPFXPcFpDDFwZ5
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op wo 16-03-2022 om 13:43 [+0100]:
> +=C2=A0=C2=A0=C2=A0 (synopsis "Manipulable, pluggable, memoization framew=
ork for Clojure")

I would hope that it's manipulable, how would it be an useful library,
if it cannot be used?  Also, the notion of =E2=80=98framework=E2=80=99 is r=
ather vague.

Given the mentioning of various caching strategies, WDYT of:

  (synopsis
    "Customisable memoization library supporting automatic removal")

AFAICT, usually, memoization is presented without any automatical removal, =
instead
old entries are preserved forever -- that's (one of the) the difference(s) =
between
memoization and caching.

Greetings,
Maxime.

--=-SU2L2LLPFXPcFpDDFwZ5
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOl8hccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7o88AQCUhnvKv4Tbnz23/GLgtw7bg8Uv
Aa79XH3ryJtzvuCN2gD+POJKXfuF36l2RWn8M/ywiIiliN+9uARM/qhT7y1U9AI=
=/8Sa
-----END PGP SIGNATURE-----

--=-SU2L2LLPFXPcFpDDFwZ5--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 21:11:57 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 17:11:57 2022
Received: from localhost ([127.0.0.1]:55360 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxPZ-0005rJ-B8
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:11:57 -0400
Received: from michel.telenet-ops.be ([195.130.137.88]:48552)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxPY-0005rA-5G
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:11:56 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by michel.telenet-ops.be with bizsmtp
 id 7ZBu270084UW6Th06ZBubM; Thu, 17 Mar 2022 22:11:54 +0100
Message-ID: <e9b5a732a38669b2c361dcb173d9d8ff9b388253.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 22:11:54 +0100
In-Reply-To: <877d8udq44.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-meugLDC7VSkmNQWXCGzw"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647551514; bh=TlJWRxl+jYGo0RSno7micM8+s/fyoBCiJgHdrLJaM2U=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=Wyuhmw0IAyCzZ0B5lkMxRHaR95olRlBJqZgjWiuDhtkUp+p2KKAFzA0PFXkFqUEo+
 tujBwMLlaDc9MjnZ36/KSGlGYCzib6m99OAupam6OlE6ngSrJJiT9NLisx15ePR4FH
 x/D/VtMrPChVc1Pc/CrBQjhZvlNviiPsluNFmyuLa4+paBccGLEG4lPULw+PuZtfR8
 /8lpQcwKUg1LCCdNZWJVTT7925RyD5GJ2tNyi7h4JYDdgNxRTdQgy6jcH2ODEX0F9R
 4GN7JxFhg2oK3gqKsD8jfzhynfNqz1NonYSdiTriYjgWerw9uDupy8pZbafPeUSOIt
 e3wC90exdrGHg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-meugLDC7VSkmNQWXCGzw
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op wo 16-03-2022 om 13:43 [+0100]:
> +First-in-first-out (clojure.core.memoize/fifo)
> +
> +Least-recently-used (clojure.core.memoize/lru)
> +
> +Least-used (clojure.core.memoize/lu)
> +
> +Time-to-live (clojure.core.memoize/ttl)

Like in a reply to a previous package, here @itemize can be used.  And
@lisp or @code for clojure.core.memoize/foo.

Greetings,
Maxime.

--=-meugLDC7VSkmNQWXCGzw
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOkGhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7qJyAP4v6d5QFok1h98UizZijahDARKA
bsoM63n68dzFU+1xDQD+K/OL9YNn1ED2xOEXfmJi5alLDW8e+Hg9lF2m/M9EsQE=
=fDCn
-----END PGP SIGNATURE-----

--=-meugLDC7VSkmNQWXCGzw--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 21:10:57 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 17:10:57 2022
Received: from localhost ([127.0.0.1]:55355 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxOb-0005pW-25
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:10:57 -0400
Received: from albert.telenet-ops.be ([195.130.137.90]:36686)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxOZ-0005pO-OK
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:10:56 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id 7ZAu270064UW6Th06ZAufK; Thu, 17 Mar 2022 22:10:54 +0100
Message-ID: <b4a05a4a78ed27c175d7d45c2bfa84a1ff672744.camel@HIDDEN>
Subject: Re: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 22:10:54 +0100
In-Reply-To: <877d8udq44.fsf@HIDDEN>
References: <877d8udq44.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-WDzZVk7ISeBIgpQRtqFm"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647551454; bh=8jz+iSJrDzIUY4tDQFrwbHFBzMGgtksx+J1M9RvCO7U=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=iomhY+7zvXs1bPzMA17Xax8WxVSL+R1QqbWz1z9NYHs5rb7uxiL2Msm4jyQ3Lz00B
 l6OgvaXB1szJ7nXXR81s+rgzSVO6gps36DCsHY/uHrk4M5ngETdrNwezkmj0FPhyuz
 Qad3eTXZhVmLOFA/F7HaTg4Qteb3C02V3dyvpBQejLEfAAdSS/ZjxHSOm++XYfxTmB
 bDNajt+0yolvV2pwe0IvfRD+ilEb1KKhAwn7xuvKcFCBpxZvCi1YC2fijw/9X/OciJ
 w+9FZLAF361nVySDpGwfVfcyCV7Rl+5GqHP8C7nlWKFzqQ5rImV6Mn1NAeqrer7gfI
 IbZilL8YYrwag==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-WDzZVk7ISeBIgpQRtqFm
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op wo 16-03-2022 om 13:43 [+0100]:
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; Tests fail when AOT'd.
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:aot-exclude '(#:all)))

Looks like there's a bug somewhere then.  Has this been reported?=20
Could a link be added to the report so we know when the #:aot-exclude
can be removed?  If it's an issue with ant-build-system, can this be
reported?

Greetings,
Maxime.


--=-WDzZVk7ISeBIgpQRtqFm
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOj3hccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7hG2AQC6GHFpa+vbGxz2BlSoSLc9eKu9
wvVwYUMAy/4RGwvVzQD/XYRxzS514GaQrjS6UVqd89GGKkwuRceD/gI9cWkfigg=
=vjYw
-----END PGP SIGNATURE-----

--=-WDzZVk7ISeBIgpQRtqFm--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 21:08:13 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 17:08:13 2022
Received: from localhost ([127.0.0.1]:55346 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxLx-0005kh-9J
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:08:13 -0400
Received: from albert.telenet-ops.be ([195.130.137.90]:34056)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxLv-0005kX-6s
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:08:11 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id 7Z8A2700Q4UW6Th06Z8APp; Thu, 17 Mar 2022 22:08:10 +0100
Message-ID: <cf667946d796d24d57fe42d34e6f01d1133c0af3.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 04/17] gnu: Add clojure-core-cache.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 22:08:10 +0100
In-Reply-To: <87sfsz32d8.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87sfsz32d8.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-1UNVTzhry2gonnoRrgwk"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647551290; bh=Tw7JR4u/3GwR4b/yB5whJoe7M7lcxt8FZXtdh8iW8rc=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=QB8qzrDUHIFzwQ6MVwBS0vRR4sanqVcGQQNIECOpwyOKUTMDdTqjLPLv1AQAHXBjk
 3uSSMLVsBg/uqEdphd1/QM94TXi4fojKssMaKKZVv5etZFamDKljANh24tYOR4CxtD
 Kp1yVMRXr7j3tXmB2RAR+4pbNMdbX7ZhBQKBf1JACEWj+KczRwbIpBgO6zXPlzn1X1
 Yfs4x29EM6uBniV9cs5zHAYghbOKVUP+Y9+gYko0njikBgCqDgLCyhiKGSZXCi57/o
 7Ie1vb5yoLTWV0rOL88+qBXEe3Jl7fnbYYPdH1aC5QsI/dOc2EbQQaq6HhZY3qN5qz
 yKDbN/pOfos6A==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-1UNVTzhry2gonnoRrgwk
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

UmVpbHkgU2llZ2VsIHNjaHJlZWYgb3AgZG8gMDMtMDItMjAyMiBvbSAxOToyNCBbLTA1MDBdOgo+
ICvCoMKgwqAgKGhvbWUtcGFnZSAiaHR0cHM6Ly9naXRodWIuY29tL2Nsb2p1cmUvY29yZS5jYWNo
ZSIpCj4gK8KgwqDCoCAoc291cmNlIChvcmlnaW4KPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
wqAgKG1ldGhvZCBnaXQtZmV0Y2gpCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgICh1cmkg
KGdpdC1yZWZlcmVuY2UKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAg
KHVybCBob21lLXBhZ2UpCgpJSVVDLCBob21lIHBhZ2VzIGFuZCB0aGUgZ2l0IHJlcG9zaXRvcnkg
bG9jYXRpb24gYXJlIGNvbnNpZGVyZWQKaW5kZXBlbmRlbnQsIHRoYXQgbWVyZWx5IGhhcHBlbiB0
byBzb21ldGltZXMgY29pbmNpZGUsIHNvIEknZCBtb3ZlIHRoZQpob21lLXBhZ2UgZG93bndhcmRz
IGFuZCBjb3B5IHRoZSBVUkwgaW50byB0aGUgJ3VybCcgZmllbGQuCgpHcmVldGluZ3MsCk1heGlt
ZS4K


--=-1UNVTzhry2gonnoRrgwk
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOjOhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7sp1AQCB79zsAfkQKdLdasBY+QH5qq0e
F0d7OY+Yd6/GazgrdgD/cGg87549Hrg5NtdEN8RoNHpp0FXP6q3dt6JeZ8z1jwI=
=pMKD
-----END PGP SIGNATURE-----

--=-1UNVTzhry2gonnoRrgwk--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 21:06:16 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 17:06:16 2022
Received: from localhost ([127.0.0.1]:55341 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxK3-0005hR-TO
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:06:16 -0400
Received: from albert.telenet-ops.be ([195.130.137.90]:60144)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxK1-0005hH-Od
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:06:14 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id 7Z6C270044UW6Th06Z6CB1; Thu, 17 Mar 2022 22:06:12 +0100
Message-ID: <c735e455da3ec4650ee0a9f15410cbe7c89f0f6c.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 04/17] gnu: Add clojure-core-cache.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 22:06:11 +0100
In-Reply-To: <87sfsz32d8.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87sfsz32d8.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-iBZaPjpyZU5HSEVMXXK2"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647551172; bh=kcHMDwy058yq/F6VJ+BTjqXYYsAlBg6Kdmis1zAphrI=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=K4SJVVeiRTDCatr0wJq0M1MTglEHvm1Rnn2O+ny1BtavVBR4SnkwFbGXRuKVQlHte
 50BwOnrxWp9RtpmZ7XlS6HdQgljGRCPvjIvSuhzlaaRPsHMi7UYv7vfEeC13Q6rOA+
 +pa0Z49eOd6xdcek2ZQmgJMdoJ6uyiuS4CMLX4G+hVBRMUf6Za/Co0AKiMLWo0lmU/
 AJCfG859m3sc61o7fat1cNbL2deCZVbHBNSFfSmh57Ri1cf6NrNa4RDoonNEwTXx0i
 PveEjNJIf9liiIVGJVvi/xtJNN+E138IMeAtzc8rqlr++bPYumrShH198H+pcrcCGX
 T3O/RAIeR/GGg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-iBZaPjpyZU5HSEVMXXK2
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

UmVpbHkgU2llZ2VsIHNjaHJlZWYgb3AgZG8gMDMtMDItMjAyMiBvbSAxOToyNCBbLTA1MDBdOgo+
ICsoZGVmaW5lLXB1YmxpYyBjbG9qdXJlLWNvcmUtY2FjaGUKPiArwqAgKHBhY2thZ2UKPiArwqDC
oMKgIChuYW1lICJjbG9qdXJlLWNvcmUtY2FjaGUiKQo+ICvCoMKgwqAgKHZlcnNpb24gIjEuMC4y
MjUiKQo+ICvCoMKgwqAgKGhvbWUtcGFnZSAiaHR0cHM6Ly9naXRodWIuY29tL2Nsb2p1cmUvY29y
ZS5jYWNoZSIpCj4gK8KgwqDCoCAoc291cmNlIChvcmlnaW4KPiArwqDCoMKgwqDCoMKgwqDCoMKg
wqDCoMKgwqAgKG1ldGhvZCBnaXQtZmV0Y2gpCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
ICh1cmkgKGdpdC1yZWZlcmVuY2UKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC
oMKgwqAgKHVybCBob21lLXBhZ2UpCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
wqDCoMKgIChjb21taXQgKHN0cmluZy1hcHBlbmQgInYiIHZlcnNpb24pKSkpCj4gK8KgwqDCoMKg
wqDCoMKgwqDCoMKgwqDCoMKgIChmaWxlLW5hbWUgKGdpdC1maWxlLW5hbWUgbmFtZSB2ZXJzaW9u
KSkKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKHNoYTI1Ngo+ICvCoMKgwqDCoMKgwqDC
oMKgwqDCoMKgwqDCoMKgIChiYXNlMzIKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
ICIxZHIxcGx5N2ZmZGJkNmJ2NGd5Z3ptYzB3eDNxN3p3emFhYTFwOTNzMjhqa2ZwMjgyNzZsIikp
KSkKClRoZXJlIGRvZXMgbm90IGFwcGVhciB0byBiZSBhbnl0aGluZyAnc3VzcGljaW91cycgaW4g
dGhlIHNvdXJjZSBjb2RlCmFuZCB0aGUgaGFzaCBjaGVja3Mgb3V0LgoKR3JlZXRpbmdzLApNYXhp
bWUuCg==


--=-iBZaPjpyZU5HSEVMXXK2
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOiwxccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7g7dAP0Quevt/SkymiBBMGjebySj3swb
YWBwXKcAVPY+/dlYNQEAnvChdx3r2bEb86vKVfAJtZ7kdwuk5FHzStnKfCVL9AU=
=gZy3
-----END PGP SIGNATURE-----

--=-iBZaPjpyZU5HSEVMXXK2--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 21:00:14 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 17:00:14 2022
Received: from localhost ([127.0.0.1]:55336 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxEE-0005Z1-7s
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:00:14 -0400
Received: from xavier.telenet-ops.be ([195.130.132.52]:60306)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxED-0005W3-8I
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 17:00:13 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by xavier.telenet-ops.be with bizsmtp
 id 7Z0C2700F4UW6Th01Z0CWP; Thu, 17 Mar 2022 22:00:12 +0100
Message-ID: <6eaa9b6ab1b6af875f2b863d6b91c7a3639b3603.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 04/17] gnu: Add clojure-core-cache.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 22:00:12 +0100
In-Reply-To: <87sfsz32d8.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87sfsz32d8.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-GW9sRF29SKX6nXWgy8Ij"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647550812; bh=/KPcErcHo+EhTeeKXv+QX/s+j9Z2rInhpN/7ZggBIEM=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=V578RsiileCJ0DfllBBK0k3JhnxWUcMgp9cIcglUBKznpHeUe55deZkwgP9kaE6l1
 Z8DNs1aZMsPq4F5VZ2mrWu2cUc//mC39uOL1guV4/h95z7Ulb6Z6Oc6sYhIMzImoAv
 hmUT1B0N8obQNWjXldKiRRIK0Vttc/VQjTQIcMeI1f0a3rblKWKfK6s6f6SCJlwnZ9
 50Cn7jHpf4ZOZGNzh8Jsn2SzSVddUBjQEXtfSPDxmjGRd0aiLqnQACTPS+BivWm1Bt
 sJFnCmVZ8qEoCQJgKfC/bxdVHrpnietVO5WT0lNH3/J1tvdu8pV5VG0nvI+prm3bcu
 RxIajVu+ZkwAw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-GW9sRF29SKX6nXWgy8Ij
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:24 [-0500]:
> +Implementation of an efficient buffer replacement policy based on the lo=
w
> +inter-reference recency set algorithm (LIRSCache) described in the LIRS =
paper

I don't see the point of mentioning implementation details in the
description.

Greetings,
Maxime.

--=-GW9sRF29SKX6nXWgy8Ij
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOhXBccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7puEAP47dgLKZR//eVLH8/0Z2CCkh4xV
hu42DOrx3Mc7V8pgFAD/UWUMdK+3UqpzBMxrxlJPgyvDp8dw10lKG2YEFn5OrA4=
=aQU+
-----END PGP SIGNATURE-----

--=-GW9sRF29SKX6nXWgy8Ij--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 20:59:48 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 16:59:48 2022
Received: from localhost ([127.0.0.1]:55331 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxDn-0005WB-W8
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 16:59:48 -0400
Received: from xavier.telenet-ops.be ([195.130.132.52]:60306)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxDm-0005W3-DJ
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 16:59:46 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by xavier.telenet-ops.be with bizsmtp
 id 7Yzl2700C4UW6Th01YzlTA; Thu, 17 Mar 2022 21:59:45 +0100
Message-ID: <d63dac0e0132994f315eb404be3ab108d1fc79ea.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 04/17] gnu: Add clojure-core-cache.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 21:59:45 +0100
In-Reply-To: <87sfsz32d8.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87sfsz32d8.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-wC6WKD5+3hT1gUZYjLyX"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647550785; bh=gkcfwsZIunDKDc3HuJvX+Ypm0NSJ4pb61QmoDa4x+Bs=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=AvGJHtJUX69Ov9bK+LIBWsMUvnR/1pkoGwoCApXIU7X3/SqDzBBibFSDKU9wmwwRJ
 oMKR59dh0avg6Hav1+Ml5gSnxHUs2Vau9yj41fMipK1yOyVGBY5XIkENbDns+czXpV
 tdV7zXVFA779Hv4t4T/q3Z2rUrTsszkrEADuLYSckPWqiXDK/pi+0LFI07OlOXRxvh
 LCqh9+vweR6dt0vzHsoap93j81qO4KYx/Ngf3sh3Nx+2K78GJ9xGkmbfoaOauvPxbB
 CQmLo3giUlaEgcFxVW/K25PE8dZlIEX1yp8QTdDfpcAENvt3R5k3Mqovdxar42g+VK
 p6ujci3mjh+Pw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-wC6WKD5+3hT1gUZYjLyX
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:24 [-0500]:
> +The @code{clojure.core.cache} namespace contains the immutable caches
> +themselves.=C2=A0 The @code{clojure.core.cache.wrapped} namespace contai=
ns the same
> +API operating on caches wrapped in atoms, which is the \"normal\" use in=
 the
> +wild.")

What exactly namespaces are used, seems more something for the
documentation of clojure-core-cache to me, and not very relevant for a
potential user that needs to choose between several packages.

Greetings,
Maxime.

--=-wC6WKD5+3hT1gUZYjLyX
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOhQRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7oVMAPwMDDLpUEuMfvnRe5fNoW/NCN5I
qn6yYC+s5XAP38kK9AEAzk0XhA2mAAmUd1SPpQB9ltS2gMKROmeQeUNMZQZRvQ0=
=qJHE
-----END PGP SIGNATURE-----

--=-wC6WKD5+3hT1gUZYjLyX--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 20:57:16 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 16:57:16 2022
Received: from localhost ([127.0.0.1]:55326 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUxBM-0005Sl-IW
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 16:57:16 -0400
Received: from xavier.telenet-ops.be ([195.130.132.52]:57544)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUxBK-0005Sb-FG
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 16:57:14 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by xavier.telenet-ops.be with bizsmtp
 id 7YxD270044UW6Th01YxD6N; Thu, 17 Mar 2022 21:57:13 +0100
Message-ID: <22a854804c3e20fa0d3be109e6e2867374b0518b.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 04/17] gnu: Add clojure-core-cache.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 21:57:13 +0100
In-Reply-To: <87sfsz32d8.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87sfsz32d8.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-ZNCOQWSbJsM/ERDWhLi5"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647550633; bh=3yvLQO6Ywgxnzik0Iphm/5AbEWiBeLRVUeWa9qyTQ30=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=e8oqglDrcNZGC6CWWVwDVHfk6CkdUVQ1ba67nBFm4AlppiKNi8bpRzKxF3+C3iejY
 DdLrnwuKrtTrgmb2emrv8vmHDHWAwlwCDLsOHmvZf2mC8CPdtDtEMJwx0yvr09aA5g
 pFw9Lx9q4n0eU+bAWFk/28/TObbvw4DgnekU5N2SwEMnWO91n1O+RMRSpgQtksakDf
 iUgGUZpKHeWSouXZK1ipt0nqajYd/da/snSu/MYNVAk89vEuW+YYR0rOMFrX/u/tAs
 JX1nyrcNHOFJxIq45sblfBqx3Yl9pkF+F1Je9u257DH3RIUFufZORn14CaGVyNQmBB
 Cuppq8zdm/Vmg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-ZNCOQWSbJsM/ERDWhLi5
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:24 [-0500]:
> +A defcache macro for hooking your CacheProtocol implementations into the
> +Clojure associative data capabilities.

=E2=80=98hooking foo into bar=E2=80=99 and =E2=80=98associative data capabi=
lities=E2=80=99 seems rather
wordy, WDYT of

 =E2=80=98A @lisp{defcache} macro for defining key-value caches that implem=
ent
the standard collection interfaces."

?  That seems much clearer to me and (AFAICT) not any less accurate.

Greetings,
Maxime.

--=-ZNCOQWSbJsM/ERDWhLi5
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOgqRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7hDlAP9IyAaDN+by7ttxbOqjz4T6rPTw
jWw7f/Y8SsQsrl8f/wEAxSGKTfIKS0SajEC/uv3/DcQtT7GEsRHpbyTHWjR5xAI=
=X8ko
-----END PGP SIGNATURE-----

--=-ZNCOQWSbJsM/ERDWhLi5--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 20:50:24 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 16:50:24 2022
Received: from localhost ([127.0.0.1]:55320 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUx4h-0005J0-Qx
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 16:50:24 -0400
Received: from xavier.telenet-ops.be ([195.130.132.52]:50418)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUx4g-0005Is-Ad
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 16:50:22 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by xavier.telenet-ops.be with bizsmtp
 id 7YqM270034UW6Th01YqMFr; Thu, 17 Mar 2022 21:50:21 +0100
Message-ID: <a5358ae724f1fd2a24f567e3949b503905a42dc5.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 04/17] gnu: Add clojure-core-cache.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 21:50:21 +0100
In-Reply-To: <87sfsz32d8.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87sfsz32d8.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-DgJIfW3T4+vDz+bGeeJB"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647550221; bh=lDG52DiqPEy+TMgoRcTIqszHihq8T/nB3oWu8YdoVyg=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=oFCG6wnfgWGmnnD2kXadpTrH5ipU3irciGHToOxSU9l5TRR7XpNIhKQkw2eyfBAIV
 KLHNm2+WLCam77q8yqI7+B9dvBVASQLxR9lJzqL51uyVfTHPciozucysBDfMASX6As
 CLaJBMhrkYm9GuAC0eR4xxK/1A5ZYO2N7LVek3CehSKa3POUJYSk/z/1gUXLHbuFyM
 5meporYrywJojPBLIGSmED+YrpDO+qdjUbZyGx1Ljgcvo2ZjjpWrOVOtZWZKjK8ZWi
 FJfbh6O+cMU5V2qEr95gIzMs9+EPiUCq7LU2ldE8PtsmZdBXndXDC2onzzZ+foyZBR
 8qAI3yY0bcQCA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-DgJIfW3T4+vDz+bGeeJB
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:24 [-0500]:
> +A defcache macro for hooking your CacheProtocol implementations into the
> +Clojure associative data capabilities.

I don't think that clojure-core-cache cares whether it's my
CacheProtocol implementation, yours, someone elses or nobodies.
WDYT of dropping the 'your'?

Greetings,
Maxime.

--=-DgJIfW3T4+vDz+bGeeJB
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iIwEABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOfDRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7lfVAQCT+6O/xg4jU6S7UanpJY7ZhWah
zRKxFJZFow/mIA7AUwD4qQrQjfRxpEr5BMwRAfU4jV0eq5FOqT82vDCsz0zmDg==
=nnBR
-----END PGP SIGNATURE-----

--=-DgJIfW3T4+vDz+bGeeJB--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 20:47:40 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 16:47:40 2022
Received: from localhost ([127.0.0.1]:55315 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUx24-0005Cq-Bd
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 16:47:40 -0400
Received: from xavier.telenet-ops.be ([195.130.132.52]:47494)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUx22-0005CU-K2
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 16:47:39 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by xavier.telenet-ops.be with bizsmtp
 id 7Ynd270034UW6Th01YndvM; Thu, 17 Mar 2022 21:47:37 +0100
Message-ID: <4b482aae8b5e409295fd966d9dd9fdb0dde29f2b.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 04/17] gnu: Add clojure-core-cache.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 21:47:36 +0100
In-Reply-To: <87sfsz32d8.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87sfsz32d8.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-92nG3Ac5UGmR0lrfMiSH"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647550057; bh=17kiBmAWNXUWN7uAfC3aGBqHYa/ByzOdhxyxzS5l3g8=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=da8gcTLl2Dg985nELdQuI2Atcjk1gHDHwpKV1u9yS6LX+ReH+PPJFmrYD1USVP2wO
 1m8641FT6gcwuoz8/4Y8NfFYnyJQKltFJitAhyZRYEBz7MIlR8rrR6E/xMqYQTZxG8
 9M+eMxbvN9eMxr/bf9qK3BMsxHw2W1oBuQoUnFw6gphwkq/p1Ok0UWIhGxU98Tsb89
 ushY9Te8UcllAZhedFgPh7UcEMDS7W6n0jI1U9Wi8D6FCy1Lhoq5iot8rrTuUUTknm
 uFpd4CyjLTgYTPxEWHa7lkoFk/ji5H7jENogieW9OVakT6BEJEtZXlEyQXK8f3JIuV
 OGldXtvz3Z1kw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-92nG3Ac5UGmR0lrfMiSH
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:24 [-0500]:
> +A defcache macro for hooking your CacheProtocol implementations into the

'defcache' is the name of Lisp (in this case, the Lisp is Clojure)
macro, so @lisp might be appropriate.

Greetings,
Maxime.

--=-92nG3Ac5UGmR0lrfMiSH
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOeaBccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7uZQAQD3ZW5OsbP9oVlM5bMKfsDr4Rw3
9ADb7F4lMz3FZeAypQD/cmqJZe6MWVE9BbAFrwX1w+c0gOStbo/0ocNr6TGD5w0=
=YpDn
-----END PGP SIGNATURE-----

--=-92nG3Ac5UGmR0lrfMiSH--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 20:45:28 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 16:45:28 2022
Received: from localhost ([127.0.0.1]:55308 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUwzv-00058K-Vr
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 16:45:28 -0400
Received: from andre.telenet-ops.be ([195.130.132.53]:54322)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUwzu-00058D-QA
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 16:45:27 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by andre.telenet-ops.be with bizsmtp
 id 7YlR2700C4UW6Th01YlRXZ; Thu, 17 Mar 2022 21:45:26 +0100
Message-ID: <55ca0ef828ea6d9388d0636e77c6cb23f1c504f7.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 04/17] gnu: Add clojure-core-cache.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 21:45:25 +0100
In-Reply-To: <87sfsz32d8.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87sfsz32d8.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-B7hxJYLEU7ptvDAVLR6R"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647549926; bh=8BC8of9K8vllWtqAj8yXQmXZqGIOFYCF0/2e5ETvpxU=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=bcvwcLoAyasNEeJ5SwTiAgv/84LeMB7MwLYNG0WPdUlFpTKI6M1ngX/duuulzoU4H
 Uom2o+/2XE0NKaWwUZuNDdVC63gKsXeeQUc1+uLBjRQCX85WxkQNVngEnolnX6FpE3
 rjE3632LTT070hr92hbAai66W4W1MerubtVZWSPAaqu08yVlL5QMaz/tyZN4csMSme
 Q7ynTfR1RftGXp8urOES9vybZddqDgODOQ84YqQKbDpv7ZxzvkpQLOXiWpVfmQ0t05
 u06MFHWywQCDrQa6p8hCQsjocZky6qhV3LLLpLiZaxGmBh+QXs2X2ZPSfl/BbM7zPQ
 Nots03p31OPsw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-B7hxJYLEU7ptvDAVLR6R
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:24 [-0500]:
> +=C2=A0=C2=A0=C2=A0 (description "@code{core.cache} is a Clojure contrib =
library providing the
> +following features:

What's a =E2=80=98contrib=E2=80=99 library?  What is the importance of this=
 library is
considered =E2=80=98contrib=E2=80=99?

Greetings,
Maxime.

--=-B7hxJYLEU7ptvDAVLR6R
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOd5RccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7o/VAP0fW9l5OcfgyUHwHm+eYiTR8+yR
zp+LdMYLRh8SUp0GjQD+JHhU6gNFyZbRfBIA7jIdTPmMZNMQskWYq5Opj7qtaAM=
=+4iR
-----END PGP SIGNATURE-----

--=-B7hxJYLEU7ptvDAVLR6R--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 17 Mar 2022 20:44:21 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 17 16:44:21 2022
Received: from localhost ([127.0.0.1]:55303 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUwyr-00056D-Ni
	for submit <at> debbugs.gnu.org; Thu, 17 Mar 2022 16:44:21 -0400
Received: from andre.telenet-ops.be ([195.130.132.53]:53090)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nUwyp-000564-Qq
 for 53765 <at> debbugs.gnu.org; Thu, 17 Mar 2022 16:44:20 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by andre.telenet-ops.be with bizsmtp
 id 7YkH2700E4UW6Th01YkHR9; Thu, 17 Mar 2022 21:44:18 +0100
Message-ID: <6bef51593d55ffb356600ad9174b53041ee1d16f.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 04/17] gnu: Add clojure-core-cache.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 17 Mar 2022 21:44:17 +0100
In-Reply-To: <87sfsz32d8.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87sfsz32d8.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-KnyQrjjnmpMs2ZcKjyyv"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1647549858; bh=fhywlhWEVZ6UAyi6RbE1evVIOdLAU+nDZFPAIGBo3Us=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=AJAMHbmivrDMYhsQ1k7NA2KjGYxm9J9i/OGzMKTfPwMwHfs1tWl3mlhutxa/xXkUF
 ZhA0ll5B5MsOqAPHy0eKchtuY0kRgoxCDL5a4JLzq/4KewWJ8mmUyIXQxKj2AaKCze
 zdrK6FR+R1Gr80hDou500zth51VVHQNRUpQNbHiEdfop6QNZJKbsWxyQmqGq6mGy3i
 v9AcpCx3D9WswCJMqNcZg3LaazAwN0DiTswF+iTFd1jtObYr9oIKqIvk/wwUbboGbs
 EFfUupA+HuWzCd5+j83pcXRA5ck8v7toeCwcWybShf7UH5jghxL4yY0/+tnVz1nk1d
 UlFFOl6Nz0Ijw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-KnyQrjjnmpMs2ZcKjyyv
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:24 [-0500]:
> +Implementations of some basic caching strategies
> +
> +First-in-first-out (FIFOCache)
> +Least-recently-used (LRUCache)
> +Least-used (LUCache -- sometimes called Least Frequently Used)
> +Time-to-live (TTLCacheQ)
> +Naive cache (BasicCache)
> +Naive cache backed with soft references (SoftCache)

Texinfo has some markup for lists, maybe @itemize (not sure)?


--=-KnyQrjjnmpMs2ZcKjyyv
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjOdoRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7sYEAP9l1VjUv0vgxe5YMw0lQDryE25l
91g0PmXtLwIOBXFdOQD8CeHmkl/S0g2imOSpATibanB+YCrDdxWE1zPUdTJv1AE=
=yf0A
-----END PGP SIGNATURE-----

--=-KnyQrjjnmpMs2ZcKjyyv--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:35 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:34 2022
Received: from localhost ([127.0.0.1]:50571 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT10-0001j1-Lr
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:34 -0400
Received: from mout-p-202.mailbox.org ([80.241.56.172]:54122)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0z-0001iY-6L
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:33 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4KJVMv1RFmz9sTl;
 Wed, 16 Mar 2022 13:44:27 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434666;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=s2I5huc1aFMz/y9dfGBR1BF7WbLvtpa0LVsvcJ9gli8=;
 b=tn3NPphmWR4JWLT0l3tQ8QsnjIOZdWu3S0AL5WLwJTC3KbWuj/FNAnfeQ1nd5URZ2gk7TL
 MPk2UIS8hWpnrY2KPLGHs1jQRJ2F/iDfTNHVfYqWbSrjMy0vJnVTLEeL/Se1Ekj0nqrqMM
 O2U6apImW/stUm+KzKel5hBTC2MSho3pcrvj6k7AlSnis+/fqUcTkrWcMeTEVmBCNWICBH
 9veLhFqfP2sfXIsQ+bcwFfbAmUZhzUG7ooTntewfDmPHlWQaCFx1XihtQmwYRk6sflaPZV
 zAU5Q/wACoI4dyyowJTEshZ2HzF3ecU9EQpMCcUTcxLaZf75G6QxKFDPoPu8Fw==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 18/18] gnu: clojure-tools: Fix logging warning messages.
Date: Wed, 16 Mar 2022 13:44:21 +0100
Message-ID: <87o826cbiy.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-tools): Add a dependency on
java-slf4j-simple to silence warnings that no logger implementation is
available.
---
 gnu/packages/clojure.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index f6169bc324..e53163dad2 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -200,7 +200,8 @@ (define-public clojure-tools
     (inputs (list rlwrap
                   clojure
                   clojure-tools-deps-alpha
-                  java-commons-logging-minimal))
+                  java-commons-logging-minimal
+                  java-slf4j-simple))
     (home-page "https://clojure.org/releases/tools")
     (synopsis "CLI tools for the Clojure programming language")
     (description "The Clojure command line tools can be used to start a
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:33 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:33 2022
Received: from localhost ([127.0.0.1]:50568 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0w-0001id-6O
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:33 -0400
Received: from mout-p-202.mailbox.org ([80.241.56.172]:54106)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0s-0001hZ-OA
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:27 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4KJVMm6cdLz9sTl;
 Wed, 16 Mar 2022 13:44:20 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434660;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=VDZm+BYOQXY8mGbZQCxdFxSRTiaIbX6x68pOrZeugVw=;
 b=MOFqCooKpPT28+/sYrUWoK/1wKg8lDD8Wf38doaXDeL4FWm8fjSsUBa3PpcsHsKlA9asGH
 EerO6hI7fp+m0buyLx4ZmtQgvCrTFoLn9A5OtjQPuhjZmDshInYH5keaQVgxgLar+fBR7r
 d9pRkABRNZNmbqvbRbemZm72RVV+tJyAe2oNyvoYlj5fdDukTUAFGFWz7AuzCFRpSe6UKo
 7EuE2lb7yZ5/NzX7ik98snaTJzR+FuGcXHXa7VjlozDCd1Q8tCsZw+MvAiee+Np9eQ1nJQ
 OIizI9DxKPzFBH8cppf+cVQnnRUPjmrnB5ZR1ba/cydVI9MT12PS/6PxApTmrQ==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 17/18] gnu: clojure-tools-deps-alpha: Fix issues with S3
Date: Wed, 16 Mar 2022 13:44:18 +0100
Message-ID: <87pmmmcbj1.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-tools-deps-alpha): Remove a restriction
which prevented the S3 loader from being used due to dependency issues. Now
that clojure-core-async has been packaged, this restriction can be lifted.
---
 gnu/packages/clojure.scm | 33 +++++++--------------------------
 1 file changed, 7 insertions(+), 26 deletions(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index d2d5bbda48..f6169bc324 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -888,34 +888,11 @@ (define-public clojure-tools-deps-alpha
     (build-system clojure-build-system)
     (arguments
      `(#:source-dirs '("src/main/clojure" "src/main/resources")
+       #:java-source-dirs '("src/main/java")
        #:test-dirs '("src/test/clojure")
        #:doc-dirs '()
        ;; FIXME: Could not initialize class org.eclipse.aether.transport.http.SslSocketFactory
-       #:tests? #f
-       #:phases
-       (modify-phases %standard-phases
-         ;; FIXME: Currently, the S3 transporter depends on ClojureScript,
-         ;; which is very difficult to package due to dependencies on Java
-         ;; libraries with non-standard build systems. Instead of actually
-         ;; packaging these libraries, we just remove the S3 transporter that
-         ;; depends on them.
-         (add-after 'unpack 'remove-s3-transporter
-           (lambda _
-             (for-each delete-file
-                       (list
-                        (string-append
-                         "src/main/clojure/clojure/"
-                         "tools/deps/alpha/util/s3_aws_client.clj")
-                        (string-append
-                         "src/main/clojure/clojure/"
-                         "tools/deps/alpha/util/s3_transporter.clj")
-                        (string-append
-                         "src/test/clojure/clojure/"
-                         "tools/deps/alpha/util/test_s3_transporter.clj")))
-             (substitute*
-                 "src/main/clojure/clojure/tools/deps/alpha/util/maven.clj"
-               (("clojure.tools.deps.alpha.util.s3-transporter")
-                "")))))))
+       #:tests? #f))
     (propagated-inputs (list maven-resolver-api
                              maven-resolver-spi
                              maven-resolver-impl
@@ -927,7 +904,11 @@ (define-public clojure-tools-deps-alpha
                              maven-resolver-transport-file
                              clojure-tools-gitlibs
                              clojure-tools-cli
-                             clojure-data-xml))
+                             clojure-data-xml
+                             clojure-com-cognitect-aws-api
+                             clojure-com-cognitect-aws-endpoints
+                             clojure-com-cognitect-aws-s3
+                             java-javax-inject))
     (synopsis "Clojure library supporting clojure-tools")
     (description "This package provides a functional API for transitive
 dependency graph expansion and the creation of classpaths.")
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:30 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:30 2022
Received: from localhost ([127.0.0.1]:50566 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0v-0001ib-R8
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:30 -0400
Received: from mout-p-201.mailbox.org ([80.241.56.171]:36436)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0r-0001hL-1A
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:25 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KJVMl1dtCz9sRC;
 Wed, 16 Mar 2022 13:44:19 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434658;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=JNofZNAQPwTKXX3rVIDBOHvZZ9fo+P6EiS4tCqPfAQ4=;
 b=DZcdPYdzgev33PA+gDYW2uPov5tKapLPe6ZJzFlJHiQLxzTp9y9dX4J2hxvv1n4aolTPNb
 OwGntZk7pU2n8zTi+Dp6sdDZSqHPpV4NqMh+IqCwwC8+8jB56C+kvZs8damY86gptHY87o
 vkodpQb7NBNmRAnD7YCozNtAy4Vk52sEdlCPzvllC8H6HMOVVB5B7Nm7xReZJPGsPnAYeY
 931LC9Q4Xu+sRdTa3UIVECA1SqrueLtyD3ncLFS/mJl1/7GL+zXmRS5Lwugz9oPsteK0JB
 nCWtPinDahcQIwqYQ2bDc2lIMtPzSk6f3SHCn9N6fck41smA6MCmsXHi49gU1w==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 16/18] gnu: Add clojure-com-cognitect-aws-s3.
Date: Wed, 16 Mar 2022 13:44:16 +0100
Message-ID: <87r172cbj3.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-com-cognitect-aws-s3): New variable.
---
 gnu/packages/clojure.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index ace0a169e8..d2d5bbda48 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -319,6 +319,31 @@ (define-public clojure-com-cognitect-aws-endpoints
     (synopsis "Endpoint data for @code{aws-api}")
     (license license:asl2.0)))
 
+(define-public clojure-com-cognitect-aws-s3
+  (package
+    (inherit clojure-com-cognitect-aws-api)
+    (name "clojure-com-cognitect-aws-s3")
+    (version "814.2.991.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://repo1.maven.org/maven2/"
+                                  "com/cognitect/aws/s3/"
+                                  version "/s3-"
+                                  version "-sources.jar"))
+              (sha256
+               (base32
+                "0aw3mpddmnjmp45vbmv1l47jn84lgq866fy9mg4wf1x2lqdyhigh"))))
+    (native-inputs '())
+    (propagated-inputs '())
+    (arguments
+     '(#:doc-dirs '()
+       ;; This package has no tests.
+       #:tests? #f
+       #:aot-exclude '(#:all)))
+    (synopsis "Supporting files for accessing the S3 API using
+@code{aws-api}")
+    (license license:asl2.0)))
+
 (define-public clojure-com-cognitect-http-client
   (package
     (name "clojure-com-cognitect-http-client")
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:26 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:26 2022
Received: from localhost ([127.0.0.1]:50563 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0s-0001iG-H6
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:26 -0400
Received: from mout-p-103.mailbox.org ([80.241.56.161]:35290)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0p-0001hJ-Ty
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:24 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4KJVMk0y2Tz9sdK;
 Wed, 16 Mar 2022 13:44:18 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434657;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=wZ0fClrS65dzIWpEl0lVfij0b+OY7lh9PwMyaTcV7/s=;
 b=koCEACSNo9lTKS94uC6vRUnSwsY/+jy5aPVcXD3h7KdoB/K3eHGr490W6IA37tXpfR/vfW
 qAfRANaBOFdeWbtYNi2yPUuxoN0OcAia0omrSPM6i8YvXxI5cqp9YdXNiLSqFH2lDJ8+mU
 Q8lRcbiEPcW3iJP5Y7j+uczw0fpuxzvqgpYKZt12L+BTbvsXX00jpRe1ms7lCweWpC7M9t
 Xx2kLvePC8TpCpnXIMdQB9PdtjsvcXBmD+mhqGLRfiTAX54NdTtSde8U/Ap9WBk3MnYdRi
 4JbDqiVEiz4cQpRoNAl77ex0lx/wL+8MNoQZb5qtEROUKdMB87wOY1ZUPZ6liQ==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 10/18] gnu: Add clojure-tools-reader.
Date: Wed, 16 Mar 2022 13:44:04 +0100
Message-ID: <87zglqcbjf.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-tools-reader): New variable.
---
 gnu/packages/clojure.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 5b15d50114..b33cc963ef 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -815,3 +815,30 @@ (define-public clojure-tools-gitlibs
 indicated by git SHAs.  This library provides this functionality and also
 keeps a cache of git directories and working trees that can be reused.")
     (license license:epl1.0)))
+
+(define-public clojure-tools-reader
+  (package
+    (name "clojure-tools-reader")
+    (version "1.3.6")
+    (home-page "https://github.com/clojure/tools.reader")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0rcqq024ysz5g2ad8g6jvhnlpwqym58hd1mywl8c4v3x5628d028"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()
+       ;; Tests are not well formed clojure namespaces.
+       #:tests? #f))
+    (synopsis "Clojure reader in Clojure")
+    (description "A reader for Clojure source code and data structures written
+in Clojure.  Offers all functionality of Clojure's default reader,
+LispReader.java, with additional features added.")
+    (license license:epl1.0)))
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:26 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:26 2022
Received: from localhost ([127.0.0.1]:50561 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0s-0001iD-5t
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:26 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:55224)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0p-0001hH-2o
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:23 -0400
Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KJVMj24FTz9sQF;
 Wed, 16 Mar 2022 13:44:17 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434657;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=sjO+M+ecwg679hUu6rS1Jv/eYxFp5YJq5TU0SAiGTxY=;
 b=iUViCTa2r1R2pkuDxSQF6qTcXhfhKc7PzNyzky95XJe9Soi54rpMdIJhD6+q9PlvCEArTX
 qiRAHUmZ5/s8ciwJp4nEBhASKELYnCHZrf8HaBR4Xn5LVpdq1wIR7ZeZVCA9Yu3JBXgxLu
 PyCvtxyV/EFUmjbI2DUQhg8ioVTrJvGnaxCwCq4cm6dEroKlP/ErMzN4K499p93hUHiP9G
 6w0jZnlhlVJ1YlGxnrso/6wx76U7uxJiHE/pUcQ0IPQGwg6Tq5srznDqPbflngP7ONQ2dL
 NDV7LN9RhkjuN6XNCST6P9O//mBW2iz7EsidvsGTIEZsHNk57yzO5MM4trL9UQ==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 15/18] gnu: Add clojure-com-cognitect-aws-endpoints.
Date: Wed, 16 Mar 2022 13:44:14 +0100
Message-ID: <87sfricbj5.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-com-cognitect-aws-endpoints): New variable.
---
 gnu/packages/clojure.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index ac6d58149d..ace0a169e8 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -295,6 +295,30 @@ (define-public clojure-com-cognitect-aws-api
 invoking AWS APIs.")
     (license license:asl2.0)))
 
+(define-public clojure-com-cognitect-aws-endpoints
+  (package
+    (inherit clojure-com-cognitect-aws-api)
+    (name "clojure-com-cognitect-aws-endpoints")
+    (version "1.1.12.136")
+    (source (origin
+              (method url-fetch)
+              ;; This JAR contains only data files.
+              (uri (string-append "https://repo1.maven.org/maven2/"
+                                  "com/cognitect/aws/endpoints/"
+                                  version "/endpoints-"
+                                  version "-sources.jar"))
+              (sha256
+               (base32
+                "15irzbnr0gp5pf0nh9vws6kyzjsbqshiqm9b8frjgsnizvqw0jqj"))))
+    (native-inputs '())
+    (propagated-inputs '())
+    (arguments
+     '(#:doc-dirs '()
+       ;; This package contains only data, no code to test.
+       #:tests? #f))
+    (synopsis "Endpoint data for @code{aws-api}")
+    (license license:asl2.0)))
+
 (define-public clojure-com-cognitect-http-client
   (package
     (name "clojure-com-cognitect-http-client")
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:23 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:23 2022
Received: from localhost ([127.0.0.1]:50556 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0o-0001hj-Qt
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:23 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:55216)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0n-0001h1-AZ
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:21 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KJVMg42Z5z9sbD;
 Wed, 16 Mar 2022 13:44:15 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434655;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=juZCfZ3iZY3QJ2u0yV0FTCqZUWFUdr63RIC9ExYWiJw=;
 b=MPMGPObBwMejF6toi3G4b/Wy37/+3sIeROYu2+dXSQzDYOweebMZb3/kxCvfPfRcnUafCN
 INedV+jv04eHAl5v06zvPBH0YYY6P3G7KjulTaSthKpAIAZsiq8rfh02HpwtnF81wpai+H
 AAbk7lur4jafgPuWYsvl1fBgowhoxHMAryl71c6sIQ9Bo7bd/FVaW6VEt4E8N227skxtrD
 9RbHNcgz6OQfhTM0v0bGqieqYFidKn6GnBwde5BPx2181Gy9HAkyywWHhtsl66Re7fJ46q
 JKymNvq3+NM444fTr2U7lwfal6mHhx9cFTAsByr7tHi5ik0O6CESjy+GM2oMBg==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 14/18] gnu: Add clojure-com-cognitect-aws-api.
Date: Wed, 16 Mar 2022 13:44:12 +0100
Message-ID: <87tubycbj7.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-com-cognitect-aws-api): New variable.
---
 gnu/packages/clojure.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 9d4026e844..ac6d58149d 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -260,6 +260,41 @@ (define-public clojure-algo-monads
     (home-page "https://github.com/clojure/algo.monads")
     (license license:epl1.0)))
 
+(define-public clojure-com-cognitect-aws-api
+  (package
+    (name "clojure-com-cognitect-aws-api")
+    (version "0.8.539")
+    (home-page "https://github.com/cognitect-labs/aws-api")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1pi1578hgfy9w25gyidz5dwl85q51rjm3kfffmlxsysl7vx3gv03"))))
+    (build-system clojure-build-system)
+    (native-inputs (list clojure-http-kit
+                         java-commons-io
+                         clojure-com-cognitect-aws-endpoints
+                         clojure-com-cognitect-aws-s3
+                         clojure-test-check))
+    (propagated-inputs (list clojure-core-async
+                             clojure-tools-logging
+                             clojure-data-json
+                             clojure-data-xml
+                             clojure-com-cognitect-http-client))
+    (arguments
+     '(#:source-dirs '("src" "resources")
+       #:test-dirs '("test/src" "test/resources")
+       #:doc-dirs '("doc")))
+    (synopsis "aws-api is a Clojure library which provides programmatic access
+to AWS services from your Clojure program")
+    (description "@code{aws-api} is a data-oriented Clojure library for
+invoking AWS APIs.")
+    (license license:asl2.0)))
+
 (define-public clojure-com-cognitect-http-client
   (package
     (name "clojure-com-cognitect-http-client")
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:23 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:22 2022
Received: from localhost ([127.0.0.1]:50554 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0o-0001hh-H3
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:22 -0400
Received: from mout-p-101.mailbox.org ([80.241.56.151]:41218)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0l-0001gn-HX
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:20 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4KJVMd5WlSz9sct;
 Wed, 16 Mar 2022 13:44:13 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434653;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=m2sUW6meymxkfCf5K84+t6jAWpT7uvsrTWs/5Dk1zqw=;
 b=KNyoUOBZMmVvf+jaMLFPk3CCMa93KHMZklU12COBA4mBUNRMzM8ez7U3FvEttwczNEW3qK
 lhWf0HI9Plcc958o+YBpnL9GXMy7xQk3q46LyLuX+P8KvAAwLUXp0I3HK1Bs3WM8kn8lPT
 nxdMyPZyXlIKEF06ccv/U59670J+lkimGJZoabj276OsgZe1HUl5+zrgLZ2n3Uuat1mDva
 2KcPbRO43t52NpctvX/M7+2I/GcQR389ZSS4F+H85Tg1ZdEbJqWKeOLlmBnnPaivX5i5/f
 oHVZNk/bAU/Q9HQ+qLas51QfgLQ3QNCwBMzST7qR+5NUCySrj6gC+EFEHhw0JA==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 13/18] gnu: Add clojure-com-cognitect-http-client.
Date: Wed, 16 Mar 2022 13:44:10 +0100
Message-ID: <87v8wecbj9.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-com-cognitect-http-client): New variable.
---
 gnu/packages/clojure.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 6a45ba7d6c..9d4026e844 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -25,6 +25,7 @@ (define-module (gnu packages clojure)
   #:use-module (gnu packages java)
   #:use-module (gnu packages maven)
   #:use-module (gnu packages readline)
+  #:use-module (gnu packages web)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
@@ -259,6 +260,36 @@ (define-public clojure-algo-monads
     (home-page "https://github.com/clojure/algo.monads")
     (license license:epl1.0)))
 
+(define-public clojure-com-cognitect-http-client
+  (package
+    (name "clojure-com-cognitect-http-client")
+    (version "1.0.111")
+    (source (origin
+              (method url-fetch)
+              ;; This JAR contains only uncompiled Clojure sources.
+              (uri (string-append "https://repo1.maven.org/maven2/"
+                                  "com/cognitect/http-client/"
+                                  version "/http-client-"
+                                  version ".jar"))
+              (sha256
+               (base32
+                "0n03vyr6i6n8ll8jn14b5zsba5pndb0ivdwizimz16gd8w3kf5xh"))))
+    (build-system clojure-build-system)
+    (propagated-inputs (list clojure-core-async
+                             java-eclipse-jetty-client
+                             java-eclipse-jetty-http
+                             java-eclipse-jetty-util
+                             java-eclipse-jetty-io))
+    (arguments
+     '(#:source-dirs '("src")
+       #:test-dirs '()
+       #:doc-dirs '()))
+    (home-page "https://cognitect.com")
+    (synopsis "HTTP client for Clojure")
+    (description "HTTP client for Clojure that wraps Jetty's Java API,
+providing an API that follows Clojure conventions.")
+    (license license:asl2.0)))
+
 (define-public clojure-core-async
   (package
     (name "clojure-core-async")
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:20 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:20 2022
Received: from localhost ([127.0.0.1]:50551 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0m-0001hN-3D
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:20 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:55196)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0j-0001gZ-DT
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:17 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KJVMb3YSWz9sZj;
 Wed, 16 Mar 2022 13:44:11 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434651;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=DAfGNp3qsdZUtBT03XYhPeiaZ51hN36+6I15PAQa7Fo=;
 b=R36fNnrPqDKgKSrCJwbCxK5OPqSWWyMktY1RyAqW5DbvRr8FsdZ2XzaMPRx71G9dwGCeUS
 BwuizIutmrlFBPh+J10I2NyuSOQPYRNZCkFe0hnT+JKffhqeysp3ZC2TWxMFU1Yowf5pnj
 1fKW64p0D9/Lw5SENut/gVKkDKHorzLxmRTjtZFP/CTd7so9LSksqjBxNR1V1ZTVfyx5UO
 YQenxH3hyRxRq3Urb5trNq9U1TE9LiPeGKKbNmoSio/ZGOdHOtWM/9mWqDB/tK0rzbQBK6
 4RtaJ3zdFvIf3yMqD3iZvQRvwsqThKWcdZVYZ6ZmzLWGB7Jdo1EuHKW6+515CQ==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 12/18] gnu: Add clojure-core-async.
Date: Wed, 16 Mar 2022 13:44:08 +0100
Message-ID: <87wngucbjb.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-core-async): New variable.
---
 gnu/packages/clojure.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 29f7401ac3..6a45ba7d6c 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -259,6 +259,36 @@ (define-public clojure-algo-monads
     (home-page "https://github.com/clojure/algo.monads")
     (license license:epl1.0)))
 
+(define-public clojure-core-async
+  (package
+    (name "clojure-core-async")
+    (version "1.5.648")
+    (home-page "https://github.com/clojure/core.async")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1any7bh5zsn6agia6y7al1gxnqa6s5g0y45gzy51rfjjccq33xq4"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '("doc")
+       #:aot-exclude '(cljs.core.async
+                       cljs.core.async.macros
+                       cljs.core.async.impl.ioc-macros)))
+    (propagated-inputs (list clojure-tools-analyzer-jvm))
+    (synopsis "Facilities for async programming and communication in Clojure")
+    (description "@{core.async} is a Clojure library providing facilities for
+async programming and communication in Clojure using communicating sequential
+processes.  @{core.async} supports both multi-threaded and single-threaded
+environments.")
+    (license license:epl1.0)))
+
 (define-public clojure-core-cache
   (package
     (name "clojure-core-cache")
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:17 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:17 2022
Received: from localhost ([127.0.0.1]:50547 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0i-0001h3-QZ
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:17 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:55188)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0h-0001gL-EI
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:15 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:2:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KJVMY4Kt7z9sQF;
 Wed, 16 Mar 2022 13:44:09 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434649;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=O5HJd3lBE7Sss6CuuSjrUKlOodQLUnIDiV/bszBTV0Y=;
 b=irOyra9RC95tWEVHklsR/1jq9NNJsLLDYbzg72iXcnJjLc78B9AiKYwjmOXpOKBMDrfGIu
 sRNVKPh84bgBcprBvyg3Ud0j/03ExReq8IaYl1XbBJhlz2r+lN2+bYQ5eXLbQBxIr7eIt5
 TQtDfu6XlgX/WTGCO8+ZSVGktCL/urIBLckZ6NcDcK1AGTsRiMCiH9FSSlh186YUwW9iRu
 Bdp6WJRddSX5tpA3pBMHBwrhBHfpH5LvHuHA0r99Qgzx0ZXgTf2Md5DBo31wdSZjMnutZl
 ZZiiE3J5ip8KBO3tmxBiEyYgpy+z5LwJkxMw3/X7kKM6z3ukGDdBao/Vr4GP8w==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 11/18] gnu: Add clojure-tools-logging.
Date: Wed, 16 Mar 2022 13:44:06 +0100
Message-ID: <87y21acbjd.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-tools-logging): New variable.
---
 gnu/packages/clojure.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index b33cc963ef..29f7401ac3 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -816,6 +816,40 @@ (define-public clojure-tools-gitlibs
 keeps a cache of git directories and working trees that can be reused.")
     (license license:epl1.0)))
 
+(define-public clojure-tools-logging
+  (package
+    (name "clojure-tools-logging")
+    (version "1.2.4")
+    (home-page "https://github.com/clojure/tools.logging")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1vcl1s75amazzdyirnpza8jizp85d5178p0qkqfk26vl7yajvz7a"))))
+    (build-system clojure-build-system)
+    (native-inputs (list clojure-test-check
+                         java-slf4j-api
+                         java-slf4j-simple
+                         java-log4j-api
+                         java-log4j-core
+                         java-commons-logging-minimal))
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()
+       ;; Tests fail due to issues with clojure.pprint. This is an issue with
+       ;; how Guix AOT-compiles clojure.
+       #:tests? #f))
+    (synopsis "Clojure logging toolkit")
+    (description "Logging macros which delegate to a specific logging
+implementation, selected at runtime when the @code{clojure.tools.logging}
+namespace is first loaded.")
+    (license license:epl1.0)))
+
 (define-public clojure-tools-reader
   (package
     (name "clojure-tools-reader")
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:14 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:14 2022
Received: from localhost ([127.0.0.1]:50544 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0g-0001go-D7
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:14 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:55180)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0d-0001fs-OC
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:12 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:2:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KJVMT6nlHz9sTv;
 Wed, 16 Mar 2022 13:44:05 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434645;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=wL1vpfN9Y6L3CfGZ8mFaHvlUJrYNqBLQQOIlu8Ame64=;
 b=GV9eC2ZxlxFDHU/e7iNKQ4hRNgxlQyv/0xN1LC2rrVm2nByM4SCqh8kqKlKUDe4txhAY6f
 JLsN6pfFZrKUbcqKi1C49rrzXeBV9VTULKNapN2InC9c3qcZuLs4TPFif6kLCcjvAIky2R
 j1l5jNocnfXlT8D4k5nRoa+WoCBR7hj7LynooHUY//irL60uAZIFfJWBlBoaLEOjyrAs+a
 HzHQifGx2k1F24WQ9o7BECwXU0mhoOi2HYMHitwHxCaGBQROU7Hdq9EXg1gHT6eVjRWECP
 OWtYsqLr5gL1/I6uiHEgW6Z3D3giymp2Y2Rx1jyL2nfK/1B9gOe/SnIupV4brw==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 09/18] gnu: Add clojure-tools-analyzer-jvm.
Date: Wed, 16 Mar 2022 13:44:03 +0100
Message-ID: <871qz2dq3w.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-tools-analyzer-jvm): New variable.
---
 gnu/packages/clojure.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 4d64d72f5a..5b15d50114 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -674,6 +674,34 @@ (define-public clojure-tools-analyzer
 @code{tools.analyzer.jvm}, @code{tools.analyzer.js}")
     (license license:epl1.0)))
 
+(define-public clojure-tools-analyzer-jvm
+  (package
+    (name "clojure-tools-analyzer-jvm")
+    (version "1.2.2")
+    (home-page "https://github.com/clojure/tools.analyzer.jvm")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1ibvgvfa4618l5d0pff9gjar1s0fwagi029v4allk7z3swb93ibr"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '("doc")))
+    (propagated-inputs (list clojure-core-memoize
+                             clojure-tools-reader
+                             clojure-tools-analyzer
+                             java-asm))
+    (synopsis "Additional jvm-specific passes for @code{tools.analyzer}")
+    (description "An analyzer for Clojure code, written on top of
+@code{tools.analyzer}, providing additional jvm-specific passes.")
+    (license license:epl1.0)))
+
 (define-public clojure-tools-cli
   (package
     (name "clojure-tools-cli")
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:12 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:12 2022
Received: from localhost ([127.0.0.1]:50542 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0d-0001gS-UH
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:12 -0400
Received: from mout-p-103.mailbox.org ([80.241.56.161]:35268)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0b-0001fd-PL
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:10 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:2:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4KJVMR73TQz9smT;
 Wed, 16 Mar 2022 13:44:03 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434643;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=u/d3wM2+P+9UQOk4iTlEwR+0ne3vJWPOYsumBj7/xxM=;
 b=JfIz4KHg9fRJhfHlzAv02uWzMrWtEG+X1QvF/ACh0VF84Ygy8MjU088E03sFpQP2cVXOT8
 +LOm8yykwof9P/TA4G7LBHL0lX9lJLGsgu5gRnvv33RzBcIUUYX4OgUkuni3RLl1PXrijl
 5tYwl6QPTVY2FIhkdsJDD8jB//L150wxx/oZIfXklaMmpddZCsZHcQX1nML8V0jK5sYXoi
 9JUtQtgakNTHuWNPicPMth9DktJSptYhhk32T1Grwh8zgnEI2oCSHLwXHhUIQU3h73aFwK
 YmyieiPuVbff/9sUMnG5UosFGbg2pfHEB9UJ2EmVTWeImK4ALcFmZJqr7Crbig==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 08/18] gnu: Add clojure-tools-analyzer.
Date: Wed, 16 Mar 2022 13:44:01 +0100
Message-ID: <8735jidq3y.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-tools-analyzer): New variable.
---
 gnu/packages/clojure.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 5e93a14dbc..4d64d72f5a 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -643,6 +643,37 @@ (define-public clojure-tools-macro
     (home-page "https://github.com/clojure/tools.macro")
     (license license:epl1.0)))
 
+(define-public clojure-tools-analyzer
+  (package
+    (name "clojure-tools-analyzer")
+    (version "1.1.0")
+    (home-page "https://github.com/clojure/tools.analyzer")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "19cgxxbav3z3k62hwl34vbi3lilrs4vksa4j8lvswha8sdjs01vh"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()))
+    (synopsis "Analyzer for Clojure code, written in Clojure and producing
+AST in EDN")
+    (description "An analyzer for host agnostic Clojure code, written in
+Clojure and producing AST in EDN.
+
+Note that the analyzer in this library should not to be used directly as it
+lacks any knowledge about host-specific special forms and it should only be
+considered as a building platform for host-specific analyzers.  Currently the
+following platform specific analyzers written on top of tools.analyzer exist:
+@code{tools.analyzer.jvm}, @code{tools.analyzer.js}")
+    (license license:epl1.0)))
+
 (define-public clojure-tools-cli
   (package
     (name "clojure-tools-cli")
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:12 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:11 2022
Received: from localhost ([127.0.0.1]:50539 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0d-0001gO-Ge
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:11 -0400
Received: from mout-p-103.mailbox.org ([80.241.56.161]:35248)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0a-0001fN-8Q
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:08 -0400
Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4KJVMQ0GRcz9sjN;
 Wed, 16 Mar 2022 13:44:02 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434641;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=VmhiQy3tAEkjq1pBohqRei1hnUoGzmh2tQxnhB8M1YI=;
 b=QpfrUTOPDkWSUf4gYj8mtINGyD85WYAmJxukFWrMmIkWoORjKScppWGjFicu1RCaC4gvAC
 LKMOGcdJDmiTaHcG0DKBky2U3chwXJquNO1xVvZZTXv3/wfIaMoXIwDmFMQYAPeQxovcsD
 9gnetnQfK8ovKbeUiosxK0dgNpq/Idi+rX+U1EeNh+TxzCdcdWYkLPF2ElSchX6/10gj93
 nkOZX3e/wwS3dqJEqV5FqZl9RHNlsUMm+BL8mRuvkM4iEwrl3LexPfRJYHECYnaQxAoIQ+
 1Wf2OYmWGBm2SX2JmqV9HD3RUoUtTJ5TJkmzgglf6HCv5r4GLVNlT7RneUASBw==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 07/18] gnu: Add clojure-http-kit.
Date: Wed, 16 Mar 2022 13:43:59 +0100
Message-ID: <874k3ydq40.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-http-kit): New variable.
---
 gnu/packages/clojure.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 850e1beea8..5e93a14dbc 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -514,6 +514,33 @@ (define-public clojure-data-xml
 lazy - should allow parsing and emitting of large XML documents")
     (license license:epl1.0)))
 
+(define-public clojure-http-kit
+  (package
+    (name "clojure-http-kit")
+    (version "2.5.3")
+    (home-page "https://github.com/http-kit/http-kit")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "19m3j5ad4q7ywl0nd39vs0wha4md8fb846ykz0anv31rvdzv5yv3"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:doc-dirs '()
+       #:java-source-dirs '("src/java")
+       ;; Broken test dependencies. Upstream reports that the current version
+       ;; of ring-defaults causes tests to hang, but that updating it would
+       ;; break other test dependencies.
+       #:tests? #f))
+    (synopsis "High-performance event-driven HTTP client/server for Clojure")
+    (description "High-performance event-driven HTTP client/server for
+Clojure.")
+    (license license:asl2.0)))
+
 (define-public clojure-instaparse
   (let ((commit "dcfffad5b065e750f0f5835f017cdd8188b8ca2e")
         (version "1.4.9")) ; upstream forget to tag this release
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:08 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:08 2022
Received: from localhost ([127.0.0.1]:50535 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0a-0001fw-2q
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:08 -0400
Received: from mout-p-201.mailbox.org ([80.241.56.171]:36400)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0X-0001eV-HK
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:05 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KJVMM5NKHz9sRC;
 Wed, 16 Mar 2022 13:43:59 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434639;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=1ToaqlCzmlTWW9O5/ilS8kOVCiqbqcv9rONrZiBrS3E=;
 b=F9sqgV/1DQ4gymJrIQGnUXruCdEJ4JMBj9kGn4YBaae76LubkR7n3H6rDu35ySOYP8hZOA
 JMu8akAimRFIMuYdm93m/ahB2IP2RXQFjXfrikGRHMbXAuGGu/Rusv7A+/MsYyJZ6Ry2cd
 NkwRJHxfemybu4fTsMBZv/EM81L5R86xLDbHjD3gNTpA6IfMExoAEYgRLYDBbg9SgSK2hC
 qmhFXQiqqkflxPmh6AL0jLCWbFGyfofLDpHW68dNJzvaXtWmvt+hZo+tSO40bKghyKQyDm
 nQ+C9CCfFwd7cidXO5Ks8wMEa/iYKcDrA0HgC64oa+k2WsJuzsk3G7zwJtllYg==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 06/18] gnu: clojure-data-xml: Exclude failing tests.
Date: Wed, 16 Mar 2022 13:43:57 +0100
Message-ID: <875yoedq42.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-data-xml): Failing tests excluded from
check phase.
---
 gnu/packages/clojure.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index d6c8218f93..850e1beea8 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -499,7 +499,9 @@ (define-public clojure-data-xml
     (arguments
      '(#:source-dirs '("src/main/clojure")
        #:test-dirs '("src/test/clojure")
-       #:doc-dirs '()))
+       #:doc-dirs '()
+       #:test-exclude '(clojure.data.xml.test-cljs
+                        clojure.data.xml.test-entities)))
     (propagated-inputs (list clojure-data-codec))
     (synopsis "Clojure library for reading and writing XML data")
     (description "@code{data.xml} is a Clojure library for reading and writing
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:08 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:08 2022
Received: from localhost ([127.0.0.1]:50533 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0Z-0001fu-Px
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:08 -0400
Received: from mout-p-101.mailbox.org ([80.241.56.151]:41186)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0W-0001eI-5I
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:04 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4KJVML2QYGz9sW3;
 Wed, 16 Mar 2022 13:43:58 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434638;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=6fPmdcWUyry7/sz8KHi8h0PQbIUrFDTTTUFFYP8kJGg=;
 b=jVBPHR45nJ+E/qszp+j1uC8YvJzBfYe+u9IjFZya+CPIDCE27GlGkoKXFYBjyArCEw8Q1w
 bvFfhaEWnTFUPSK+bwt4mNvtE3NTGMD4gV49LqKwknN4yqebvOboNnRmWU+SxieOep8+zO
 vvacjPnkCOj/5x9ZOhsiKzy8bfsR9ZjlaGvw7+bF6RlrPLn+6NfKPtTmXz/5n5w/PSfHOv
 6eFAXdEWCBg8uEsRpyfXikSEzVSDIiBs1wOA5S4oHbFRvXS3SPk/xkmr6WzSVabHK8tIhq
 W5ZDgS2Ytu8rZeUxytK20FDqoUpO8NuXCFqwCm7dYhyOGtZE4Vg4SXWuIt1IhQ==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 05/18] gnu: Add clojure-core-memoize.
Date: Wed, 16 Mar 2022 13:43:55 +0100
Message-ID: <877d8udq44.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-core-memoize): New variable.
---
 gnu/packages/clojure.scm | 51 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 37cea74c95..d6c8218f93 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -341,6 +341,57 @@ (define-public clojure-core-match
       (home-page "https://github.com/clojure/core.match")
       (license license:epl1.0))))
 
+(define-public clojure-core-memoize
+  (package
+    (name "clojure-core-memoize")
+    (version "1.0.253")
+    (home-page "https://github.com/clojure/core.memoize")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1qky54v114sh3xn0lffwy7xx3wnnayk07fr2nvhd4lih84sv6rdz"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '("docs")
+       ;; Tests fail when AOT'd.
+       #:aot-exclude '(#:all)))
+    (propagated-inputs (list clojure-core-cache))
+    (synopsis "Manipulable, pluggable, memoization framework for Clojure")
+    (description "@code{core.memoize} is a Clojure contrib library providing
+the following features:
+
+An underlying PluggableMemoization protocol that allows the use of
+customizable and swappable memoization caches that adhere to the synchronous
+CacheProtocol found in core.cache
+
+Memoization builders for implementations of common caching strategies,
+including:
+
+First-in-first-out (clojure.core.memoize/fifo)
+
+Least-recently-used (clojure.core.memoize/lru)
+
+Least-used (clojure.core.memoize/lu)
+
+Time-to-live (clojure.core.memoize/ttl)
+
+Naive cache (memo) that duplicates the functionality of Clojure's memoize
+function but, unlike the built-in memoize function, ensures that in the case
+of concurrent calls with the same arguments, the memoized function is only
+invoked once; in addition memo can use metadata from the memoized function to
+ignore certain arguments for the purpose of creating the cache key, e.g.,
+allowing you to memoize clojure.java.jdbc functions where the first argument
+includes a (mutable) JDBC Connection object by specifying
+:clojure.core.memoize/args-fn rest in the metadata")
+    (license license:epl1.0)))
+
 (define-public clojure-data-codec
   (package
     (name "clojure-data-codec")
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:05 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:05 2022
Received: from localhost ([127.0.0.1]:50530 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0X-0001ff-Dt
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:05 -0400
Received: from mout-p-202.mailbox.org ([80.241.56.172]:54010)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0V-0001e6-4g
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:03 -0400
Received: from smtp2.mailbox.org (smtp2.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:2:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4KJVMJ29CPz9sRB;
 Wed, 16 Mar 2022 13:43:56 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434635;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=bmoyzolF4idrnEdRZAts+jG/3F4jhRSklyR6A3sSwm0=;
 b=PstAuY/9AQ2wHnu9GvHmQB0jnxLVQnjlJ8UVYBC3233LcUrY+rh7ulUcYy8mtGXwmP5oyT
 SdxYDdVtCA7/PTNDE7LVpWpPuwT6Pbh9ZPe8/bPjKckK+7DQWgdef5G6GtL0dWEQRyFrWF
 OWSxrljOcAUONU83I9I9rMmWfW9lvcRQCH1pfUsvC55PuTwS4tufFMfzdwUCWiY+i6uY+x
 FtGTSb2G2CDdKyG/lfwuZhALuIkWqtJZ2I8ZvKQVYVAiOEDYD2I9U0WT7BmSMA1oDWVQMp
 1R41xa83yFOGT8G7h2EIJJ5BF2snxB06DPMtMjj+JklPg+dlwhUhYum6A5RETA==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 04/18] gnu: Add clojure-core-cache.
Date: Wed, 16 Mar 2022 13:43:53 +0100
Message-ID: <878rtadq46.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-core-cache): New variable.
---
 gnu/packages/clojure.scm | 55 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 9911b14577..37cea74c95 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -259,6 +259,61 @@ (define-public clojure-algo-monads
     (home-page "https://github.com/clojure/algo.monads")
     (license license:epl1.0)))
 
+(define-public clojure-core-cache
+  (package
+    (name "clojure-core-cache")
+    (version "1.0.225")
+    (home-page "https://github.com/clojure/core.cache")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1dr1ply7ffdbd6bv4gygzmc0wx3q7zwzaaa1p93s28jkfp28276l"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '("doc")))
+    (propagated-inputs (list clojure-data-priority-map))
+    (synopsis "Caching library for Clojure implementing various cache strategies")
+    (description "@code{core.cache} is a Clojure contrib library providing the
+following features:
+
+An underlying CacheProtocol used as the base abstraction for implementing new
+synchronous caches
+
+A defcache macro for hooking your CacheProtocol implementations into the
+Clojure associative data capabilities.
+
+Implementations of some basic caching strategies
+
+First-in-first-out (FIFOCache)
+Least-recently-used (LRUCache)
+Least-used (LUCache -- sometimes called Least Frequently Used)
+Time-to-live (TTLCacheQ)
+Naive cache (BasicCache)
+Naive cache backed with soft references (SoftCache)
+
+Implementation of an efficient buffer replacement policy based on the low
+inter-reference recency set algorithm (LIRSCache) described in the LIRS paper
+
+Factory functions for each existing cache type
+
+Caches are generally immutable and should be used in conjunction with
+Clojure's state management, such as atom.  SoftCache is the exception here,
+built on top of mutable Java collections, but it can be treated as an
+immutable cache as well.
+
+The @code{clojure.core.cache} namespace contains the immutable caches
+themselves.  The @code{clojure.core.cache.wrapped} namespace contains the same
+API operating on caches wrapped in atoms, which is the \"normal\" use in the
+wild.")
+    (license license:epl1.0)))
+
 (define-public clojure-core-match
   (let ((commit "1837ffbd4a150e8f3953b2d9ed5cf4a4ad3720a7")
         (revision "1")) ; this is the 1st commit buildable with clojure 1.9
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:02 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:02 2022
Received: from localhost ([127.0.0.1]:50526 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0U-0001f4-5N
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:02 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:55166)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0R-0001dy-MX
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:00 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KJVMF4t1Sz9sTv;
 Wed, 16 Mar 2022 13:43:53 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434633;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=V7piBzv1PMcsCkVWsA+srh/h6MWLJEAL62Ca8Yeonro=;
 b=raEotpV67YpHb0O2X4t0QvHcsnnJVFbhnLKsonDQhAbRLkDAJz8isbsZ3GZkZD+EoOP0vn
 ORqd8P5iKj5Wg5LW+UuhebZnwUJCPFq4luw9g7W6CJPWB1Un+WA6pbuvtEzEmmaJ/8rurH
 oI/AyN26OIvryycPE2liqNNPzA73cc117jh4ZlnmZ1NNp7dCzSDkWJn1LxjC67fwreF/nK
 Sjed5zBrXOc9CWpvsFlT3TAvP9kGtmuo2srAn1ZnA7x41zKjTBNth2FdAFR5aBbzuXjzvg
 /DW8VxfVTB+aSuxfm2f8pgabfYV1GCiSnbRkarwK4uOtxoYf8TkqhLNrtnM23Q==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 03/18] gnu: Add java-eclipse-jetty-client.
Date: Wed, 16 Mar 2022 13:43:51 +0100
Message-ID: <87a6dqdq48.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/web.scm (java-eclipse-jetty-client): New variable.
---
 gnu/packages/web.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3ddecb15c4..e010212a43 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7269,6 +7269,32 @@ (define-public java-eclipse-jetty-webapp-9.2
      `(("java-eclipse-jetty-io-9.2" ,java-eclipse-jetty-io-9.2)
        ,@(package-native-inputs java-eclipse-jetty-util-9.2)))))
 
+(define-public java-eclipse-jetty-client
+  (package
+    (inherit java-eclipse-jetty-util)
+    (name "java-eclipse-jetty-client")
+    (arguments
+     `(#:jar-name "eclipse-jetty-client.jar"
+       #:source-dir "src/main/java"
+       #:jdk ,icedtea-8
+       #:tests? #f; require junit 5
+       #:phases
+       (modify-phases %standard-phases
+         (add-before 'configure 'chdir
+           (lambda _
+             (chdir "jetty-client")
+             #t)))))
+    (inputs
+     (list java-eclipse-jetty-util
+           java-eclipse-jetty-http
+           java-eclipse-jetty-io
+           java-eclipse-jetty-server
+           java-eclipse-jetty-servlet
+           java-eclipse-jetty-security
+           java-eclipse-jetty-xml
+           java-javaee-servletapi
+           java-eclipse-jetty-jmx))))
+
 (define-public java-jsoup
   (package
     (name "java-jsoup")
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:00 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:44:00 2022
Received: from localhost ([127.0.0.1]:50522 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0R-0001eO-Ss
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:44:00 -0400
Received: from mout-p-102.mailbox.org ([80.241.56.152]:55158)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0Q-0001dw-EQ
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:43:58 -0400
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4KJVMD0Dsnz9sZh;
 Wed, 16 Mar 2022 13:43:52 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434631;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=VdpD11F5L/u44Lu3cyoGN76gDY3e32tKfHdu/kus/wM=;
 b=SZUPDxS7lBGTyiZmp9Yrut3Sb4I4dXmBDsVixaBU1VbG5gTOJhH2Uomr00JRvlbKd2Q4Wq
 FGPgDIumlFk8T36mtFlvevK76HHN0/1q+htT81Q61I6iMzFl7NgQzx/YtYa8EXvU1hatLK
 vsVYVF8G7cn3rWF5MM6sLCtzkNrH8YLsSsjZZIjyIwRe5CMPWyZto4+Ei/u6Q35Q4mP+Yn
 9PJ/ngmfsWjBQD3oI8Bo2lJeZzwBY4Qu8t2HB/93ar+/05kIioeQuez7TKEXLzMEYsJ89J
 6xxRhmUMHqcxvcWXlg2Ayr8Ez7kosH1RjTCGvViVtIivOlv7csbZp1ZN7ZhJOA==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 02/18] gnu: Add clojure-data-json.
Date: Wed, 16 Mar 2022 13:43:49 +0100
Message-ID: <87bky6dq4a.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-data-json): New variable.
---
 gnu/packages/clojure.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index aa21ed7823..9911b14577 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -315,6 +315,36 @@ (define-public clojure-data-codec
 is on par with Java implementations, e.g., Apache commons-codec.")
     (license license:epl1.0)))
 
+(define-public clojure-data-json
+  (package
+    (name "clojure-data-json")
+    (version "2.4.0")
+    (home-page "https://github.com/clojure/data.json")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1xx3hiy62rrph4y4g3aqa1lfb0ns3p6vdvcvlpgm5w1npl70n2r5"))))
+    (build-system clojure-build-system)
+    (native-inputs (list clojure-test-check))
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()
+       ;; ClassCastException, ConcurrentExecutionException
+       #:test-exclude '(clojure.data.json-compat-0-1-test
+                        clojure.data.json-gen-test
+                        clojure.data.json-test)))
+    (synopsis "JSON parser/generator to/from Clojure data structures")
+    (description "clojure-data-json implements a JSON parser/generator that
+enables easy conversion between Clojure data structures and JSON strings,
+without needing a defined schema.")
+    (license license:epl1.0)))
+
 (define-public clojure-data-priority-map
   (package
     (name "clojure-data-priority-map")
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:43:57 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:43:57 2022
Received: from localhost ([127.0.0.1]:50518 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUT0P-0001e9-LD
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:43:57 -0400
Received: from mout-p-201.mailbox.org ([80.241.56.171]:36384)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUT0N-0001ds-RU
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:43:56 -0400
Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KJVM93j1xz9sRD;
 Wed, 16 Mar 2022 13:43:49 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434629;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=GSfH4lRViY3A8yUr/A8nB1h7T+2lamCC1Z4ISoNKgWg=;
 b=fbt1pBH969IGKHtVb8wawi2Rc+4hcPmwdKS/5wZmAb4BJj+WteiEl9+ld97hUt+kzRstsY
 WMgTuqZyTrhVzag2YxVl12xgfs9Sv8BKV59L939+LRGw6h7fxKN/j9OwHkmEeBId5GV4El
 ur6mp/vQr+mH75qEgaX53BH3x44F+o9sbdySNM4XSXIqCZjpAfq/kriPMTKUpIlIysXHuM
 xms6iAV+4Du30P+0Sm4amg+1gHF0P1qaCUCAA8BomsaSFC588TTiPWgBg1AOHMjQZNkReO
 3rIhgNgsww9aPJHRmiyXyLHUXcI6S5eVpUDCw/hryUQIoMYTfubPr39KU00GGQ==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 01/18] gnu: Add clojure-data-priority-map.
Date: Wed, 16 Mar 2022 13:43:46 +0100
Message-ID: <87czimdq4d.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-data-priority-map): New variable.
---
 gnu/packages/clojure.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index f728083eb2..aa21ed7823 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -315,6 +315,36 @@ (define-public clojure-data-codec
 is on par with Java implementations, e.g., Apache commons-codec.")
     (license license:epl1.0)))
 
+(define-public clojure-data-priority-map
+  (package
+    (name "clojure-data-priority-map")
+    (version "1.1.0")
+    (home-page "https://github.com/clojure/data.priority-map")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1i6mf59g2l3vamris869mndy9l1bp5mzfqv5gj5qzzb937iiykm0"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()))
+    (synopsis "Clojure library implementing priority maps")
+    (description "A priority map is very similar to a sorted map, but whereas
+a sorted map produces a sequence of the entries sorted by key, a priority map
+produces the entries sorted by value.
+
+In addition to supporting all the functions a sorted map supports, a priority
+map can also be thought of as a queue of @code{[item priority]} pairs.  To
+support usage as a versatile priority queue, priority maps also support
+insert/peek/pop operations.")
+    (license license:epl1.0)))
+
 (define-public clojure-data-xml
   (package
     (name "clojure-data-xml")
-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:39:27 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Mar 16 08:39:27 2022
Received: from localhost ([127.0.0.1]:50512 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nUSw3-0001Xf-3a
	for submit <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:39:27 -0400
Received: from mout-p-101.mailbox.org ([80.241.56.151]:40636)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nUSw1-0001XR-Kc
 for 53765 <at> debbugs.gnu.org; Wed, 16 Mar 2022 08:39:26 -0400
Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4KJVFy4Sdlz9sWl;
 Wed, 16 Mar 2022 13:39:18 +0100 (CET)
From: Reily Siegel <mail@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1647434356;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:cc:mime-version:mime-version:content-type:content-type;
 bh=cYMzl6PIkhWTmLT2d4QzHAr/XmQcUDOhiggbSKFLI8w=;
 b=TdznaCLO7U4DvvQ31s4+JwCzEoUiHUkRNgD0//oQjP3l0vCW8lyem2G3UDQXxFv4IFWvJp
 nqwQ7Aqmwq/T7knffQwo1UqRl5zCbyUAF0wGMtLuEAlVcKf/uKwEF8ZhDcBtvI9xLQatsV
 IzJR+n+9P7nJn3HrHraiqo1KoOm+FMjzPZMymjKBFaHQ/mabSBbKEIefSN/vwzJm8PH6/+
 ixeNMvHYu30/JcpFO+gnLtkUtNFQdEe/IsbE6u/BKq40vI4UhyLRn8ryXahMD0UwX/jo1L
 4F3Z60aeDCjk2iTfwEhb6F2j7MEvYOvHeWIf1YrcA+0Tg5ucJWSsExPvrRd71w==
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH v2 00/18] 
Message-Id: <cover.1647434250.git.mail@HIDDEN>
Date: Wed, 16 Mar 2022 13:39:14 +0100
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
Cc: Maxime Devos <maximedevos@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


Sorry for the delay in sending updated patches, I have been quite busy
with school. Hopefully these patches address the issues found with the
first series, please let me know if further updates are needed.

Reily Siegel (18):
  gnu: Add clojure-data-priority-map.
  gnu: Add clojure-data-json.
  gnu: Add java-eclipse-jetty-client.
  gnu: Add clojure-core-cache.
  gnu: Add clojure-core-memoize.
  gnu: clojure-data-xml: Exclude failing tests.
  gnu: Add clojure-http-kit.
  gnu: Add clojure-tools-analyzer.
  gnu: Add clojure-tools-analyzer-jvm.
  gnu: Add clojure-tools-reader.
  gnu: Add clojure-tools-logging.
  gnu: Add clojure-core-async.
  gnu: Add clojure-com-cognitect-http-client.
  gnu: Add clojure-com-cognitect-aws-api.
  gnu: Add clojure-com-cognitect-aws-endpoints.
  gnu: Add clojure-com-cognitect-aws-s3.
  gnu: clojure-tools-deps-alpha: Fix issues with S3 transporter.
  gnu: clojure-tools: Fix logging warning messages.

 gnu/packages/clojure.scm | 498 ++++++++++++++++++++++++++++++++++++---
 gnu/packages/web.scm     |  26 ++
 2 files changed, 496 insertions(+), 28 deletions(-)

-- 
2.34.0


-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 15 Feb 2022 08:59:29 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Feb 15 03:59:29 2022
Received: from localhost ([127.0.0.1]:43453 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nJtgH-0001iu-1j
	for submit <at> debbugs.gnu.org; Tue, 15 Feb 2022 03:59:29 -0500
Received: from baptiste.telenet-ops.be ([195.130.132.51]:58286)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nJtgE-0001ij-B8
 for 53765 <at> debbugs.gnu.org; Tue, 15 Feb 2022 03:59:27 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by baptiste.telenet-ops.be with bizsmtp
 id vLzQ2600c4UW6Th01LzQBZ; Tue, 15 Feb 2022 09:59:25 +0100
Message-ID: <96bbd72674e007aa64fad6b580e5aba0f22526f2.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 12/17] gnu: Add
 clojure-com-cognitect-http-client.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Tue, 15 Feb 2022 09:59:18 +0100
In-Reply-To: <875ypqxxqv.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87h79f32bm.fsf@HIDDEN>
 <d83cdfef4f27c817cbe36590605875f82a4dbd68.camel@HIDDEN>
 <87iltqy2jm.fsf@HIDDEN>
 <0892d295983b8c628b9d446b6c88b70f5a6f83fd.camel@HIDDEN>
 <875ypqxxqv.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-VGDe/oBBi/mCMELVizZ9"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644915565; bh=VurYaXlX8FRX1++ot0FoYGu6R7JYQf16eULNgE2pLEA=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=KjkTWjgiVgWbujhjtqQdBm5p6JIM0s/RMKmY1NCxbM2lnD5p4tmx6/ZTK8An4xZSE
 EiGBcu769KzOidUajJYiap4SZuD8L1QOIAFamzWcOlGEzz463PAB3QEg6jPPaF0txK
 K6Ea5ghLQrdVJJelRA8Pzz0DFx9NR3KXdUyO8Uyuc6vStNweLjLzgXd42vuiuQoFXA
 jfLByQBVyzplY2rOqH+KJ72rA0kBguTNX5X0ZJvTsxgUpkhV/lr1wlF8GZiRAqFViZ
 u0XkCnC6H0tQyj9ey0eTmV9PZiZijlqYx5tFPEs5hHPElBpcrOnAZX7YJlbVwXNyS4
 ZN71s+9hifsrA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-VGDe/oBBi/mCMELVizZ9
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op ma 07-02-2022 om 14:50 [-0500]:
> I am fairly certain that this code is not officially documented and
> released as a library, it is only used in internal cognitect projects.
> However, this is where other, officially supported cognitect libraries
> pull the source from. [...]

Additionally, Clojure is developed at Cognitect (see
https://clojure.org/dev/dev), the Maven artifacts are named
com.cognitect.FOO and so far nothing malicious has been found.
There does not appear to be any room for typosquatting here and
everything appears to be authentic.

Greetings,
Maxime.

--=-VGDe/oBBi/mCMELVizZ9
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgtrZhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7hdqAP9Uvitk8ygY+1KbWJuNRw1Z1TaN
W82gU/C1KH/xOmnL8gEA8fK9vjFYg5lmqtwt0qVFixJTzuGHaGkVjeg1C3feEgY=
=VHXL
-----END PGP SIGNATURE-----

--=-VGDe/oBBi/mCMELVizZ9--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 10 Feb 2022 18:00:55 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 10 13:00:55 2022
Received: from localhost ([127.0.0.1]:57042 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nIDkV-0004bi-GW
	for submit <at> debbugs.gnu.org; Thu, 10 Feb 2022 13:00:55 -0500
Received: from albert.telenet-ops.be ([195.130.137.90]:43058)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nIDkS-0004bX-Hi
 for 53765 <at> debbugs.gnu.org; Thu, 10 Feb 2022 13:00:53 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id tW0q2600J4UW6Th06W0q1R; Thu, 10 Feb 2022 19:00:50 +0100
Message-ID: <844fbfff5bba24f6ad84589e0f58fa9f862baa24.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 02/17] gnu: Add clojure-data-json.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 10 Feb 2022 19:00:50 +0100
In-Reply-To: <87v8xv32dp.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87v8xv32dp.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-uYgiZBVKaUOpf5Lmn34b"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644516050; bh=eCkSgZ6GaZfz1ji9JOQ7MIQM6E3Yawesf9maPN8hExc=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=XYclUT/JdlgM1VUgtaaKeOwNXYq1RjVwbiMP159zxKQTQ/qm9/CLdxhT1oU7KIyEi
 bLu9YiZu980wMVbBpt7OBXJE2Ra8qu42BKbqUlMd7dq+lZQ6Q6OJp1zHdz7R0UZ12z
 EZo46wBsTMTVv14kLVlQlajPtEMoq2Zmsy+8I5MAQPG6opVVfVTemxuJsbnjEanJV4
 egJr+Mn/314n3fDfaEZpZ5gSGvbjM4HJyZCGq6KdDrU6LbZTDOmqQuM88vVcpgMJwh
 hqI6j5/hZXQbaf90WJEeQpcBjZUcqn4HYv375xLvzNc3CrIKh1dztaMsa+rtaMaq1U
 GkFL04ivNs87w==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-uYgiZBVKaUOpf5Lmn34b
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:24 [-0500]:
> * gnu/packages/clojure.scm (clojure-data-json): New variable.

Some files under src/test/clojure/clojure/data are missing license
headers, while others do have an EPL license header.  Are they
also under the EPL?

There doesn't appear to be anything malicious in the source code.

There's again the =E2=80=98all rights reserved=E2=80=99 despite =E2=80=98EP=
L licensed=E2=80=99.

> +    (synopsis "JSON parser/generator to/from Clojure data structures")
> +    (description "JSON parser/generator to/from Clojure data structures.=
")

Description is missing.

Greetings,
Maxime.

--=-uYgiZBVKaUOpf5Lmn34b
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgVS0hccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7iCQAQDMEJqurpqqB98L7DUf1o4V9n76
ppZnmIofPqPzNQz9cAD/UjPUqxVWWO3fZcpMSOlVDD0+1eKpTSR4JTPQC8jKngs=
=Qzde
-----END PGP SIGNATURE-----

--=-uYgiZBVKaUOpf5Lmn34b--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 10 Feb 2022 17:52:46 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 10 12:52:46 2022
Received: from localhost ([127.0.0.1]:57016 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nIDcc-0004LL-9N
	for submit <at> debbugs.gnu.org; Thu, 10 Feb 2022 12:52:46 -0500
Received: from michel.telenet-ops.be ([195.130.137.88]:40696)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nIDca-0004LA-N9
 for 53765 <at> debbugs.gnu.org; Thu, 10 Feb 2022 12:52:45 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by michel.telenet-ops.be with bizsmtp
 id tVsi2600N4UW6Th06Vsimn; Thu, 10 Feb 2022 18:52:43 +0100
Message-ID: <8f891e72c43da8e1179a539cdcb3496ec5b85fed.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 02/17] gnu: Add clojure-data-json.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Thu, 10 Feb 2022 18:52:38 +0100
In-Reply-To: <87v8xv32dp.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87v8xv32dp.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-ILFgRA8iKjF+8NYvq49i"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644515563; bh=oZ9rL0QD2VB29PoLN9SO+PsYyOxJqOS6DPAuUA2QGeI=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=RG6Iw3xXIL9rj4A/Lc1O3oIEmtw208PrcMrz/g73C1FX/Tn9umikRNOLw/PlR5AFV
 zaa/004gfrSPcDa+wCUB/ixXFQvfXdwk0Oef1ET8bbUOEcBkD+KhisSupBbYQ220cc
 ii6brxH/nX+KPjXxhRlabplghM/SJGzwu4fppBlYSeZJF+tpcFcP4rZN1+r+M2E5p2
 h5wPYOrxGzkpaxU1R4yHCMcRcWURH5LsoTaxSPpTLRV75wvwNMEQMCHQrEsEkb8Fba
 KCr+NA3E/EuMm4vvstYRUK9hrzgJtXtDVnFy6rcW+H/hhO/jfpuVCQPIDCR5qbOyX/
 WUBqp2Zje+1IA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-ILFgRA8iKjF+8NYvq49i
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

UmVpbHkgU2llZ2VsIHNjaHJlZWYgb3AgZG8gMDMtMDItMjAyMiBvbSAxOToyNCBbLTA1MDBdOgo+
ICvCoMKgwqDCoMKgwqAgOzsgQ2xhc3NDYXN0RXhjZXB0aW9uLCBDb25jdXJyZW50RXhlY3V0aW9u
RXhjZXB0aW9uCj4gK8KgwqDCoMKgwqDCoCAjOnRlc3QtZXhjbHVkZSAnKGNsb2p1cmUuZGF0YS5q
c29uLWNvbXBhdC0wLTEtdGVzdAo+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
wqDCoMKgwqDCoMKgIGNsb2p1cmUuZGF0YS5qc29uLWdlbi10ZXN0Cj4gK8KgwqDCoMKgwqDCoMKg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgY2xvanVyZS5kYXRhLmpzb24tdGVzdCkp
KQoKU2VlbXMgbGlrZSB0aGVyZSdzIGEgYnVnIGluIGNsb2p1cmUtZGF0YS1qc29uIHRvIGZpeCBv
ciBhdCBsZWFzdCByZXBvcnQKdXBzdHJlYW0gdGhlbj8KCkdyZWV0aW5ncywKTWF4aW1lLgo=


--=-ILFgRA8iKjF+8NYvq49i
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgVQ5hccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7rJEAP4lpjNqIwAMkyL2l5b+nuhRRwZE
BJvHghYsFrTRVB7GcgD/bYgGffJimV45SLUUp+Ew0X1kF9DvtzkFWJO/EKOJGAw=
=QHf/
-----END PGP SIGNATURE-----

--=-ILFgRA8iKjF+8NYvq49i--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 9 Feb 2022 11:18:41 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Feb 09 06:18:41 2022
Received: from localhost ([127.0.0.1]:50066 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHkzh-0001Dm-KD
	for submit <at> debbugs.gnu.org; Wed, 09 Feb 2022 06:18:41 -0500
Received: from andre.telenet-ops.be ([195.130.132.53]:52196)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nHkzf-0001Db-5C
 for 53765 <at> debbugs.gnu.org; Wed, 09 Feb 2022 06:18:39 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by andre.telenet-ops.be with bizsmtp
 id szJd2600X4UW6Th01zJdgZ; Wed, 09 Feb 2022 12:18:37 +0100
Message-ID: <adb40dd44d5bc8e14a6fca2445f39a354b2ccd8d.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 01/17] gnu: Add clojure-data-priority-map.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Wed, 09 Feb 2022 12:18:37 +0100
In-Reply-To: <87wnib32e2.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87wnib32e2.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-oKvxb8n7stbn8PTQ3ZWK"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644405517; bh=1a09oelVdGACWFZjiBo/fJQwmHaHQPhYC6q11uEPM5c=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=E5ERoLOVjLw9LPEIT16h59mVVXf4kcmrS1UQPGsn+9b0IlC48JfKzWx/733D6UmsI
 IyaA/x3n8xqwT3NYXnyj9Pd9NpCDp2pIMIb4Fu22YZzvHxy02tqoCxeupqeQbU383I
 uRO8Ay+vnBE/ETeXb+ktXE+oIfVdICX0fw2W5PLjY8gAyuo4/LAhQici03KkpmInzI
 B/aXFnuq5Fs2mqz/pJy06okxlJvgIllVfHurTge6iK+Z6e0cGImMOf1iedtTfVJzw5
 NMMioeYdZPN6WWb6uzFkUJAAXqRKA4Ovgx1ozx+6f7C9Oajdx9jpRW6m50Hqi3YrzH
 SOuFP33MYYc7A==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-oKvxb8n7stbn8PTQ3ZWK
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:24 [-0500]:
> conj/peek/pop operations

What's =E2=80=98conj=E2=80=99 here?  While this term might make sense to Cl=
ojure
people, it is rather Clojure-specific and hence isn't meaningful to a
wide audience -- my first thought was that it meant =E2=80=98conjugation=E2=
=80=99
somehow.  Using non-standard terminology makes, say, translating
descriptions harder.  I would use standard terminology here: 'insert'
or 'add' instead of 'conj'.

Alternatively, you could rewrite the description to define a priority
map as a combination of a priority map and a priority queue and go from
there, avoiding naming the actual operations.

Greetings,
Maxime.

--=-oKvxb8n7stbn8PTQ3ZWK
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgOjDRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7nqwAQCRfTZKCqrUu8zLUawU5qhONFDv
Ce0wYRnN6Ij5XO1wWAD/eV7QAFuanXSEcFskPzdtkPcXDVPaqn+RxIXasS9RDAM=
=suVN
-----END PGP SIGNATURE-----

--=-oKvxb8n7stbn8PTQ3ZWK--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 9 Feb 2022 11:10:47 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Feb 09 06:10:47 2022
Received: from localhost ([127.0.0.1]:50052 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHks3-00010C-4L
	for submit <at> debbugs.gnu.org; Wed, 09 Feb 2022 06:10:47 -0500
Received: from xavier.telenet-ops.be ([195.130.132.52]:60136)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nHks0-000102-SA
 for 53765 <at> debbugs.gnu.org; Wed, 09 Feb 2022 06:10:45 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by xavier.telenet-ops.be with bizsmtp
 id szAi2600C4UW6Th01zAi0F; Wed, 09 Feb 2022 12:10:43 +0100
Message-ID: <92f85fe34da346fa1413b68d7bcbdfbedb5b989d.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 01/17] gnu: Add clojure-data-priority-map.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Wed, 09 Feb 2022 12:10:42 +0100
In-Reply-To: <87wnib32e2.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87wnib32e2.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-O+bhhV8Mf93sJesMhvn7"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644405043; bh=LV7HPwvzuj8SLI88QJ19B4tP43kABnYLSh0oxZNI8do=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=mCDImUsCcjtxSOgBzemMBjKwx5f7qyUw/lBwtTFXXO7SZRHs7srpwt1ARG3i1mwOq
 qIKZFWjuK5tg5nqzYU6hCZrtuxQ5f0Cv+ddLhrYTRq/46ft5pykmZPW5JAXUi+yKx4
 eShfO28zwnElDjiC713Tpjm/jvi/jPbZICME1IYRI00i9YeO0Y8OkNacQD+Z9d7AAJ
 RMhVObT54HRdJ7wxyzM2dUFIbnxXevVeFg09yZfWnYsTGXA02/ApoCEIiwVy19dzfz
 ZQowr+/JFWRHlA5XpbH7n1hQMTbUqC+URvVyGGuQljIffxhnKSMAdMXkgLVhj/+5OG
 8rWo1gYtMcNow==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-O+bhhV8Mf93sJesMhvn7
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:24 [-0500]:
> [item priority]

Looks like Clojure code, so you can probably do use TeXinfo markup
here: @lisp{[item priority].

Greetings,
Maxime.

--=-O+bhhV8Mf93sJesMhvn7
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgOhMhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7vrFAQDos2OjOiBw4bZc7q621KWB9WO3
zBuesub4RUqSmFJPKgEAsjXtXf0TA+/yR7NjZCjixay8OLwQZmZpL1bAaDedOwE=
=F5YU
-----END PGP SIGNATURE-----

--=-O+bhhV8Mf93sJesMhvn7--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 8 Feb 2022 10:22:30 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Feb 08 05:22:30 2022
Received: from localhost ([127.0.0.1]:45457 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHNdl-0008GR-Uh
	for submit <at> debbugs.gnu.org; Tue, 08 Feb 2022 05:22:30 -0500
Received: from albert.telenet-ops.be ([195.130.137.90]:50096)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nHNdj-0008GH-Pj
 for 53765 <at> debbugs.gnu.org; Tue, 08 Feb 2022 05:22:28 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id saNS260024UW6Th06aNS6B; Tue, 08 Feb 2022 11:22:26 +0100
Message-ID: <f49bdb76e91625abbcd1e2fe65d7e89358c67e0b.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 10/17] gnu: Add clojure-tools-logging.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Tue, 08 Feb 2022 11:22:25 +0100
In-Reply-To: <87k0eb32c1.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87k0eb32c1.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-okp6YsAYEYuxDHmjzd/d"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644315746; bh=5WYf++sNM5eajbq5/7NO0Sco5l0rcIYZ5FUO+a7nZJM=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=MudcmZLN71SaatwTxzLgyr97MPRwDwgKjcZmsrTlCxdGE8V+kAvpbPLEgU5GoIKqS
 ygYDJhx+gK5cdW9d64eG61pC1BcgYSB7E7AtyGjq8VKr4oct0KfNDISjGiHt8udKBI
 ArLTyB9mszRAvu8PyjYTB0W7wzcjZ25NmSq8wAb4xGAtu1PrVVbAMWehlHK3AWyqoz
 FV98wRwhf03taaoLBI2SbsFHkWwoROc+CN3W7nLoDdyI0hv+IieCJHG+hKxcNb4bWq
 uOJWMCjGbeKM0kBkLenrimWlx4x5DAzo+yOWx/UAitP0wPicrWUY4mRw4tmAzxCQSo
 cX7BOR+cponzw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-okp6YsAYEYuxDHmjzd/d
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:25 [-0500]:
> +=C2=A0=C2=A0=C2=A0 (description "A complete Clojure reader and an EDN-on=
ly reader, works with
> +Clojure versions >=3D 1.4.0 and Clojurescript >=3D0.5308 and since versi=
on
> +0.10.0-alpha1.")

Guix only has version 1.10.0>1.4.0 of Clojure and doesn't have
Clojurescript packaged, so I don't see the point of mentioning these
version ranges.

Also, as per =E2=80=98Synopses and Descriptions=E2=80=99: =E2=80=98avoid us=
ing acronyms without
first introducing them=E2=80=99.  EDN has not been introduced.

=E2=80=98Keep in mind that the synopsis must be meaningful for a very wide
audience.  For example, =E2=80=9CManipulate alignments in the SAM format=E2=
=80=9D might
make sense for a seasoned bioinformatics researcher, but might be
fairly unhelpful or even misleading to a non-specialized audience.=E2=80=99

What does =E2=80=98reader=E2=80=99 mean here?  Is it a book explaining Cloj=
ure?  Is
it an application for helping the user with reading Clojure source
code?  Is it like Scheme's 'read' procedure or whatever wisp's 'read'
procedure is named?

What is meant by =E2=80=98complete=E2=80=99 here -- how does it compare to =
incomplete
Clojure readers?

Greetings,
Maxime.


--=-okp6YsAYEYuxDHmjzd/d
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgJEYRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7vkmAP9U5SrA08u826pj3IdqiKIwk3j4
pAOuy6k3Wbw5bPkWXQD/RPRWnrJfIuxDJy1JX70nf3qo+LPhkDvUJpUvegofIgw=
=BSq7
-----END PGP SIGNATURE-----

--=-okp6YsAYEYuxDHmjzd/d--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 8 Feb 2022 10:15:31 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Feb 08 05:15:31 2022
Received: from localhost ([127.0.0.1]:45426 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHNX1-0006G9-0e
	for submit <at> debbugs.gnu.org; Tue, 08 Feb 2022 05:15:31 -0500
Received: from laurent.telenet-ops.be ([195.130.137.89]:34496)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nHNWz-0006D7-6P
 for 53765 <at> debbugs.gnu.org; Tue, 08 Feb 2022 05:15:29 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by laurent.telenet-ops.be with bizsmtp
 id saFT2600U4UW6Th01aFTwy; Tue, 08 Feb 2022 11:15:28 +0100
Message-ID: <49bc6f6dd6193bddd0f754f0dbe63a4bb6c0d6ad.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 10/17] gnu: Add clojure-tools-logging.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Tue, 08 Feb 2022 11:15:27 +0100
In-Reply-To: <87sfsuwc9y.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87k0eb32c1.fsf@HIDDEN>
 <d52c82cfad7f966ac82e5d1566b94b14c8b32510.camel@HIDDEN>
 <87sfsuwc9y.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-JOc6jOSC2N/kmE1eHnA2"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644315328; bh=iy8HIhPaV81Ia2xwFSSvF+DiferAvo966tkzvturf8A=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=OLGpIIYEnjoV8VhHMXKvUz68scGOWN0oMNmo+8XpXXzNIpZsxAksYew7aWowoTF/b
 mtqcszqZ++2DQ5XGMT4da/TZF4PjcDDyKQ74Ofhy7Mv7eRqxzUw5cGx+xIAUNK5BDI
 IY9gOrSnaW6YrK1azn0JnC51142SuHnxvj4W+p8hjlUF1sfA1ra5nvdDEuBCKLbXAa
 bvu/4j2Mcc+/mBajDbZbLjjgti3CnPFABbEUeDPGCeoIlpTNQz7pxcw/tVUTiJFQ4v
 ry0uyAkBQHAjht467nawciNAiuO1CpAQwB9CzmlolVDE3ubBlbF+ywbEIy5tvsSSpI
 Zwx+DF0dIDTOg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-JOc6jOSC2N/kmE1eHnA2
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op ma 07-02-2022 om 17:19 [-0500]:
> > Like mentioned for another packages, in that case the tests or the
> > main
> > code are broken, and in the latter case, clojure-tools-logging is
> > broken, so it should be fixed or at the very least=C2=A0upstream should
> > be
> > informed, before including it in Guix.
>=20
> This is caused by a problem with how Guix compiles clojure itself, in
> the ant-build-system. I believe it has to do with preserving
> timestamps
> on AOT compiled files, but it is not a bug I fully understand or am
> qualified to fix. However, to be clear, tests upstream are fine.

I recommend filing a bug and linking to it from a comment next to
;; #:tests? #false.

Greetings,
Maxime.

--=-JOc6jOSC2N/kmE1eHnA2
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgJCvxccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7rg2AP0QEdzsHRs8Xn4ErrjXH05Sergv
5RGA8W4fwAPMBuebJQEA/0BluLN7uTnf/gXJVK1OsPbah9oSQ8oKaWU8MMxupws=
=0EM6
-----END PGP SIGNATURE-----

--=-JOc6jOSC2N/kmE1eHnA2--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 23:46:51 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 18:46:51 2022
Received: from localhost ([127.0.0.1]:44119 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHDid-0007jG-IE
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 18:46:51 -0500
Received: from mout-p-201.mailbox.org ([80.241.56.171]:54232)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nHDib-0007j3-NR
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 18:46:50 -0500
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4Jt2q66BS3z9sT6;
 Tue,  8 Feb 2022 00:46:42 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1644277600;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=5ce1aUGRXOY3oiTM3etbRH2NLui4QdR9ULzDLo+NqPU=;
 b=oHSCUiKt56IJumP/nfptfVURPVn1FVYLnh24d/81P0SlpVSAG7UeWbE9VF226tBI1pvVba
 vT7b4LHTV3kU3tPhUPNhuL+0W8QzO6Y57cfuBWXs3BUAvHGZPom2nSTWLBP8+yAzruC0oO
 5s1MBjvalKcjsrp+9Gyns0NPTjeYOMUQuS1XDURfvdgTkcCWAACS/xc7oV5+rMTIQFhWDp
 ye+YNqoA9rCLEnE0p3cuWMwr5O8TXrQ9pUXwvuGp4seuD9p09sbYEqJjs0+8ul9+CZJyBj
 grZCuoiVhcb0vQxVPh2edEI2akg02U4avbGCQLbiAeRvjSrInuxcJR0vM7zqrQ==
From: Reily Siegel <mail@HIDDEN>
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] [PATCH 11/17] gnu: Add clojure-core-async.
In-Reply-To: <b98f16b380b1733ea4ff367a4a6af9e9c59dbf83.camel@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87iltv32bu.fsf@HIDDEN>
 <b98f16b380b1733ea4ff367a4a6af9e9c59dbf83.camel@HIDDEN>
Date: Mon, 07 Feb 2022 18:46:24 -0500
Message-ID: <87pmnyw88f.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:


> That seems like a bug --- in the main source code, in the test suite,
> or in Clojure itself.  In the first and last case, this indicates
> a real problem to be fixed (presumably upstream) and not simply ignored
> --- what is the point of a test suite when we just ignore failing (or
> hanging) tests?

This was an issue with the clojure-build-system, but either the patch I
submitted recently or another patch has resolved the issue, so these
test cases seem to now work successfully. These exclusions will be
removed in the second version of the patch.

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 22:19:25 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 17:19:25 2022
Received: from localhost ([127.0.0.1]:44031 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHCM1-0005Vw-Jg
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 17:19:25 -0500
Received: from mout-p-202.mailbox.org ([80.241.56.172]:36398)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nHCLw-0005Ve-IW
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 17:19:24 -0500
Received: from smtp2.mailbox.org (smtp2.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:2:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Jt0t95n3pz9sTJ;
 Mon,  7 Feb 2022 23:19:13 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1644272351;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=2S8m3lo3C5w1T133Vfdk6SKKHwYa0Ho1RodbDj0/wiE=;
 b=exiFj9lMbO0spVPIYxS0FmLzkwjS/dELXxnflmn6xCpx8nvBvxabfvIZlK1pIHHdrjIjr4
 mNexYHvL7zcs3JGWcJjdmTTwRVGg18FxSLne0xE50TuEQPmQNCab579nimuIv6Vd1VEO4E
 t0f+DM/ph+WvD9uh1IzzNfgrYDON9wUlf5I9Abz7b5tVNVMOCs/p1OyGosrV4R40u2Duom
 a+e6zv21JR6Kty6E3VyXxAihauOKjY5dwW6jB9AV8Q7PQMWdVSLix5sLcW9BYBtOaIDgUy
 STerT2cjvPWt6VnFlPSB9PNqw1xLZgfykFo55wOYS4YwLz04QtQMWImsUvz2DA==
From: Reily Siegel <mail@HIDDEN>
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] [PATCH 10/17] gnu: Add clojure-tools-logging.
In-Reply-To: <d52c82cfad7f966ac82e5d1566b94b14c8b32510.camel@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87k0eb32c1.fsf@HIDDEN>
 <d52c82cfad7f966ac82e5d1566b94b14c8b32510.camel@HIDDEN>
Date: Mon, 07 Feb 2022 17:19:05 -0500
Message-ID: <87sfsuwc9y.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> Like mentioned for another packages, in that case the tests or the main
> code are broken, and in the latter case, clojure-tools-logging is
> broken, so it should be fixed or at the very least=C2=A0upstream should be
> informed, before including it in Guix.

This is caused by a problem with how Guix compiles clojure itself, in
the ant-build-system. I believe it has to do with preserving timestamps
on AOT compiled files, but it is not a bug I fully understand or am
qualified to fix. However, to be clear, tests upstream are fine.

--=20
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 20:55:53 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 15:55:52 2022
Received: from localhost ([127.0.0.1]:43920 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHB3A-0001Av-LL
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:55:52 -0500
Received: from baptiste.telenet-ops.be ([195.130.132.51]:56044)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nHB38-0001Am-7z
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:55:50 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by baptiste.telenet-ops.be with bizsmtp
 id sLvo260104UW6Th01Lvo4T; Mon, 07 Feb 2022 21:55:48 +0100
Message-ID: <d52c82cfad7f966ac82e5d1566b94b14c8b32510.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 10/17] gnu: Add clojure-tools-logging.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 07 Feb 2022 21:55:43 +0100
In-Reply-To: <87k0eb32c1.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87k0eb32c1.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-Hmlt8y6YTvjsgaUQFnTB"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644267348; bh=/dX9qdPxIDIIYGCalF0TXLspRB0fqck/ucBnilc3jAQ=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=fj8Zps0njtn+v3LnnwTiKLTsBpAW+DEUAJs9FR1kYm/TLZ0spFEwJeBRRYLrX+mOY
 zZ4vN9C93fhu4amj4LOA/jzSqz4pGkX1lPVkrUWV+SKDUjdc0qIY/54IxnKtg5aH0w
 O5KTRqGBohQiU+i2n3WMXDcIvBWXuRNLtlaUPdPEyqWaFRmmonJ0b7FnCiAWMufG0U
 p4JThgGM4lc5z3gIohgwA48IdKIUgPgJlvdo3MI9shly6Ja0GDNNmRe8wpHYeNTDe/
 4rCbjSp+aZnSq6TjOIAz6KzEM7h2VioyLI+ujoumpgIZoJEmUMnF1BmSly9g+EPbWu
 NkG4FaOYfKDtw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-Hmlt8y6YTvjsgaUQFnTB
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:25 [-0500]:
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; Tests fail due to issues with cl=
ojure.pprint
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:tests? #f))

Like mentioned for another packages, in that case the tests or the main
code are broken, and in the latter case, clojure-tools-logging is
broken, so it should be fixed or at the very least=C2=A0upstream should be
informed, before including it in Guix.

I'll look at patches 1--10 later.

Greetings,
Maxime.

--=-Hmlt8y6YTvjsgaUQFnTB
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgGHTxccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7j8bAQDVM5sljoCcZfqHIhmXA31VKvRd
eeB+nzdTN5nZYl8HBAEA6Qp01GA24mjUn/Nhy8D5tenkZrCtUY3EBtbg7WbOkAY=
=OfJ4
-----END PGP SIGNATURE-----

--=-Hmlt8y6YTvjsgaUQFnTB--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 20:53:26 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 15:53:26 2022
Received: from localhost ([127.0.0.1]:43915 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHB0o-00017M-8T
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:53:26 -0500
Received: from andre.telenet-ops.be ([195.130.132.53]:42876)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nHB0k-00017A-Gn
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:53:25 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by andre.telenet-ops.be with bizsmtp
 id sLtL2600C4UW6Th01LtLoU; Mon, 07 Feb 2022 21:53:20 +0100
Message-ID: <b505977638e143e9f4abea08f8ea2f27f2173e0d.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 11/17] gnu: Add clojure-core-async.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 07 Feb 2022 21:53:15 +0100
In-Reply-To: <87iltv32bu.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87iltv32bu.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-hEbQOMoO3FnqvitF2/nn"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644267200; bh=haPWKnyrDmVoaXmdKotO+bFs/hinyJVvbUvexisnmMc=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=W2WFUyjnlVtssgH8kdp+mh4o1f4u/e216rhfsbpgm/qoro4LDAJP0kLMuPoq3iKol
 BwUaKdpYaXLricua58ehqeXjUm0Hj2DnEZBu+D5PE+xowUBQUikGGNwFWDdMt8CFHJ
 FE/zNqgTHW5YJ2ltFEqagT0GnrE03ydE0/BbN9ISKeihfr0jyxgGoogq6CqYGFZYHL
 cZCZkrWzRoBmq6gRZT6zdWQOZQ/RV4/N6k31e3p0K3VeTdS6z5pCgVaBjMxq2E88VU
 zCPjFb9qkhu70nvpYASqbRmqH+r2LmwL4M8rRe/Qpt7Kv2kXKmeclg4eBYUW/8rSOa
 cJTDiam32kw8w==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-hEbQOMoO3FnqvitF2/nn
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:25 [-0500]:
> +=C2=A0=C2=A0=C2=A0 (source (origin

A license header is missing from ioc_macros_test.clj, lab_test.clj and
timers_test.clj, async_test.clj and pipeline_test.clj, ex-alts.clj, ex-
altsgo.clj, ex-async.clj, ex-go.clj and walkthrough.clj, while it is
present in other source code.  As such, it seems like an oversight
upstream.  Could upstream be informed?

There doesn't appear to be any malware.

Source code looks authentic to me (the repo belongs to the =E2=80=98clojure=
=E2=80=99
GitHub organisation, and clojure.org links to that GitHub
organisation).

Greetings,
Maxime.

--=-hEbQOMoO3FnqvitF2/nn
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgGGuxccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7lovAP93BgwIR+fHPAjoHpJbrp9ipsF/
LejOTnnV71N1hdNkbwEA1Iz/I4fHK96HLGir13/O/z31WXnW6TzlkL0Sg5YeAgg=
=iogj
-----END PGP SIGNATURE-----

--=-hEbQOMoO3FnqvitF2/nn--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 20:37:26 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 15:37:26 2022
Received: from localhost ([127.0.0.1]:43909 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHAlJ-0000iR-Px
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:37:26 -0500
Received: from laurent.telenet-ops.be ([195.130.137.89]:41390)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nHAlB-0000i9-Im
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:37:24 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by laurent.telenet-ops.be with bizsmtp
 id sLdG2600J4UW6Th01LdGgs; Mon, 07 Feb 2022 21:37:16 +0100
Message-ID: <b98f16b380b1733ea4ff367a4a6af9e9c59dbf83.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 11/17] gnu: Add clojure-core-async.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 07 Feb 2022 21:37:16 +0100
In-Reply-To: <87iltv32bu.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87iltv32bu.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-Kzx3vlCY3Jjw7Ig7j3FL"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644266236; bh=VOU46rdIxucGKS1eMzIRCwSMji2l94mXMvFOSes+b6k=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=kGQnVdVx5NpVqtJDSNhgj8y/9EN2TJO/m+/t+E1zDqvm0vhKttSa1rPb4Ue6DqKDU
 Gv6MOA26EIfo9Rj/HBNeWcyE7aM4m9TXMz7plhgZBsVtLKOMNH2Cwyqr0Xlhk3uKLg
 Yh/b4olh9AtmDgP+WBBv7wbLu51xnt2MvZV41FKpKwMav60H4f4/2Eqp9Wz+jGTyKf
 b7YGBHBP8TJNKmL1ePGvWCLi772mTYrnRlY1upDrk+Vha+WiZBvf7PrsNe1JkxYMrh
 vclqEvIaydu8t9axFMIHuNYuLlfln3NU+QrvewCEiIW4Og3IBH5LwN4IPxTDeZgNTR
 GrWB4q/yzYytg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-Kzx3vlCY3Jjw7Ig7j3FL
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Hi,

Reily Siegel schreef op do 03-02-2022 om 19:25 [-0500]:
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; These tests cause the build syst=
em to hang.
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:test-exclude '(clojure.core.async=
-test
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 clojure.=
core.async.lab-test)))

That seems like a bug --- in the main source code, in the test suite,
or in Clojure itself.  In the first and last case, this indicates
a real problem to be fixed (presumably upstream) and not simply ignored
--- what is the point of a test suite when we just ignore failing (or
hanging) tests?

In the second case, upstream needs to be informed such that they can
fix their tests.

Has upstream been informed?

Greetings,
Maxime.

--=-Kzx3vlCY3Jjw7Ig7j3FL
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgGC/BccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7hzHAP9pU+/aCUTRtcjHmje6eg9/uygz
k0GwfYwoa+7Y+OGJ7gEA9gusWLHaXlLhebWOlKAxQ3JEsS6hCVUPzpJVPtse/gM=
=zZHF
-----END PGP SIGNATURE-----

--=-Kzx3vlCY3Jjw7Ig7j3FL--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 20:34:26 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 15:34:26 2022
Received: from localhost ([127.0.0.1]:43904 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHAiQ-0000e2-CT
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:34:26 -0500
Received: from laurent.telenet-ops.be ([195.130.137.89]:38302)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nHAiO-0000ds-Gp
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:34:24 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by laurent.telenet-ops.be with bizsmtp
 id sLaN2600W4UW6Th01LaNLu; Mon, 07 Feb 2022 21:34:23 +0100
Message-ID: <f22bcb9a8aa64ad7cf6ee63f94772538b67011d1.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 11/17] gnu: Add clojure-core-async.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 07 Feb 2022 21:34:22 +0100
In-Reply-To: <87iltv32bu.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87iltv32bu.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-CLjkGnEcT1TTMIgPXixv"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644266063; bh=cgMpmBxSEeewLisdfO8+h+pN5OgsYXiCnQSTmrjV9Cs=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=dc9nGXOacaLxKPEK5Wc+GgdpjnX+UORWQwWxrLAWNb3iqukvI50lZTPlJjpa8dSzf
 I8ffIAy2bDI8emHLk2oUMv3E9RZQvKGXoFqj1wjeTeVIQMdN3jE2vqDu4ROYShPnmn
 NQMOBMv/qio9OXokkRbPHv6DyKs7thtFT0Ub48DwuIJwJUAVuvBw8QSwf3hFD+7WTX
 vXyB/mqENgZ27PTAgZuvC+ues3UaOIZC//9Mf7z6vMkTP0nHYcFgWtW/Vrh5F6nG7i
 x8JPI/g0/kP2W5uh3LsRSbyvq7ftVX7KwW5eTARXRrC/X7W9aZIOzpwti9+SEiUemO
 sOmVCd/SjGbaA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-CLjkGnEcT1TTMIgPXixv
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:25 [-0500]:
> +=C2=A0=C2=A0=C2=A0 (synopsis "Facilities for async programming and commu=
nication in Clojure")
> +=C2=A0=C2=A0=C2=A0 (description "Facilities for async programming and co=
mmunication in
> +Clojure using communicating sequential processes.")

As per (guix)Synopses and Descriptions, use complete sentences in
descriptions.  Additionally, this is rather on the short side, more
information would be nice.

Greetings,
Maxime.

--=-CLjkGnEcT1TTMIgPXixv
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgGCThccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7tWVAQDjv923viOP11fnofN5HEopOajr
N7097Tf0g3OQNIwLeAEAofDhSG+j2dIwwSdIXsQ5ZRgdUfWQEWoXj6gUgryRhwY=
=L11R
-----END PGP SIGNATURE-----

--=-CLjkGnEcT1TTMIgPXixv--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 20:33:06 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 15:33:06 2022
Received: from localhost ([127.0.0.1]:43899 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHAh8-0000c7-3S
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:33:06 -0500
Received: from baptiste.telenet-ops.be ([195.130.132.51]:58962)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nHAh6-0000c1-UY
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:33:05 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by baptiste.telenet-ops.be with bizsmtp
 id sLYy2600G4UW6Th01LZ3uE; Mon, 07 Feb 2022 21:33:03 +0100
Message-ID: <b5e6cc241dc731aed257f673ebc1577b1cbe331f.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 11/17] gnu: Add clojure-core-async.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 07 Feb 2022 21:32:58 +0100
In-Reply-To: <87iltv32bu.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87iltv32bu.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-qy95p8Do9Fa/JF+oc124"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644265983; bh=4HK95ll1U7SYgFHS29Qq7wlo+oPjtVU97foPqcSgB3E=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=dgY0B6zopyzyHoYIRqP09tllEsVdAh6UVeJiBnGWPVqHiPTfYGQVRsw5gzDtNH/LT
 bPjypn7GJfausgbPavckrrWZroOGqTa5xcpba9tkOoch28VOb7+prvptsLAV2rnIca
 8xPWQvmWvE/YAC2b/uSp3tPedMJPcbI/zxTnYIIKv/JDxygzKHVuPEaGTjfswZK/zf
 RloBq8ibm9MVwvflRP2fQi5txUrC5nSOOjt/quIu9reowSFFHKGBfrphk5zag2BHE0
 +KF7GUoeimuTmu7rmMk9Xp/sRjN9QMZX98J33x/pWM0Tt/2vvzNGd4GXIxwBCyZWcJ
 GAIQr5NFE5djg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-qy95p8Do9Fa/JF+oc124
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

UmVpbHkgU2llZ2VsIHNjaHJlZWYgb3AgZG8gMDMtMDItMjAyMiBvbSAxOToyNSBbLTA1MDBdOgo+
ICvCoMKgwqAgKGhvbWUtcGFnZSAiaHR0cHM6Ly9naXRodWIuY29tL2Nsb2p1cmUvY29yZS5hc3lu
YyIpCj4gK8KgwqDCoCAoc291cmNlIChvcmlnaW4KPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
wqAgKG1ldGhvZCBnaXQtZmV0Y2gpCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgICh1cmkg
KGdpdC1yZWZlcmVuY2UKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAg
KHVybCBob21lLXBhZ2UpCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
IChjb21taXQgKHN0cmluZy1hcHBlbmQgInYiIHZlcnNpb24pKSkpCgpXaGlsZSBzb21ldGltZXMg
dGhlcmUgbG9jYXRpb25zIGhhcHBlbiB0byBjb2luY2lkZSwgaG9tZSBwYWdlcyBhcmUgZ2l0CnJl
cG9zIGFyZSByYXRoZXIgZGlmZmVyZW50IHRoaW5ncy4gIEFzIHN1Y2gsIHRoZQoiaHR0cHM6Ly9n
aXRodWIuY29tL2Nsb2p1cmUvY29yZS5hc3luYyIgbmVlZHMgdG8gYmUgcHV0IGludG8gdGhlICd1
cmwnCmZpZWxkIGluc3RlYWQgb2YgJ2hvbWUtcGFnZScuICBBdCBsZWFzdCwgdGhhdCdzIHRoZSBj
dXJyZW50IGNvbnNlbnN1cwpBRkFJQ1QsIEkgaGF2ZW4ndCBnaXZlbiB0aGlzIG11Y2ggdGhvdWdo
dCBteXNlbGYuCgpHcmVldGluZ3MsCk1heGltZS4KCg==


--=-qy95p8Do9Fa/JF+oc124
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgGB+hccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7mLNAQD1Ko3/Bo467OTnvu5kMQZ6YSMS
95ggEFGU3LCuhpSv4QD9H55oPSogb1BR9WCha+P+yXIKbJPZzU5XpKXXu8fCugQ=
=c0Yf
-----END PGP SIGNATURE-----

--=-qy95p8Do9Fa/JF+oc124--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 20:32:24 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 15:32:24 2022
Received: from localhost ([127.0.0.1]:43893 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHAgR-0000ag-Qu
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:32:23 -0500
Received: from mout-p-202.mailbox.org ([80.241.56.172]:36746)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nHAgQ-0000aS-1a
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:32:22 -0500
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4JsyVl5B3kz9sT1;
 Mon,  7 Feb 2022 21:32:15 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1644265933;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=TO3Yt/kXeIsNfg79YJbnbZuwk4JDOpGkA42zoNJZRns=;
 b=KdDtZi68f7YqMuk4b2xZTN4ZlVGImmj+uhJsCllIscdgnA8W7frMT5yRTxBf+hCa/+29Ui
 ydb/+lgxY4+vfPGzaU1VxjO1uy+ba4Qp9qbi1Mg5WsYWsMS43UWD0YELQT8CuTeIJI7sLV
 b+2olM4JN9J8C0apJSwZl9CS2MaQ1Bv8VLaVkBn26hn5m8w8OMdtLpKiTWGXyqDcZ99u3y
 Lh6DvunZN95cEgFie5Yyg9LKR56vCzG0mcXyNiI9zsJDyexAS/72mrKtHVaYfTUBFFm8CI
 UFSxod0YL3klna63nHGdD+aycaNOajrWsh02yPFrrua1etv3VT6JYJM9Dp9O6g==
From: Reily Siegel <mail@HIDDEN>
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] [PATCH 12/17] gnu: Add
 clojure-com-cognitect-http-client.
In-Reply-To: <ebdee237662aac5a72e91a23043fb6a9a36fd233.camel@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87h79f32bm.fsf@HIDDEN>
 <ebdee237662aac5a72e91a23043fb6a9a36fd233.camel@HIDDEN>
Date: Mon, 07 Feb 2022 15:31:55 -0500
Message-ID: <87wni6wh8k.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> The variable name, package name and URI are inconsistent.
> They should all be http-client, not aws-api, I think?

Thanks for catching this, I will fix in v2 of the patch.

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 20:29:46 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 15:29:46 2022
Received: from localhost ([127.0.0.1]:43887 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHAdu-0000V1-EK
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:29:46 -0500
Received: from andre.telenet-ops.be ([195.130.132.53]:45136)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nHAdo-0000Um-CO
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:29:44 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by andre.telenet-ops.be with bizsmtp
 id sLVe2600H4UW6Th01LVeUW; Mon, 07 Feb 2022 21:29:38 +0100
Message-ID: <056cda1d14838f41735e20c1bb35dad59faef016.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 12/17] gnu: Add
 clojure-com-cognitect-http-client.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 07 Feb 2022 21:29:38 +0100
In-Reply-To: <87h79f32bm.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87h79f32bm.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-CuuIFWpZf+gHcg/jECco"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644265778; bh=4If+5EG6C1rU8mWMQXPO/WsSD4hBynqpQxiR5UqV/xw=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=jIhVi7lJgiRBs7V8Vgc5mYv+rtHwul4/lKdUVX6EqUgZpRl2T65GTsyl8Shgk7TTE
 heUzN7ywD/hoWjr2aCIkcWJyAUn8Yc0CrJDskvdQcVw+Xy/9AmMnidm4C66E8Lkn95
 XcUBBiIj/XWhkKDvErPoqM3p5mN5WWSqEtzlFoyBsMEkbm22Pa9kDP5UGErEXOCdRF
 hcMm2Y9c6pn0pbO8+vcCV37IsfmcHjpAgxLdHO0cLxGGhDv2mDvNkcYyWt7/ym+fbY
 XucXVwXJfYMi+80ohKmZ420bD8nYEIm9gzcIdM9oxFFTKKCIarSfe/vwJswOsratvv
 Vw49aHaOyDRUA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-CuuIFWpZf+gHcg/jECco
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:25 [-0500]:
> +=C2=A0=C2=A0=C2=A0 (synopsis "HTTP Client for Clojure")

Why is =E2=80=98Client=E2=80=99 capitalised here?

> +=C2=A0=C2=A0=C2=A0 (description "HTTP client for Clojure.")

This seems rather misleading, it is not its own HTTP client
but rather a tiny wrapper around jetty's HTTP client that
makes the API a bit less Java-y and more Clojure-y.

I would mention something along the lines

(description "This package is a Clojure wrapper around Jetty's HTTP
client for Java.  While Jetty is a Java package and hence its API
follows Java conventions, this Clojure wrapper follows Clojure API
conventions.")

Greetings,
Maxime.

--=-CuuIFWpZf+gHcg/jECco
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgGBMhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7gVXAP9MJruPEm24tiaHkWuyCLnvbkQv
ItpawOLlHl+9zoxSogD+M/UOsmA9up49FwktTq98y0vPIG6BnMDNw89iuvILjwQ=
=nEv1
-----END PGP SIGNATURE-----

--=-CuuIFWpZf+gHcg/jECco--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 20:23:14 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 15:23:13 2022
Received: from localhost ([127.0.0.1]:43882 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHAXZ-0000Km-Nv
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:23:13 -0500
Received: from xavier.telenet-ops.be ([195.130.132.52]:53732)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nHAXY-0000Kc-A2
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:23:12 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by xavier.telenet-ops.be with bizsmtp
 id sLP92600X4UW6Th01LP9AV; Mon, 07 Feb 2022 21:23:10 +0100
Message-ID: <ebdee237662aac5a72e91a23043fb6a9a36fd233.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 12/17] gnu: Add
 clojure-com-cognitect-http-client.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 07 Feb 2022 21:23:09 +0100
In-Reply-To: <87h79f32bm.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87h79f32bm.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-Hgn9F2RM7XcS+VlqqvPe"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644265390; bh=SLqySlEOjde9rfx4BhdxbqxUMwGEhihe0oi9/DH/uuc=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=opKdqZrN7VFQYz9Tf6PQfRvvh5qM/haxHaJdj7k1/teDB1snA2SedryD5ji0O1M7v
 BepXqgztbEAIztQhPJ0dm2gga/bmHatIcSpjgX8YLwgFXyLXDO2t+7W6TAo1XucTg0
 O64ZMX2Mpz5PBFdvK/5hPf/6CsA6jbqdSyK6WxrbNaA4T3tZZXxQtcPi7vY5Je8kIq
 SP040WFU9UTVr5oRP6EdmH66rzwMn/HgiN6t0UAC/apKVRfOmUgdbxvzg2Y4toeh6f
 g6mAPuhjHyOTtiaf0DEeXPTDzYHpUB8UzEABgFdZTr48d1rJijx2J5rjPE0ENA2cqN
 Gso0Oy3d74fiw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-Hgn9F2RM7XcS+VlqqvPe
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:25 [-0500]:
> +(define-public clojure-com-cognitect-http-client
> +=C2=A0 (package
> +=C2=A0=C2=A0=C2=A0 (name "clojure-com-cognitect-aws-api")
> +              (uri (string-append "https://repo1.maven.org/maven2/"
> +                                  "com/cognitect/http-client/"

The variable name, package name and URI are inconsistent.
They should all be http-client, not aws-api, I think?

Greetings,
Maxime

--=-Hgn9F2RM7XcS+VlqqvPe
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgF/rRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7obxAQCa6U7v5VjIcvg3DdZ6UmWH7OGf
cIrGkxcTB+lF1ug2jwD+JJ5Z5DoPObAqxXIVBd7yoaxwqTy5K3T8kjAJlAGzvQ0=
=StI1
-----END PGP SIGNATURE-----

--=-Hgn9F2RM7XcS+VlqqvPe--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 20:21:54 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 15:21:54 2022
Received: from localhost ([127.0.0.1]:43877 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHAWI-0000IL-Cn
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:21:54 -0500
Received: from baptiste.telenet-ops.be ([195.130.132.51]:44740)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nHAWF-0000IA-3O
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:21:53 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by baptiste.telenet-ops.be with bizsmtp
 id sLMo2600B4UW6Th01LMp6n; Mon, 07 Feb 2022 21:21:49 +0100
Message-ID: <bb66f60b61b46a9b53882e8fafcd90a15e72b3aa.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 12/17] gnu: Add
 clojure-com-cognitect-http-client.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 07 Feb 2022 21:21:44 +0100
In-Reply-To: <87h79f32bm.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87h79f32bm.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-nNqXDviNbBivOSA+PCmr"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644265309; bh=bVwEtE1Tcge57sKoaxOEipCLsIkMEwJ3ce/jsou1MV0=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=DqiUWarBM4ahlYTipqqqr+/CYdvNtIkraihZaovbJygjbuY4se6KdpGTDjjlo422W
 Bca+V6M3Cc2Db0UM8gyl3YV4aMUirVp6V/Pvu/UJu7uM1oLEcFIlPU/VKuQT0GG1Ob
 1OnZJyb3nkkKO4YjKerkwp6ow2h0b47oKnBgi9Br0MujFpeo3s9qCpD00zCIcKQ3Dx
 Mj9sh2eTCp4okxpMNCIoo1kzCo8RwFlvkovKHqo+joZ0X8qRB1FRkrXcUmon3afUBY
 LTwrS7x4cg2sgs5dzC1ybP5ghbIEupIucwFU1NC00lHi3V0UGYYlYkcELgORiVqtgm
 OtbGKw83lvJMg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-nNqXDviNbBivOSA+PCmr
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:25 [-0500]:

> +(define-public clojure-com-cognitect-http-client
> +  (package
> +    (name "clojure-com-cognitect-aws-api")
> +    (version "1.0.111")
> +    (source (origin
> +              (method url-fetch)
> +              ;; This JAR contains only uncompiled Clojure sources.
> +              (uri (string-append "https://repo1.maven.org/maven2/"
> +                                  "com/cognitect/http-client/"
> +                                  version "/http-client-"
> +                                  version ".jar"))
> +              (sha256
> +               (base32
> +                "0n03vyr6i6n8ll8jn14b5zsba5pndb0ivdwizimz16gd8w3kf5xh"))=
))

I downloaded the JAR and verified the hash matches.

> +    (license license:asl2.0)))
>=20

This time, the source code has a COPYING file and the headers of the
source code state that it is Apache 2.0, which is good.

There's still something weird though: even though the source files
later state it's Apache 2.0, initially they state

;; Copyright (c) Cognitect, Inc.
;; All rights reserved.

This seems rather contradictory --- do they reserve all monopology
rights for theirselves, or do they license it as Apache 2.0, giving
people some rights?  The intent seems clear here (Apache 2.0), so
not a blocker for inclusion in Guix I think, but IANAL and this should
ideally eventually be fixed upstream.

The files in the zip appear to be actual source code, not compiled
something.  There indeed doesn't appear to be anything malicious.

I'll look into the authenticity later.

Greetings,
Maxime.


--=-nNqXDviNbBivOSA+PCmr
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgF/WBccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7hYzAQClyrzVAVEUMXrJEXqr6Yj+s9zq
BiJGo61t5e7DuggTGgD/c0jBd2rRAALU00IaUCYzU91cqaWu6zbpZE3OO9xJPAQ=
=SIDt
-----END PGP SIGNATURE-----

--=-nNqXDviNbBivOSA+PCmr--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 20:02:01 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 15:02:01 2022
Received: from localhost ([127.0.0.1]:43862 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHAD2-0008G3-SO
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:02:01 -0500
Received: from mout-p-202.mailbox.org ([80.241.56.172]:34012)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nHAD0-0008Fp-62
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 15:01:59 -0500
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Jsxqg3Zmwz9sQW;
 Mon,  7 Feb 2022 21:01:51 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1644264109;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=U2hPvj4cB8D5a9il1PeYw7JLZ3XNqIaDJnz4usm6kqw=;
 b=GmvxyZUgDihUjEOVPFWDGwtVip/4LclTL7fD8jDNeemZz0Vr4Qd9MvR56xLFZ6kx6SXY/t
 43yoBFprgVvv08H0HtFUkEv8zEgmc6dlPgSiIbmdle1v+qq/LvMmNqga0I4Lhcll3GDfLu
 Q3/njTak1FTFlqL0e22AH9XrpTJRqy+8lmXJnIPvw1ibzlwBK9n3aH+bWYVGCxRq9lNwTU
 UtAp+m8x0NBHv6r3bBKWochgMSu/c8Wssbm2p5/M9PDEP4Ndu5dTD/VAPswRogNMutCFJH
 Vmlh0a4nf2eCFQIoe9adkwxiVNfGG5VrnFtLBh4dYR1BCpswMB15aKNTlFBAhQ==
From: Reily Siegel <mail@HIDDEN>
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] [PATCH 14/17] gnu: Add
 clojure-com-cognitect-aws-endpoints.
In-Reply-To: <27061b5a55f028f08a757e07203ddc62e7e216aa.camel@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87fsoz32b3.fsf@HIDDEN>
 <27061b5a55f028f08a757e07203ddc62e7e216aa.camel@HIDDEN>
Date: Mon, 07 Feb 2022 15:01:44 -0500
Message-ID: <87zgn2wimv.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> However, I don't see any indication of it being ASL2.0
> -- <https://mvnrepository.com/artifact/com.cognitect.aws/endpoints>
> says it's Apache 2.0, but that seems in conflict with 4.(a) of the
> ASL2.0:
The pom.xml file on Maven links to
http://www.apache.org/licenses/LICENSE-2.0.txt, is this sufficient to
meet the terms of the license? If not, I can reach out to people from
cognitect, but may or may not be able to get a response.

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 19:57:27 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 14:57:27 2022
Received: from localhost ([127.0.0.1]:43858 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHA8d-000881-0Q
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:57:27 -0500
Received: from mout-p-101.mailbox.org ([80.241.56.151]:44682)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nHA8N-00087W-Fv
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:57:26 -0500
Received: from smtp1.mailbox.org (smtp1.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:1:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Jsxk85GCHz9scn;
 Mon,  7 Feb 2022 20:57:04 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1644263822;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=+zeCxV3BGCXA69YpTeWrdrYYbTb60lLdZX75B+gpXFo=;
 b=erxMVJza8D7cFgMApKPmRDc0FKZg2NAbzJcaQ9D0sqhhAIN7iIiAGqNv0O4dZHbpteIRrt
 shNFSFK3Dv3Gd87H1dYK182vVbZt6idjhy5EX0uiI68Hx+Y9b7SQqe/bz2XjHS5loiJLJa
 jHOey7sPRcWyo2R1GuGOOB76+U/JJp+nY/TK4jvMB++ziCymLcUu/qxfoyvD5zUI7QVOAP
 CrZGSR9Ew24jJK6K7jRaXQIdl6ke/LqNQxec4Fg256FfoBC+m10F8Kc8PpiqiOPm84Uoog
 Yi9V4WGZxGkSJLhjtrewuXAa64yn5d9knE9Czc1Tdu7nd7xzr+5sCjv/xjNccQ==
From: Reily Siegel <mail@HIDDEN>
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3.
In-Reply-To: <acbd69b0729c8ed16a105b8fa0c416ee3659f72d.camel@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87czk332an.fsf@HIDDEN>
 <acbd69b0729c8ed16a105b8fa0c416ee3659f72d.camel@HIDDEN>
Date: Mon, 07 Feb 2022 14:56:55 -0500
Message-ID: <8735kuxxfc.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> ;; Copyright (c) Cognitect, Inc.
> ;; All rights reserved.
>
> =E2=80=98All rights reserved=E2=80=99 is not ASL2.0, and is blatantly non=
-free.

The pom.xml file says that this is ASL2.0 [1]

> Also, are you sure this is source code? Aside from the comment above,
> I don't see any comments or docstrings in specs.clj.

specs.clj just contains what are essentially type definitions. The
aws-api library that uses this is declarative, so it only needs to load
type definitions, and the edn files that describe the endpoints.

> Furthermore, service.edn and docs.edn are huge blobs -- it's textual
> and not binary, but that doesn't make it source code.

EDN is a strict subset of Clojure used for representing Clojure data
structures, similar to JSON for JavaScript.

> Greetings,
> Maxime.

--=20
Reily Siegel

[1]: https://repo1.maven.org/maven2/com/cognitect/aws/s3/814.2.991.0/s3-814=
.2.991.0.pom




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 19:53:39 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 14:53:39 2022
Received: from localhost ([127.0.0.1]:43854 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHA4x-00082X-El
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:53:39 -0500
Received: from xavier.telenet-ops.be ([195.130.132.52]:35516)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nHA4u-00082I-Rk
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:53:37 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by xavier.telenet-ops.be with bizsmtp
 id sKta2600E4UW6Th01KtbTA; Mon, 07 Feb 2022 20:53:35 +0100
Message-ID: <27061b5a55f028f08a757e07203ddc62e7e216aa.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 14/17] gnu: Add
 clojure-com-cognitect-aws-endpoints.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 07 Feb 2022 20:53:34 +0100
In-Reply-To: <87fsoz32b3.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87fsoz32b3.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-AJv5qEeUyom58TjG5w28"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644263615; bh=LqH9o9C1CTKLZNzh1iMmfh6nhHYxoCXLkJPOrPLeOQM=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=DPPmficr1N38uV9BchwhHEZHu2VVj5HG8gJg0ivcP0d6FIX9xLTvh05gybyBmJc86
 EHJV8nhPVs2z4nIuAm2RmO9GZ+s/dMc5gDBVUySRZZ2Z4xsAANVc8XA82xIz3taXzq
 zB4iWUqJ4daJ55MwlBB6NnR4nf7HVJwezb6rqb09+L//73xVQaum9j6aO3VXvDILMn
 RNkS+ekj3gJv9WZ8OkjsykJ6MezxWhsv5+SKONP/R7DLjo/C/tCko4EjP1pmSCZdmk
 Vblu+26WBTmS/O88Uto2AWijSdOxNMp5iH7uGnuF26dQyp/xki1Hfk9F6jA60AH294
 3SWvLI71MTLqA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-AJv5qEeUyom58TjG5w28
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

UmVpbHkgU2llZ2VsIHNjaHJlZWYgb3AgZG8gMDMtMDItMjAyMiBvbSAxOToyNSBbLTA1MDBdOgo+
ICsoZGVmaW5lLXB1YmxpYyBjbG9qdXJlLWNvbS1jb2duaXRlY3QtYXdzLWVuZHBvaW50cwo+ICvC
oCAocGFja2FnZQo+ICvCoMKgwqAgKGluaGVyaXQgY2xvanVyZS1jb20tY29nbml0ZWN0LWF3cy1h
cGkpCj4gK8KgwqDCoCAobmFtZSAiY2xvanVyZS1jb20tY29nbml0ZWN0LWF3cy1lbmRwb2ludHMi
KQo+ICvCoMKgwqAgKHZlcnNpb24gIjEuMS4xMi4xMzYiKQo+ICvCoMKgwqAgKHNvdXJjZSAob3Jp
Z2luCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIChtZXRob2QgdXJsLWZldGNoKQo+ICvC
oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCA7OyBUaGlzIEpBUiBjb250YWlucyBvbmx5IGRhdGEg
ZmlsZXMuCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgICh1cmkgKHN0cmluZy1hcHBlbmQg
Imh0dHBzOi8vcmVwbzEubWF2ZW4ub3JnL21hdmVuMi8iCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAiY29tL2NvZ25p
dGVjdC9hd3MvZW5kcG9pbnRzLyIKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC
oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIHZlcnNpb24gIi9lbmRwb2ludHMtIgo+
ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC
oMKgwqDCoMKgwqAgdmVyc2lvbiAiLXNvdXJjZXMuamFyIikpCj4gK8KgwqDCoMKgwqDCoMKgwqDC
oMKgwqDCoMKgIChzaGEyNTYKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAoYmFzZTMy
Cj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAiMTVpcnpibnIwZ3A1cGYwbmg5dndz
Nmt5empzYnFzaGlxbTliOGZyamdzbml6dnF3MGpxaiIpKSkpCj4gK8KgwqDCoCBbLi4uXQo+ICvC
oMKgwqAgKGxpY2Vuc2UgbGljZW5zZTphc2wyLjApKSkKCkkgZG93bmxvYWRlZCB0aGUgc291cmNl
IGNvZGUuIFRoZSBoYXNoIG1hdGNoZXMuCkl0IGRvZXMgaW5kZWVkIGFwcGVhciB0byBiZSBwdXJl
IGRhdGEuCkhvd2V2ZXIsIEkgZG9uJ3Qgc2VlIGFueSBpbmRpY2F0aW9uIG9mIGl0IGJlaW5nIEFT
TDIuMAotLSA8aHR0cHM6Ly9tdm5yZXBvc2l0b3J5LmNvbS9hcnRpZmFjdC9jb20uY29nbml0ZWN0
LmF3cy9lbmRwb2ludHM+CnNheXMgaXQncyBBcGFjaGUgMi4wLCBidXQgdGhhdCBzZWVtcyBpbiBj
b25mbGljdCB3aXRoIDQuKGEpIG9mIHRoZQpBU0wyLjA6Cgo0LiBSZWRpc3RyaWJ1dGlvbi4gICBZ
b3UgbWF5IHJlcHJvZHVjZSBhbmQgZGlzdHJpYnV0ZSBjb3BpZXMgWy4uLl0sCnByb3ZpZGVkIHRo
YXQgWW91IG1lZXQgdGhlIGZvbGxvd2luZyBjb25kaXRpb25zOgoKYS4gWW91IG11c3QgZ2l2ZSBh
bnkgb3RoZXIgcmVjaXBpZW50cyBvZiB0aGUgV29yayBvciBEZXJpdmF0aXZlIFdvcmtzIGEKY29w
eSBvZiB0aGlzIExpY2Vuc2U7IGFuZCBbLi4uXQoKc28gdGhlIGxpY2Vuc2UgaW5mb3JtYXRpb24g
b24gTWF2ZW4gZG9lc24ndCBzZWVtIGNvbnZpbmNpbmcgZXZpZGVuY2UuCgpJdCBtaWdodCBiZSBB
U0wyLjAgYWZ0ZXIgYWxsLCBidXQgc3Ryb25nZXIgZXZpZGVuY2UgaXMgbmVlZGVkLgoKR3JlZXRp
bmdzLApNYXhpbWUuCg==


--=-AJv5qEeUyom58TjG5w28
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgF4vhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7gATAP9TeUI/uXzzh7r6pqpcGKD4B0C7
yE4gtyGuBMchEd5LwAD/ZZXYMd/RIdnZb/GMtj4bRxuBuvUtno27tupyLy/eVQE=
=Sko6
-----END PGP SIGNATURE-----

--=-AJv5qEeUyom58TjG5w28--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 19:50:19 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 14:50:19 2022
Received: from localhost ([127.0.0.1]:43841 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nHA1j-0007x6-B7
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:50:19 -0500
Received: from mout-p-101.mailbox.org ([80.241.56.151]:44086)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nHA1g-0007wk-0q
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:50:18 -0500
Received: from smtp1.mailbox.org (smtp1.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:1:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4JsxZ93BCLz9sTF;
 Mon,  7 Feb 2022 20:50:09 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1644263406;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=E9WFCcEqeFNpoBJoG31PIo7r3s3LnkvZfQ6t0JDwWYA=;
 b=k+zpXRbH0NsI3MEW8WYGSyzNJYx4qhu871gIEDTOP7nXhNrlN5QZ6/8ofJO2vXWaCk9VlY
 TlosETgWGsUiuoWNTM/Vrosn1GYFILxh3Ml13SIkR/6kg++dcRUT3gz3KAhB0VW1+7uPP1
 tRd09Ch5j/lPI3O23QUNxkSSNNITd+S9tqmL5qILOfqAFoaKUbKYcqIktTChFdzRxIs8l9
 nFSJGB9sIMxmXnnpzphmFF8w87SlZq9N1lCnGbL9JTq+TfCy9xEC+xnKjz8ggLlN8pj8aY
 G8UNycQe3qiJt+7/wOOK1Dshx3qilEqwfJEVdJKFm22/WkW7cxpDWk3BPNcutA==
From: Reily Siegel <mail@HIDDEN>
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] [PATCH 12/17] gnu: Add
 clojure-com-cognitect-http-client.
In-Reply-To: <0892d295983b8c628b9d446b6c88b70f5a6f83fd.camel@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87h79f32bm.fsf@HIDDEN>
 <d83cdfef4f27c817cbe36590605875f82a4dbd68.camel@HIDDEN>
 <87iltqy2jm.fsf@HIDDEN>
 <0892d295983b8c628b9d446b6c88b70f5a6f83fd.camel@HIDDEN>
Date: Mon, 07 Feb 2022 14:50:00 -0500
Message-ID: <875ypqxxqv.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> A web page from cognitect telling =E2=80=98grab source code from Maven
> (com/cognitect/http-client)=E2=80=99
I am fairly certain that this code is not officially documented and
released as a library, it is only used in internal cognitect projects.
However, this is where other, officially supported cognitect libraries
pull the source from. The dependency specification[1] for cognitect-aws-api
uses:

com.cognitect/http-client {:mvn/version "1.0.110"}

As the location to pull this dependency. Given that the dependency
resolution system uses https://repo1.maven.org/maven2/ by default (see
the file /lib/clojure/deps.edn in clojure-tools), this results in the
URL https://repo1.maven.org/maven2/com/cognitect/http-client/1.0.110.
This is one revision older than the version I use (I just grabbed the
most recent one), but if you would like me to submit a new version of
the patch using this older version instead, I have no problem with that,
and it should work just fine.

> Going over the source code to sniff things like =E2=80=99Send ~/.gnupg to
> evil.com=E2=80=99 should be sufficient.
I have read the entire source code of the project, and can verify that
it doesn't obviously do anything like this. Not claiming that I can
guarantee that the code is bug-free, but there is nothing obviously evil
about it. The code is only ~300 lines long, and mostly wraps existing
Java APIs.

--=20
Reily Siegel

[1]: https://github.com/cognitect-labs/aws-api/blob/master/deps.edn




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 19:44:49 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 14:44:49 2022
Received: from localhost ([127.0.0.1]:43828 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nH9wP-0007lr-4G
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:44:49 -0500
Received: from xavier.telenet-ops.be ([195.130.132.52]:49162)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nH9wM-0007lg-Lp
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:44:48 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by xavier.telenet-ops.be with bizsmtp
 id sKkk2600J4UW6Th01KkkS1; Mon, 07 Feb 2022 20:44:44 +0100
Message-ID: <acbd69b0729c8ed16a105b8fa0c416ee3659f72d.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 07 Feb 2022 20:44:37 +0100
In-Reply-To: <87czk332an.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87czk332an.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-/cZhETYlmbSQXgf/DiHs"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644263084; bh=t0qD+msYHzXSpBfcjNdcBYMncHDascbu1KSkJnBYRqg=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=jIUYAtqKIOuMFt3Hsj/Z0dhpUzWl6Lba3gyNGCz5XuB9y3HjWFoex/eako/m93OC9
 aJEdhzPUEhtQoULdteYhuKh3wgGvpLBFC2f1FYZ2ny3LVeYxyOEVCWWhh1hxVr+ZiD
 2f0h5XdPHSMJqO7Q3SbcpAsV4fqtrmISe/izgEK9DBQ3p/ck88WNtvj13gylngvnmR
 vzSwFaPQ+cd2WLomr+c3aODGSIb5IKvyYcyTkQsRkrbJmB7+1d3sL4DvY7FkJcRoWd
 QGrGAfRMnrqB0YkUu2MbrKrbaNumWrkGm9zL/+xFItB+iGeZsfEe2SOhmthcPlBN/b
 K04Tn8Vbv6mig==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-/cZhETYlmbSQXgf/DiHs
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

UmVpbHkgU2llZ2VsIHNjaHJlZWYgb3AgZG8gMDMtMDItMjAyMiBvbSAxOToyNiBbLTA1MDBdOgo+
ICvCoMKgwqAgKHNvdXJjZSAob3JpZ2luCj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgICht
ZXRob2QgdXJsLWZldGNoKQo+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAodXJpIChzdHJp
bmctYXBwZW5kICJodHRwczovL3JlcG8xLm1hdmVuLm9yZy9tYXZlbjIvIgo+ICvCoMKgwqDCoMKg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAg
ImNvbS9jb2duaXRlY3QvYXdzL3MzLyIKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIHZlcnNpb24gIi9zMy0iCj4gK8Kg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDC
oMKgwqDCoCB2ZXJzaW9uICItc291cmNlcy5qYXIiKSkKPiArICAgIFsuLi5dCj4gKyAgICAobGlj
ZW5zZSBsaWNlbnNlOmFzbDIuMCkpKQoKSSBkb3dubG9hZGVkIGl0LCB0aGUgaGFzaCBtYXRjaGVz
LgpIb3dldmVyLCB0aGUgbGljZW5zZSBhcHBlYXJzIHRvIGJlIGluY29ycmVjdDogc3BlY3MuY2xq
IHN0YXJ0cyB3aXRoCgo7OyBDb3B5cmlnaHQgKGMpIENvZ25pdGVjdCwgSW5jLgo7OyBBbGwgcmln
aHRzIHJlc2VydmVkLgoK4oCYQWxsIHJpZ2h0cyByZXNlcnZlZOKAmSBpcyBub3QgQVNMMi4wLCBh
bmQgaXMgYmxhdGFudGx5IG5vbi1mcmVlLgpBbHNvLCBhcmUgeW91IHN1cmUgdGhpcyBpcyBzb3Vy
Y2UgY29kZT8gQXNpZGUgZnJvbSB0aGUgY29tbWVudCBhYm92ZSwKSSBkb24ndCBzZWUgYW55IGNv
bW1lbnRzIG9yIGRvY3N0cmluZ3MgaW4gc3BlY3MuY2xqLgoKRnVydGhlcm1vcmUsIHNlcnZpY2Uu
ZWRuIGFuZCBkb2NzLmVkbiBhcmUgaHVnZSBibG9icyAtLSBpdCdzIHRleHR1YWwKYW5kIG5vdCBi
aW5hcnksIGJ1dCB0aGF0IGRvZXNuJ3QgbWFrZSBpdCBzb3VyY2UgY29kZS4KCkdyZWV0aW5ncywK
TWF4aW1lLgo=


--=-/cZhETYlmbSQXgf/DiHs
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgF2pRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7p8WAPwL05Yt+Jy+IwVwIWNCkIE9fxP4
qih/hmUnabieMJZa6gEA7jZkxG3V0yv+x43tZFZp33msh5SGoCrKLfX61dgZ6Qo=
=ydDj
-----END PGP SIGNATURE-----

--=-/cZhETYlmbSQXgf/DiHs--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 19:31:51 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 14:31:50 2022
Received: from localhost ([127.0.0.1]:43796 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nH9jq-0007RO-Mo
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:31:50 -0500
Received: from mout-p-202.mailbox.org ([80.241.56.172]:59780)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nH9jo-0007RB-Ei
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:31:49 -0500
Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Jsx8s6KQfz9sSm;
 Mon,  7 Feb 2022 20:31:41 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1644262299;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=zPJCXZvUVX6D3vQPeMftQCBsvyu2gr/Wq+J1fPzXd+w=;
 b=oQSgg5NrIc7UTMVxjj3s9HgNeSf3vvErywDBwplu0Fb04NUYtjsbPUy6srA2V/HpKTlrfg
 tK6HbBtfeZHW2sbN7mW/rGGydrLdHN9t7OpPzG0C7qF6GeUshnmFI5seTrSOmqDmu+Ubf0
 52VJnaRNRqGH/X70yoTccO5lINP6yUnYGXU6bir8OjKaRo3Bd5qHx0GqYBXmlPKYneJ+Yl
 rO3P6p3tJi31qKmfAdZkatL9QuRlnd8Ngn7j8Svy2sx1/OfWmk+1RBDc0hvSZ6F2zLMqY8
 7uFEg/UVcfSoH+SmJSZq+eLiXw2eG0WT1oGN2rmqQVvPttKrSwjghV4FDUmSkA==
From: Reily Siegel <mail@HIDDEN>
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] [PATCH 13/17] gnu: Add clojure-com-cognitect-aws-api.
In-Reply-To: <18d931f2449797067ff0894fe63dd2571c50df47.camel@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87ee4j32av.fsf@HIDDEN>
 <793f3ffc777b0023ac225c3c5a826fff3548ebbb.camel@HIDDEN>
 <87fsouy2do.fsf@HIDDEN>
 <18d931f2449797067ff0894fe63dd2571c50df47.camel@HIDDEN>
Date: Mon, 07 Feb 2022 14:31:35 -0500
Message-ID: <87a6f2xylk.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> OK, though I don't see how it can be declarative -- it's a library
> for =E2=80=98invoking AWS APIs=E2=80=99, which seems rather imperative, a=
t least
> procedural.
Let me compare this library and the official Java AWS SDK.

#+BEGIN_SRC java
// Create a GetItemRequest instance
GetItemRequest request =3D GetItemRequest.builder()
                       .key(keyToGet)
                       .tableName(tableName)
                       .build();

// Invoke the DynamoDbAsyncClient object's getItem
java.util.Collection<AttributeValue> returnedItem =3D client.getItem(reques=
t)
                                                  .join()
                                                  .item()
                                                  .values();
#+END_SRC

#+BEGIN_SRC clojure
(aws/invoke s3 {:op :GetObject :request {:Bucket bucket-name :Key "hello.tx=
t"}})
#+END_SRC

The Java API programatically creates a Request object, when is then
modified by several methods to set the options, before being invoked.
The Clojure API, on the other hand, specifies the operation
declaratively using plain Clojure data structures (in this case,
keywords, strings, and maps), before calling invoke on that
specification. The declarative part is in how the API is interacted
with, not necessarily what happens in the library internals or over the
wire.

Examples from the respective documentations of each project.
--=20
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 19:30:13 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 14:30:13 2022
Received: from localhost ([127.0.0.1]:43791 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nH9iH-0007Oz-BL
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:30:13 -0500
Received: from baptiste.telenet-ops.be ([195.130.132.51]:39464)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nH9iF-0007Oo-Hn
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:30:12 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by baptiste.telenet-ops.be with bizsmtp
 id sKW92600k4UW6Th01KW9nv; Mon, 07 Feb 2022 20:30:10 +0100
Message-ID: <0892d295983b8c628b9d446b6c88b70f5a6f83fd.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 12/17] gnu: Add
 clojure-com-cognitect-http-client.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 07 Feb 2022 20:30:04 +0100
In-Reply-To: <87iltqy2jm.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87h79f32bm.fsf@HIDDEN>
 <d83cdfef4f27c817cbe36590605875f82a4dbd68.camel@HIDDEN>
 <87iltqy2jm.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-ccsEGHpEUi/L6aM7pH5U"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644262210; bh=9bnVziR5srXfMcWbLhsKwA5DebU2DHpJXIA2ZjvCxa8=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=MKQ1DAag/WQcEc6oxW9dcW/UbS5cVqZaAM1P4d9TzR25gtoX86g69zB54ARygaZgY
 r9g1qvXgOQyajhCiYiKMOde1zSbbPjlqoSPvfAY6RsuCdJEozBT7MmvSNhr5S4LpK7
 PYGkpFwwY7iJfqhtXlOGQTOjMFfz/W0E5ynCyrUiDszgZS+SnQ/nl7rt55nKOY6Q+m
 UO7X1Gq6/T3M592N6s1P+jgZdt4yBJgZzETWW0HUdniceRe3k233SUBhT+3cNFeieM
 BtAxKY39kGc/7p3fCiDdEXVZs6vOgNVEdctHRLJyhEfJglqqnFybWimKLhUbfEGRVJ
 p9RRolZXpWgIw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-ccsEGHpEUi/L6aM7pH5U
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op ma 07-02-2022 om 13:06 [-0500]:
> This code is taken directly from Maven, as are many Java packages. This
> relies on whatever authentication Maven does to ensure packages are not
> forgeries.

I took a look at <https://maven.apache.org> and AFAICT Maven does not
have any process in place to prevent forgeries or malicious code;
there does not appear to be any vetting process, though perhaps
I haven't looked far enough.

A web page from cognitect telling =E2=80=98grab source code from Maven
(com/cognitect/http-client)=E2=80=99, combined with going over the source
code to sniff things like =E2=80=99Send ~/.gnupg to evil.com=E2=80=99 shoul=
d be
sufficient.

For the damage the absence of a vetting process can do,
see e.g. <https://lwn.net/Articles/694830/>.  The same issue
appears to hold for PyPI, RubyGems and npm.

Greetings,
Maxime.

--=-ccsEGHpEUi/L6aM7pH5U
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgFzPBccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7sHdAQCPHb0UX4f7wLSn5e4VqXCpbi5r
fbCnjjAv6KvDFU2Y6AD+OoSAq2wqnHPaXHL6vKarvFwj3UaGI5dlIZ5A7cBjZAc=
=leOc
-----END PGP SIGNATURE-----

--=-ccsEGHpEUi/L6aM7pH5U--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 19:19:39 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 14:19:39 2022
Received: from localhost ([127.0.0.1]:43780 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nH9Y2-00077R-SV
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:19:39 -0500
Received: from andre.telenet-ops.be ([195.130.132.53]:37508)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nH9Xx-00077E-6S
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:19:37 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by andre.telenet-ops.be with bizsmtp
 id sKKW2600F4UW6Th01KKWtE; Mon, 07 Feb 2022 20:19:30 +0100
Message-ID: <18d931f2449797067ff0894fe63dd2571c50df47.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 13/17] gnu: Add clojure-com-cognitect-aws-api.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 07 Feb 2022 20:19:30 +0100
In-Reply-To: <87fsouy2do.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87ee4j32av.fsf@HIDDEN>
 <793f3ffc777b0023ac225c3c5a826fff3548ebbb.camel@HIDDEN>
 <87fsouy2do.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-OW4aeA5FtM3Styvq442E"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644261570; bh=NnrUMuNEiGLVvXu/sBEQiivuiWWDk0Y7VLAYmGh+PyE=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=Pfenj9wPbPXgfKXOlwKtH47T4hit6ZanwdAKGmjpSAUIQAd8ukxJMGu+jGXHuqRpq
 pgTpf/PWSwCg7y/2n7A/CQ2Saqi+yDbYdKFzD2QENUag9wifdaG2WeyjjSnsnWQIde
 4hh7RgjrAre9xJLv4z5eJz1oavpe+ijEr+i/LzVrURaXTITuuLRv1qnXmAeU6WQCYP
 2TFVJfjyVHSaqpX6hTNiUHTmaTt0Mac9ar+ZdXiPuzdUpaHf5B9uXiUnOA+mt/Mm81
 U+aFNwhoXwm7ImbIaf50T+K/3hPj4f0jSSsfoK6AE0mTQ8SskFKDIP2Z2i7D+uUHyH
 npXzb9Y0tsJLw==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-OW4aeA5FtM3Styvq442E
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op ma 07-02-2022 om 13:09 [-0500]:
> Data-oriented has a rather specific meaning in the Clojure community,
> that is that the API is declarative and operates on plain Clojure data
> structures, as opposed to using Macros or a class-based system.

OK, though I don't see how it can be declarative -- it's a library
for =E2=80=98invoking AWS APIs=E2=80=99, which seems rather imperative, at =
least
procedural.

Greetings,
Maxime.

--=-OW4aeA5FtM3Styvq442E
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgFwwhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7oL+AP9wg3bmftbgz7fgWZ6RcQkDWfkW
AlDiEunSymRvNxLmJgEA/bmtztRoTX8UyKgHIJKmqKu8B/mWCw4gd0tjZoZlzgc=
=5gf3
-----END PGP SIGNATURE-----

--=-OW4aeA5FtM3Styvq442E--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 19:19:21 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 14:19:21 2022
Received: from localhost ([127.0.0.1]:43776 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nH9Xl-00076x-JT
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:19:21 -0500
Received: from mout-p-103.mailbox.org ([80.241.56.161]:50078)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nH9Xh-00076h-Ka
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:19:20 -0500
Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4JswtQ6vwqz9spM;
 Mon,  7 Feb 2022 20:19:10 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1644261548;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=E61Jp67OKjSrCnrDtTnwOGRVLMKDcAt39g+8PJ03EYg=;
 b=CzG3kj0x1kNg8IcuIpmwRoHBtgT8hLYJ3HPmiJa3FQiHT6a6l6PtancvG5oV5HNXFP3CJf
 K3ypbem1ElNdRZ7TIblhK1nPlW0dJNKEJ9VWhcvO2o8wzfzmKAmoOj9jYIdbziTlcRgxYu
 kRCuJB1BWaNYybp/Xr4OEa9LAiREYOTGgQA1+WDWyAXDBD0eGClIKcOrqMlZAY+Pj67YNx
 L6QKbE4+AlAHyj92qG4UktrJrE03awVwP4yIlgg8xK+loWiopFgFw2vvfMltYtCmUFP37x
 AT3acTJAkkFyc+c40WKcdZ6GPFmWgS8oiyevuR/pi+8m0vff9cPuS0d++1LJcQ==
From: Reily Siegel <mail@HIDDEN>
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] [PATCH 09/17] gnu: Add clojure-tools-analyzer-jvm.
In-Reply-To: <fe92342b5acb61ae6da74c1dca489e741e688a88.camel@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87leyr32c8.fsf@HIDDEN>
 <60c6bfb03469cf7ffbc85caf28fdada3fc88915e.camel@HIDDEN>
 <87leymy2mg.fsf@HIDDEN>
 <fe92342b5acb61ae6da74c1dca489e741e688a88.camel@HIDDEN>
Date: Mon, 07 Feb 2022 14:18:59 -0500
Message-ID: <87czjyxz6k.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> Compiling to Java bytecode does not imply the JVM -- for example,
> GCJ can compile Java bytecode to native code, according to
> <https://gcc.gnu.org/wiki/GCJ_FAQ>.  There is no JVM involved in this
> situation.
Yes. However, here "Java Bytecode" has nothing to do with the Java
programming language. It could have been produced by any programming
language that executes on the JVM. The Java, as well as Clojure
compilers produce bytecode that is designed to run on the Java Virtual
Machine. The fact that other programs can analyze that bytecode and do
something else with it doesn't seem super relevant to me. We wouldn't
call x86 assembly "C bytecode" because you could theoretically run it in
an emulator and not on an x86 processor. I really don't think this is
worth a huge debate, but my concern is that changing this to Java
implies that it only works with the Java programming language, and not
any other programming language or tool that respects JVM bytecode, of
which there are several (Scala, Groovy, Kotlin, etc.).

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 19:02:02 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 14:02:02 2022
Received: from localhost ([127.0.0.1]:43761 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nH9Gz-0006gQ-Oe
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:02:01 -0500
Received: from albert.telenet-ops.be ([195.130.137.90]:33714)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nH9Gx-0006gH-2W
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 14:02:01 -0500
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by albert.telenet-ops.be with bizsmtp
 id sK1w2600T4UW6Th06K1xuk; Mon, 07 Feb 2022 20:01:57 +0100
Message-ID: <fe92342b5acb61ae6da74c1dca489e741e688a88.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 09/17] gnu: Add clojure-tools-analyzer-jvm.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Mon, 07 Feb 2022 20:01:49 +0100
In-Reply-To: <87leymy2mg.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87leyr32c8.fsf@HIDDEN>
 <60c6bfb03469cf7ffbc85caf28fdada3fc88915e.camel@HIDDEN>
 <87leymy2mg.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-eP0d3sQODcp6mAhi7tnY"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644260517; bh=syRUCIvln3tX4BGK7Ci/PxiQsoG4Iv3SibdF4ZcANA0=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=oBr/aNnV4XZcYGXceB/xRbDqGl9+iGSJhGq+rBUXrU+RVjyuoqPxalr7AokLXCgZ0
 3qCVrwJbkeIgeP6pM91kqcRSQXPrc2kMtUIeFxtF5gewchrcNsLOb+jKJ7xem0h4jG
 Vqq+M7ixIC7HbrTAGgYghTUMSa/j6fzAvLSLHa/L4P5Z9m/DlhYwtWChH/Mr+KVvP0
 iRmAjM5EAJ4RdGCVY0Rz/n9TOgfh5ggQNayFQoGcwS22iA4pwFjuZTP/wQYh7eYAoQ
 fl43vaJ+KDCcv//Tw3pAChYnJ2Jk8rFK2s0rhPYoSO5ypQys0CZtyYSqmqnSkTpU8a
 e0LvIuxKFW/CA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-eP0d3sQODcp6mAhi7tnY
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op ma 07-02-2022 om 13:04 [-0500]:
> > Is it jvm-specific, or Java-specific?
> This is JVM-specific, as clojure compiles directly to JVM bytecode,
> without an intermediary Java state.

Compiling to Java bytecode does not imply the JVM -- for example,
GCJ can compile Java bytecode to native code, according to
<https://gcc.gnu.org/wiki/GCJ_FAQ>.  There is no JVM involved in this
situation.

Greetings,
Maxime.

--=-eP0d3sQODcp6mAhi7tnY
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYgFsnRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7vTdAP9QOEpjYIAnOIako1JPDh0au/N+
kuAUYjQ6ymgccc9UIAEAqGY87bVAdyfArvoarb56X7yti7iA7yL2KTJz9xCHEgQ=
=y3Mn
-----END PGP SIGNATURE-----

--=-eP0d3sQODcp6mAhi7tnY--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 18:10:10 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 13:10:10 2022
Received: from localhost ([127.0.0.1]:43674 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nH8Sn-0005Ld-Of
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 13:10:09 -0500
Received: from mout-p-201.mailbox.org ([80.241.56.171]:42530)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nH8Sm-0005LF-At
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 13:10:08 -0500
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4JsvLd5hsvz9sSB;
 Mon,  7 Feb 2022 19:10:01 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1644257399;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=F2AtKpO4zakqDDHIcFo0lzwjdje/ccTv80MSETF3GUE=;
 b=WXetZ0WMJzDfDcWGW5OW5uv7Fp8C8FoW1hSm78n6NXh2Y4ie7krusZ0L2+UoXBlG/oDrb6
 ZZMW85Tmyj30UhBGuQPE1fdJ9nxVVAOAmT4bIyePN1gvlPgmyhDC8toI5OHURyi4vmRRkb
 gpNF2LFPVwr97rRe/UjwMeeV6fJXGkFY5smcVkpT2hjIoQWzEUNgfemSauTUjNrKpV7mqv
 1kfWIFpRxwTDlRwrbh15qrjKqXt5xzcko0q3oFp4INS5/Eq5+OqC6mW80kuVuqYFZc7MXy
 4DEYGd+40KXgggy5axf2apJj91IBoBMo2yW0ibnLZBgL6HV3h3FAfl3Fe/7ADQ==
From: Reily Siegel <mail@HIDDEN>
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] [PATCH 13/17] gnu: Add clojure-com-cognitect-aws-api.
In-Reply-To: <793f3ffc777b0023ac225c3c5a826fff3548ebbb.camel@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87ee4j32av.fsf@HIDDEN>
 <793f3ffc777b0023ac225c3c5a826fff3548ebbb.camel@HIDDEN>
Date: Mon, 07 Feb 2022 13:09:55 -0500
Message-ID: <87fsouy2do.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:

> Reily Siegel schreef op do 03-02-2022 om 19:26 [-0500]:
>> @code{aws-api} is an idiomatic, data-oriented Clojure
>> +library for invoking AWS APIs.

> I'm referring to 'idiomatic' and 'data-oriented' which is rather vague
> and subjective.
Data-oriented has a rather specific meaning in the Clojure community,
that is that the API is declarative and operates on plain Clojure data
structures, as opposed to using Macros or a class-based system. I will
update the descriptions and synopses that were mentioned in other
replies, and submit a new version of the patch.

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 18:06:40 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 13:06:40 2022
Received: from localhost ([127.0.0.1]:43664 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nH8PQ-0005GI-FB
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 13:06:40 -0500
Received: from mout-p-102.mailbox.org ([80.241.56.152]:51276)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nH8PO-0005G5-TY
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 13:06:39 -0500
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4JsvGc5NGqz9sQH;
 Mon,  7 Feb 2022 19:06:32 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1644257190;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 content-transfer-encoding:content-transfer-encoding:
 in-reply-to:in-reply-to:references:references;
 bh=OnluLrSDaUfy4xoUNJkhzcP5tFHpS+A+p8VoqhiYbaM=;
 b=RoD347lgLCclW6ttAkAVv6LGhFu+YqFWwq51UJ2J6O+4lJkqnaPyPAKVlNvFRpuiQ0Ks/d
 eJbc2zG3OpmzhKyyZ28jJVt+c0W7Z5fpDAJ8kGYFL1y4Qy/A9TQx7itbnZFGYuYl6FzkAv
 HUnZy29Il6gkto33XQf1NGo7TXgrGMi8j7mJ8m8x79KxhHxk+KcAxaQ5YZRS2uY7IgBc4+
 8w3GG7JHR1zKBBk5ywqFsQw01Jw0QPuCKBQ9sN3Tx99lvH1Ix68mVQqsAhaGRkr67YMNp3
 7eLcUVXhlbgU4/EXJWPu8NN2wWbdMrFywlc+Ly1bF+EHSOgvyV69nrVFNFJHLg==
From: Reily Siegel <mail@HIDDEN>
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] [PATCH 12/17] gnu: Add
 clojure-com-cognitect-http-client.
In-Reply-To: <d83cdfef4f27c817cbe36590605875f82a4dbd68.camel@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87h79f32bm.fsf@HIDDEN>
 <d83cdfef4f27c817cbe36590605875f82a4dbd68.camel@HIDDEN>
Date: Mon, 07 Feb 2022 13:06:21 -0500
Message-ID: <87iltqy2jm.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: base64
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

TWF4aW1lIERldm9zIDxtYXhpbWVkZXZvc0B0ZWxlbmV0LmJlPiB3cml0ZXM6DQoNCj4gUmVpbHkg
U2llZ2VsIHNjaHJlZWYgb3AgZG8gMDMtMDItMjAyMiBvbSAxOToyNSBbLTA1MDBdOg0KPj4gK8Kg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIDs7IFRoaXMgSkFSIGNvbnRhaW5zIG9ubHkgdW5jb21w
aWxlZCBDbG9qdXJlIHNvdXJjZXMuDQo+PiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgKHVy
aSAoc3RyaW5nLWFwcGVuZCAiaHR0cHM6Ly9yZXBvMS5tYXZlbi5vcmcvbWF2ZW4yLyINCj4+ICvC
oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
wqDCoMKgwqAgImNvbS9jb2duaXRlY3QvaHR0cC1jbGllbnQvIg0KPj4gK8KgwqDCoMKgwqDCoMKg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCB2ZXJz
aW9uICIvaHR0cC1jbGllbnQtIg0KPj4gK8KgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCB2ZXJzaW9uICIuamFyIikpDQo+DQo+
IFdoZXJlIGRpZCB5b3UgZmluZCB0aGlzIHNvdXJjZSBjb2RlPyBIb3cgY2FuIEkgbm93IHdoZXRo
ZXIgaXQncw0KPiBhdXRoZW50aWMgKGkuZS4sIHdoZXRoZXIgaXQgYWN0dWFsbHkgY2FtZSBmcm9t
IGNvZ25pdGVjdCBhbmQgbm90IHNvbWUNCj4gaW1wb3N0ZXIpPw0KDQpUaGlzIGNvZGUgaXMgdGFr
ZW4gZGlyZWN0bHkgZnJvbSBNYXZlbiwgYXMgYXJlIG1hbnkgSmF2YSBwYWNrYWdlcy4gVGhpcw0K
cmVsaWVzIG9uIHdoYXRldmVyIGF1dGhlbnRpY2F0aW9uIE1hdmVuIGRvZXMgdG8gZW5zdXJlIHBh
Y2thZ2VzIGFyZSBub3QNCmZvcmdlcmllcy4NCg0KLS0gDQpSZWlseSBTaWVnZWwNCg==




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 7 Feb 2022 18:05:08 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Feb 07 13:05:08 2022
Received: from localhost ([127.0.0.1]:43660 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nH8Nw-0005E2-3e
	for submit <at> debbugs.gnu.org; Mon, 07 Feb 2022 13:05:08 -0500
Received: from mout-p-101.mailbox.org ([80.241.56.151]:35368)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nH8Ns-0005DR-OS
 for 53765 <at> debbugs.gnu.org; Mon, 07 Feb 2022 13:05:07 -0500
Received: from smtp1.mailbox.org (smtp1.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:1:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4JsvDp0z4Bz9sQV;
 Mon,  7 Feb 2022 19:04:58 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1644257096;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=oGgJovnhoCetxnX57AKV1Y4kjstRUAZ4pSblhqkq0qw=;
 b=hyC6xJ7aJmtoKTnTiftIG3FwfRUmkbEN7g2k6f8m94EGzMofxY/IfZvpfW8+4UTrSpxIPa
 EkN/qHXzS6IejaUKwyKSiL+utOXr6IfzNE7/IqQlqwIKxPpmQhlcx37uVHpKdBTRwc62UF
 AXYna/Wu64k3uPE/4KRjuws8lm7286bLxP9R9xTxXRDk3qB2xNx0LjazT8R45+ewxsY+jg
 NUs8V8at5TX3U5NxZWdMqIuW18pAdyl5w+pGV9N8QGZN0w7a4Eg16TaxqID1t8ut2BCksn
 oq5+dPhtfe27YphQ2fDQa8yGHYopGak58vyq4RDyOMHVh+1dC6ey4/suz8Mrww==
From: Reily Siegel <mail@HIDDEN>
To: Maxime Devos <maximedevos@HIDDEN>, 53765 <at> debbugs.gnu.org
Subject: Re: [bug#53765] [PATCH 09/17] gnu: Add clojure-tools-analyzer-jvm.
In-Reply-To: <60c6bfb03469cf7ffbc85caf28fdada3fc88915e.camel@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87leyr32c8.fsf@HIDDEN>
 <60c6bfb03469cf7ffbc85caf28fdada3fc88915e.camel@HIDDEN>
Date: Mon, 07 Feb 2022 13:04:39 -0500
Message-ID: <87leymy2mg.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)

Maxime Devos <maximedevos@HIDDEN> writes:


> Is it jvm-specific, or Java-specific?
This is JVM-specific, as clojure compiles directly to JVM bytecode,
without an intermediary Java state.

>  Also, isn't Clojure based on Java, so Java-specific seems a tautology
> here?
There are also other implementations of Clojure that run on other
platforms, such as the CLR, JavaScript, and BEAM, and one under
development for Flutter.

-- 
Reily Siegel




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Feb 2022 10:50:58 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Feb 06 05:50:58 2022
Received: from localhost ([127.0.0.1]:36587 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nGf8E-0007BP-3q
	for submit <at> debbugs.gnu.org; Sun, 06 Feb 2022 05:50:58 -0500
Received: from andre.telenet-ops.be ([195.130.132.53]:54136)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nGf8B-0007BD-Uu
 for 53765 <at> debbugs.gnu.org; Sun, 06 Feb 2022 05:50:56 -0500
Received: from [172.20.10.5] ([188.188.251.13])
 by andre.telenet-ops.be with bizsmtp
 id rmqt2600M0J677g01mqu1H; Sun, 06 Feb 2022 11:50:54 +0100
Message-ID: <d83cdfef4f27c817cbe36590605875f82a4dbd68.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 12/17] gnu: Add
 clojure-com-cognitect-http-client.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sun, 06 Feb 2022 11:50:53 +0100
In-Reply-To: <87h79f32bm.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87h79f32bm.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-mOzeP33tkAs1z0dLgHHz"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644144654; bh=yc7UUYBj8DaGpJNlTEAfYpGNuyFyfSZ+CrQS/GQZzq4=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=YGhmMYnvdUneGEZZzhsyZyP8KNudyplsWH00MTGV3S4MAFIf6l9HPHVkgB5WxIn8p
 MOr6a+SDq3AENdJDayb78u1HFiXcbP8UaByuyDK052nBa6q3xuyHjRUdnh3W6wt6mh
 sy2iSht5pE8grr4iZHojN8B4+Mn1tQXWeExuWbcQz9wAX68ni561FYnSA2Z0EGY8yk
 FANM9pKPiDJ0F88SLDfT7Vn9oT1sQDVb0ZFP49uEbCs584C9N5L9PCgElFB+4ZcSxW
 kZoDu2CLWyi4bkCe5eAWMJKkyvSpp+p8Fe3C9WBPrQi7GcYKAnbCt8cuuxT/9kbHlL
 uZCdqrbkkzIDA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-mOzeP33tkAs1z0dLgHHz
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: base64

UmVpbHkgU2llZ2VsIHNjaHJlZWYgb3AgZG8gMDMtMDItMjAyMiBvbSAxOToyNSBbLTA1MDBdOgo+
ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCA7OyBUaGlzIEpBUiBjb250YWlucyBvbmx5IHVu
Y29tcGlsZWQgQ2xvanVyZSBzb3VyY2VzLgo+ICvCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoCAo
dXJpIChzdHJpbmctYXBwZW5kICJodHRwczovL3JlcG8xLm1hdmVuLm9yZy9tYXZlbjIvIgo+ICvC
oMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
wqDCoMKgwqAgImNvbS9jb2duaXRlY3QvaHR0cC1jbGllbnQvIgo+ICvCoMKgwqDCoMKgwqDCoMKg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgdmVyc2lv
biAiL2h0dHAtY2xpZW50LSIKPiArwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg
wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgIHZlcnNpb24gIi5qYXIiKSkKCldoZXJlIGRp
ZCB5b3UgZmluZCB0aGlzIHNvdXJjZSBjb2RlPyBIb3cgY2FuIEkgbm93IHdoZXRoZXIgaXQncwph
dXRoZW50aWMgKGkuZS4sIHdoZXRoZXIgaXQgYWN0dWFsbHkgY2FtZSBmcm9tIGNvZ25pdGVjdCBh
bmQgbm90IHNvbWUKaW1wb3N0ZXIpPwoKR3JlZXRpbmdzLApNYXhpbWUuCg==


--=-mOzeP33tkAs1z0dLgHHz
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYf+oDRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7laKAP0SkhWNrUtfoLTMCOUPJO6FNyZP
KRTefRkwn0Wtz9sZTQEAgAA1WMbSVBbGcM203BOR3T4nWqeR7pWybwSOANukeAY=
=XZFC
-----END PGP SIGNATURE-----

--=-mOzeP33tkAs1z0dLgHHz--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Feb 2022 10:47:00 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Feb 06 05:47:00 2022
Received: from localhost ([127.0.0.1]:36582 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nGf4O-00073H-JX
	for submit <at> debbugs.gnu.org; Sun, 06 Feb 2022 05:47:00 -0500
Received: from xavier.telenet-ops.be ([195.130.132.52]:34312)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nGf4N-000738-A4
 for 53765 <at> debbugs.gnu.org; Sun, 06 Feb 2022 05:46:59 -0500
Received: from [172.20.10.5] ([188.188.251.13])
 by xavier.telenet-ops.be with bizsmtp
 id rmmx2600J0J677g01mmxEH; Sun, 06 Feb 2022 11:46:58 +0100
Message-ID: <60c6bfb03469cf7ffbc85caf28fdada3fc88915e.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 09/17] gnu: Add clojure-tools-analyzer-jvm.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sun, 06 Feb 2022 11:46:57 +0100
In-Reply-To: <87leyr32c8.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87leyr32c8.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-ICmAl8fFwIAHYy2W4POZ"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644144418; bh=CTgty8UdEN9gtz7uzP/dZ3PAwAt/qtvIJlej5Ihzbyo=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=a0+K6k+rv3GOYvQyb1r5nLsJrLsYDVcIxuNpYsFgPOfz8+HnZAAIl8yd4IkKCYe+r
 83BS0gBQR0w3ywTVLG2aFUfSG50kbOYsCo0HOQpzNDdv6BdXTUsnGtV3myJjOH23FQ
 tKsvnuj+wThcizM6Dopm8igg2agEGqsBmk/2x4+e9lCzoWEiSvjGrqZmmdrOUI36G6
 cJL7UY5dfdOthlD3FhxmR4jOohd9JfGFjvlx5pH59SelG5wfYSDjnKjnAjuxBYnbsY
 cWMLmjgwKx81SpvHTOSZU9mMpSx/BuiCPichvVDC6Va0vMLBzcE0i0NOwNtNmsgaX0
 qCD1BDUhhiLOA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-ICmAl8fFwIAHYy2W4POZ
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:25 [-0500]:
> +=C2=A0=C2=A0=C2=A0 (synopsis "Additional jvm-specific passes for @code{t=
ools.analyzer}")

Is it jvm-specific, or Java-specific?  Also, isn't Clojure based on
Java, so Java-specific seems a tautology here?

Greeting,
Maxime.

--=-ICmAl8fFwIAHYy2W4POZ
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYf+nIRccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7srnAP0WFuAL/xpFBOFWctkeFyFz2aXm
SZdWwxCy+HW5lJINeQD9FScmvBYXK6UrbU5JA4xU8nFtSzY0k79vAiyahF3mgg4=
=FMgT
-----END PGP SIGNATURE-----

--=-ICmAl8fFwIAHYy2W4POZ--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Feb 2022 10:45:18 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Feb 06 05:45:18 2022
Received: from localhost ([127.0.0.1]:36577 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nGf2k-00070O-7l
	for submit <at> debbugs.gnu.org; Sun, 06 Feb 2022 05:45:18 -0500
Received: from andre.telenet-ops.be ([195.130.132.53]:45230)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nGf2i-00070G-Ng
 for 53765 <at> debbugs.gnu.org; Sun, 06 Feb 2022 05:45:17 -0500
Received: from [172.20.10.5] ([188.188.251.13])
 by andre.telenet-ops.be with bizsmtp
 id rmlE2600b0J677g01mlF73; Sun, 06 Feb 2022 11:45:15 +0100
Message-ID: <edeacaa12c80bb60f16f5018e63a6ef87f0295e0.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 13/17] gnu: Add clojure-com-cognitect-aws-api.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sun, 06 Feb 2022 11:45:14 +0100
In-Reply-To: <87ee4j32av.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87ee4j32av.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-6yv0//AhYo5MY9rRM2Q0"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644144315; bh=NedNleb6oqksmEXo1ROyC8dNnsl3KHiIGDx/PWF7ABA=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=BZbkFaHW+r3z0H4wwP4f/S/P9eaBC2gwqy9FGiu4djwsWOJ+4nMPPsL6FZ7DvsCkg
 I6SIy/SZNANGMWN+eZ3da/7t3o20Z/SXfvr6c5OFYxHSZa7hPYYtsz/ungqER1e1l7
 q5PVccRatbBVDTpu9sW1rbcBlD2S6QISfJ76CLjPaJ2axC2Th2h6qyaYzKLd7WnitE
 geIq1wmqJRjqb50H/L95TAw87ZMqqdcM6P7N8+rmn7Jy5dKHRn9RRh8X8/iTeHHMjt
 kMDe8U4dvjHDjRvxg7+j+kdXAxyknyGqJNgonVche7E+FoQEEctsde9PtE69oBQymR
 j2UTzVRpPlgTQ==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-6yv0//AhYo5MY9rRM2Q0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:26 [-0500]:
> +=C2=A0=C2=A0=C2=A0 (description "@code{aws-api} is an idiomatic, data-or=
iented Clojure
> +library for invoking AWS APIs.
>=20
What's an =E2=80=98AWS API=E2=80=99?  How do I now if I have one?  Some con=
text is
required here.

> =C2=A0 While the library offers some helper and
> +documentation functions you'll use at development time, the only functio=
ns you
> +ever need at runtime are @code{client}, which creates a client for a giv=
en
> +service and @code{invoke}, which invokes an operation on the
> +service.
>=20

How can this description now I will never need these helper functions?
If they are unneeded, why are they included at all?

>  @code{invoke} takes a map and returns a map, and works the same way
> +for every operation on every service.")

Anyway, descriptions aren't the place to describe the API, that's for
the documentation of clojure-com-cognitect-aws-api.  Instead, keep in
mind:

=E2=80=98[...], try to be factual, mentioning use cases and features.=E2=80=
=99

=E2=80=98Keep in mind that the synopsis must be meaningful for a very wide
audience.  For example, =E2=80=9CManipulate alignments in the SAM format=E2=
=80=9D might
make sense for a seasoned bioinformatics researcher, but might be
fairly unhelpful or even misleading to a non-specialized audience.  It
is a good idea to come up with a synopsis that gives an idea of the
application domain of the package.  In this example, this might give
something like =E2=80=9CManipulate nucleotide sequence alignments=E2=80=9D,=
 which
hopefully gives the user a better idea of whether this is what they are
looking for.=E2=80=99

Greetings,
Maxime.

--=-6yv0//AhYo5MY9rRM2Q0
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYf+muhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7uTnAQCDIx/1TWiQgPCXCy5UOL6E9bC2
C+Jz4p/+v6/wUO0NtQD9F8v7fMtSYa8heJL8Ys/PBOt0IIUoAHjynYWh+LIFSgg=
=/ggx
-----END PGP SIGNATURE-----

--=-6yv0//AhYo5MY9rRM2Q0--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Feb 2022 10:39:50 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Feb 06 05:39:50 2022
Received: from localhost ([127.0.0.1]:36563 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nGexS-0006qE-5y
	for submit <at> debbugs.gnu.org; Sun, 06 Feb 2022 05:39:50 -0500
Received: from andre.telenet-ops.be ([195.130.132.53]:37176)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nGexQ-0006q5-Lf
 for 53765 <at> debbugs.gnu.org; Sun, 06 Feb 2022 05:39:49 -0500
Received: from [172.20.10.5] ([188.188.251.13])
 by andre.telenet-ops.be with bizsmtp
 id rmfn260070J677g01mfnKp; Sun, 06 Feb 2022 11:39:48 +0100
Message-ID: <793f3ffc777b0023ac225c3c5a826fff3548ebbb.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 13/17] gnu: Add clojure-com-cognitect-aws-api.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sun, 06 Feb 2022 11:39:46 +0100
In-Reply-To: <87ee4j32av.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87ee4j32av.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-J1uVmk2/f43rLMTFFUbQ"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644143988; bh=YHxWBQYEKkHt+jnoGDQ1Isb7/MTVBXPNHLu3rdZZB0I=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=bS+pFd4uE4SNb1KCPNuQFcZuZ0bDuipAVJv/UbfwHNjYe/PIDH3WC2VsYO69kWbpW
 YkS4JoWffEioW63PNhzcVE7yfAF053euvPnVxnQJHA3jOlEYQcRlOmWY9VmlmSP/g9
 XZV0zGkP1SNdNt1LgX58bW2jAWzP+oyK+cliPft3Hrqcg8k0O/ZbnmyYqaBSTFQKvN
 FAhzURaTUFu20kFZVYVhyXtgPSTKqlM7ZvB5yLzmCnmt1+pSV/rqQmdyW/w2lUTaG6
 EJKMoNkdx21E487fl/37FmayUCgSHz4ht3a3CPcsO9iwBbDbhN6eL0d9M7nIgcMygv
 9fXuYUOYjKZXA==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-J1uVmk2/f43rLMTFFUbQ
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:26 [-0500]:
> @code{aws-api} is an idiomatic, data-oriented Clojure
> +library for invoking AWS APIs.

=46rom =E2=80=98Synopses and Descriptions=E2=80=99:

Please avoid marketing phrases such as =E2=80=9Cworld-leading=E2=80=9D,
=E2=80=9Cindustrial-strength=E2=80=9D, and =E2=80=9Cnext-generation=E2=80=
=9D, and avoid superlatives
like =E2=80=9Cthe most advanced=E2=80=9D=E2=80=94they are not helpful to us=
ers looking for a
package and may even sound suspicious.  Instead, try to be factual,
mentioning use cases and features.

I'm referring to 'idiomatic' and 'data-oriented' which is rather vague
and subjective.

Greetings,
Maxime.

--=-J1uVmk2/f43rLMTFFUbQ
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYf+lcxccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7sVEAQCjGikDdgxig2rzlGoWM5Jf/blh
kksgybx/CWOoES7BYQEA3RscpuQz3QulzE7CAIXteTIuW1lid+Rb1sKmjXp+EwI=
=m7hK
-----END PGP SIGNATURE-----

--=-J1uVmk2/f43rLMTFFUbQ--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Feb 2022 10:37:29 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Feb 06 05:37:29 2022
Received: from localhost ([127.0.0.1]:36558 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nGevA-0006mj-Qo
	for submit <at> debbugs.gnu.org; Sun, 06 Feb 2022 05:37:28 -0500
Received: from andre.telenet-ops.be ([195.130.132.53]:33510)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nGev9-0006mb-Ho
 for 53765 <at> debbugs.gnu.org; Sun, 06 Feb 2022 05:37:27 -0500
Received: from [172.20.10.5] ([188.188.251.13])
 by andre.telenet-ops.be with bizsmtp
 id rmdR2600D0J677g01mdSuW; Sun, 06 Feb 2022 11:37:26 +0100
Message-ID: <8867131c0c9ab347cf5d3902608cadc9cc36c95c.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 13/17] gnu: Add clojure-com-cognitect-aws-api.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sun, 06 Feb 2022 11:37:25 +0100
In-Reply-To: <87ee4j32av.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87ee4j32av.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-UVcSUHuGjYZMuJLia3ZP"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644143846; bh=wXDZCgOMkpVWwnqIDHjJYtwQWO+gnqd8MJO5T8/Lw1c=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=T/mccyuar5hHr6ZIyUSCyHmUz5CCnX72+m/piLG7pKkUryjy4kzR/bkQ49uVT+usn
 35a2owHp4ygRY3IfJdWduQ3pC9TmZAyLfsFkE1wXmh8ahmXOPnwSYNoxe0x0WwLrej
 +UcaqnQBfD2Az0U0x0k+M+bp9OVxZGLAL9Fs3EQcdudPHalYKrWOsQ8yzxJ6P1JHli
 9Ee1Js303VzRAmt/jR3uR1dhjmSqQHL4qeoHtLEHqXKgSX556wHVLApJJBhIAxFpJt
 Cd6+eoCxolmu4CA08NGIdDw1xD1qfk3Bsr0BbYnxX2yVx2DYDhquu8LSaP7vNGkx/c
 qC5Ozk2KjUdig==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-UVcSUHuGjYZMuJLia3ZP
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:26 [-0500]:
> +=C2=A0=C2=A0=C2=A0 (synopsis "aws-api is a Clojure library which provide=
s programmatic access
> +to AWS services from your Clojure program")

It seems irrelevant that it's mine or yours or someone else's, I would
replace 'your Clojure program' with 'Clojure'.

Also, introduce the acronym AWS before using it.

Greetings,
Maxime.

--=-UVcSUHuGjYZMuJLia3ZP
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYf+k5RccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7lj1AQCA67IKl2ZLAfR22oxIbQg+3D13
+cZvks0sUWS/amYcWAD/V8N7Ig+E15XoNDN/SGZzzOY2KFtq+2k0cvWxH3czjgQ=
=bpHp
-----END PGP SIGNATURE-----

--=-UVcSUHuGjYZMuJLia3ZP--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Feb 2022 10:35:39 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Feb 06 05:35:39 2022
Received: from localhost ([127.0.0.1]:36552 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nGetP-0006jp-Fx
	for submit <at> debbugs.gnu.org; Sun, 06 Feb 2022 05:35:39 -0500
Received: from baptiste.telenet-ops.be ([195.130.132.51]:46680)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nGetN-0006jd-R5
 for 53765 <at> debbugs.gnu.org; Sun, 06 Feb 2022 05:35:38 -0500
Received: from [172.20.10.5] ([188.188.251.13])
 by baptiste.telenet-ops.be with bizsmtp
 id rmbb260090J677g01mbbgM; Sun, 06 Feb 2022 11:35:36 +0100
Message-ID: <e01a23d7c6847ee13b29d460d3969b67d1e8406c.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sun, 06 Feb 2022 11:35:35 +0100
In-Reply-To: <87czk332an.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87czk332an.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-VPEar5A8g0H1X1qoov+4"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644143736; bh=6grbkYZ3x9Gn365rIxOg+dWtS+80KHBeZs8gDAyYOkQ=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=WsV8gZfWOX/7MCVqtLcVwXnS1ey3helMaLTTfXrd0CVsIPW8wahoBmCRORoNV4jMf
 F9p0+UNKxqoCdgM3BSqnm65XE46jIMY2zcEGutHxlB01jWmmqvV519oduO2Ox0BFt6
 IPg2RT+03N5fhLPs/la/ZPm1EhMrnQKhAFvWRrswc8wdJcBM+cvonBNrAYbr1ArjCq
 ibFIHdUHtq36r4CKC/kE/mFntRKOQjjIDKrFp8wxxmQTqlExF73swdfBubBUNvZjhR
 YIuPFwSPARyvWDBij73nG32HYQwG0WCyv0kw8bl6G2FI/SFTkfp8By6lqpBZ4i9+c6
 DXv2o1RgEEJBQ==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-VPEar5A8g0H1X1qoov+4
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:26 [-0500]:
> +=C2=A0=C2=A0=C2=A0 (synopsis "S3 service description for @code{aws-api}"=
)

I have no idea what that means.

=46rom =E2=80=9817.4.4 Synopses and Descriptions=E2=80=99:

[...] Use full sentences, and avoid using acronyms without first
introducing them. [...]

That's strictly speaking only for descriptions, but it's useful advice
for synopses as well.

Greetings,
Maxime.


--=-VPEar5A8g0H1X1qoov+4
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYf+kdxccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7l1rAPsFqYU9OqAwYnLN+KQDsd6qtDsx
QqkxvtkYNSBIAgc/OwEAoJ0QSHQv29sLUc7z7tkg+EguwmA4vl+4kr+ahG0aOgA=
=Rhn7
-----END PGP SIGNATURE-----

--=-VPEar5A8g0H1X1qoov+4--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 6 Feb 2022 10:30:14 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Feb 06 05:30:14 2022
Received: from localhost ([127.0.0.1]:36545 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nGeo9-0006bK-PO
	for submit <at> debbugs.gnu.org; Sun, 06 Feb 2022 05:30:14 -0500
Received: from baptiste.telenet-ops.be ([195.130.132.51]:39436)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1nGeo7-0006b9-Im
 for 53765 <at> debbugs.gnu.org; Sun, 06 Feb 2022 05:30:12 -0500
Received: from [172.20.10.5] ([188.188.251.13])
 by baptiste.telenet-ops.be with bizsmtp
 id rmW92600H0J677g01mW9nn; Sun, 06 Feb 2022 11:30:10 +0100
Message-ID: <88d6b2fe5bcea2a839d20ea7b40f678dc2eed0bd.camel@HIDDEN>
Subject: Re: [bug#53765] [PATCH 07/17] gnu: Add clojure-http-kit.
From: Maxime Devos <maximedevos@HIDDEN>
To: Reily Siegel <mail@HIDDEN>, 53765 <at> debbugs.gnu.org
Date: Sun, 06 Feb 2022 11:30:02 +0100
In-Reply-To: <87o83n32cm.fsf@HIDDEN>
References: <87y22r32hi.fsf@HIDDEN> <87o83n32cm.fsf@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-2rCMmtM3GE9hfbeqvzlM"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1644143410; bh=kPZXWF78RH05SzEKQ1sKtsnyO8obPdeYjRxu8U4hJRk=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=XZoq0Whu061HF8micfIA58uf5UmyKfbxJsDC4acXW40buKRx3OhVZkhiGdwNGbmIp
 MNog4tPIvDnlLioGnimzR2P72BikYuL0y32XUcA+/lXpJnYjZlZ1k+YIKqFH8L/pNZ
 fAn0ASEsq1zZ17oSiwjGSg/OByAqY+w3Dv7a1Q+z8JWTAUVqRpPoKnh1zHJrk4NX86
 ar6LV5VVXuLttwJDL72uEyOLsH4RzVb1eqEuKoDs7+hx7XbDEwyr3wK5w/OMhy3kgD
 hpqbd1j5/NLkLiUO6CjqolNk5IWgL+tJzmcLZZvx/5E9UmPdiH9Xxb1eaOqcZMBMU2
 xxDr3YBUCHSkg==
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


--=-2rCMmtM3GE9hfbeqvzlM
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Reily Siegel schreef op do 03-02-2022 om 19:24 [-0500]:
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; Broken test dependencies.
> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:tests? #f))

Which dependencies are broken?  How are they broken?
Can we fix them?

Greetings,
Maxime.

--=-2rCMmtM3GE9hfbeqvzlM
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYf+jKhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7mq/APsGPtchssgBM/OcJNcOva4BQyGc
eW6TMkk4hSDxCF5L8AD+KzU/VFh2kgqanRfjxUqivdt3JflxgIiRb9BGIhmLDQ4=
=kQ9D
-----END PGP SIGNATURE-----

--=-2rCMmtM3GE9hfbeqvzlM--





Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:26:48 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:26:48 2022
Received: from localhost ([127.0.0.1]:58346 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmR5-0000B4-Rh
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:26:48 -0500
Received: from mout-p-101.mailbox.org ([80.241.56.151]:43452)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmR4-0000Ap-UA
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:26:47 -0500
Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Jqbv51cNSz9sRP
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:26:41 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934395;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=AJYFAHVEdp1QxmYHgA4qvnSnZZmkBIxSjFFnb97fNh8=;
 b=hmwdDYK8IsIyDgZXXSOMrOKB5Lg6EQ5hvFaQvgV59qPhSdNn2WPrlxl2okL+GBXP+C6n1X
 YVRkV5F1gKo0lSnoRbboCemHSUvNBBo//MBNAmkuH6lfTW60J56cd2e9o9d6pJtZCA1dNI
 kwsjUFEOdwtl67lq6P6oEjSGRqOiplv2Nuwb1UFZX9+LGyFRBZ5HQCSsXq/ahr2WUd9KRS
 5i9FOLYeMbEr0yDVa3g/5ESklQpmsBRjBP3FNAl0AFOgzTreu910xa0MzzEtzkZZsJTOk2
 uVz+X5Ivu4GmOUgWLy5pizLRni6mz9Ucrpfnuwgu0ATjDF+je6Zxm+ZBSei3RA==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 17/17] gnu: clojure-tools: Fix logging warning messages.
Date: Thu, 03 Feb 2022 19:26:27 -0500
Message-ID: <87a6f732a4.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-tools): Add a dependency on
java-slf4j-simple to silence warnings that no logger implementation is
available.
---
 gnu/packages/clojure.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index fe10a198db..ab27fd8bd3 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -200,7 +200,8 @@ (define-public clojure-tools
     (inputs (list rlwrap
                   clojure
                   clojure-tools-deps-alpha
-                  java-commons-logging-minimal))
+                  java-commons-logging-minimal
+                  java-slf4j-simple))
     (home-page "https://clojure.org/releases/tools")
     (synopsis "CLI tools for the Clojure programming language")
     (description "The Clojure command line tools can be used to start a
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:26:33 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:26:33 2022
Received: from localhost ([127.0.0.1]:58343 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmQr-0000Aa-HW
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:26:33 -0500
Received: from mout-p-202.mailbox.org ([80.241.56.172]:51184)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmQp-0000AJ-Vl
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:26:32 -0500
Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Jqbtp2BfFz9sTF
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:26:26 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934384;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=vbO10v3mbBrR/Gu+HvM0sDgzvbUND4oYlUj55sJpRGM=;
 b=MQ/q7N92URIZr7AGQnN4K/fl+tW45ia9v+M/4Wi+t2qhNbqqulWTzCGM3kwDdqQOGxj1Wv
 C87569EHf+kqi0YvqF4+LLHL3RHDVQ8n42nsa2sJdpUpsinDI+BDDdp0e4cAcozpKzwZH8
 tu2WX3E+UF7SLvTphL42vVPIZSYvlNONk2230PiJ3y4svg7xSA3/HDjJdaf0eA5A7ZeKLV
 DD9PrBSyDRUZqCRlx5H+i7MMkasaxyjl1PXbAaOCKYLKAqs8jPgm+3FihZVl0AITgR/MYR
 7wz9v9joI0tkNCXCl1+xUT3WtozNZYsFJz11AhWbSNe609WQJ6NxFhoa28YU7w==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 16/17] gnu: clojure-tools-deps-alpha: Fix issues with S3
Date: Thu, 03 Feb 2022 19:26:20 -0500
Message-ID: <87bkzn32ab.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-tools-deps-alpha): Remove a restriction
which prevented the S3 loader from being used due to dependency issues. Now
that clojure-core-async has been packaged, this restriction can be lifted.
---
 gnu/packages/clojure.scm | 33 +++++++--------------------------
 1 file changed, 7 insertions(+), 26 deletions(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 4979300dc7..fe10a198db 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -888,34 +888,11 @@ (define-public clojure-tools-deps-alpha
     (build-system clojure-build-system)
     (arguments
      `(#:source-dirs '("src/main/clojure" "src/main/resources")
+       #:java-source-dirs '("src/main/java")
        #:test-dirs '("src/test/clojure")
        #:doc-dirs '()
        ;; FIXME: Could not initialize class org.eclipse.aether.transport.http.SslSocketFactory
-       #:tests? #f
-       #:phases
-       (modify-phases %standard-phases
-         ;; FIXME: Currently, the S3 transporter depends on ClojureScript,
-         ;; which is very difficult to package due to dependencies on Java
-         ;; libraries with non-standard build systems. Instead of actually
-         ;; packaging these libraries, we just remove the S3 transporter that
-         ;; depends on them.
-         (add-after 'unpack 'remove-s3-transporter
-           (lambda _
-             (for-each delete-file
-                       (list
-                        (string-append
-                         "src/main/clojure/clojure/"
-                         "tools/deps/alpha/util/s3_aws_client.clj")
-                        (string-append
-                         "src/main/clojure/clojure/"
-                         "tools/deps/alpha/util/s3_transporter.clj")
-                        (string-append
-                         "src/test/clojure/clojure/"
-                         "tools/deps/alpha/util/test_s3_transporter.clj")))
-             (substitute*
-                 "src/main/clojure/clojure/tools/deps/alpha/util/maven.clj"
-               (("clojure.tools.deps.alpha.util.s3-transporter")
-                "")))))))
+       #:tests? #f))
     (propagated-inputs (list maven-resolver-api
                              maven-resolver-spi
                              maven-resolver-impl
@@ -927,7 +904,11 @@ (define-public clojure-tools-deps-alpha
                              maven-resolver-transport-file
                              clojure-tools-gitlibs
                              clojure-tools-cli
-                             clojure-data-xml))
+                             clojure-data-xml
+                             clojure-com-cognitect-aws-api
+                             clojure-com-cognitect-aws-endpoints
+                             clojure-com-cognitect-aws-s3
+                             java-javax-inject))
     (synopsis "Clojure library supporting clojure-tools")
     (description "This package provides a functional API for transitive
 dependency graph expansion and the creation of classpaths.")
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:26:22 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:26:22 2022
Received: from localhost ([127.0.0.1]:58340 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmQg-00009z-8M
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:26:22 -0500
Received: from mout-p-101.mailbox.org ([80.241.56.151]:43444)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmQe-00009m-Ne
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:26:21 -0500
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4JqbtZ6xVXz9sR2
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:26:14 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934372;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=IrSpFGEFj6BV5w8nZ+jeNVFYLV68Qe7scW3uIp3JGCo=;
 b=dXAtM7BKJ6/gMZlZlUukxVypb8ygT93Z003ejzLOVvsEK5KyNgacC8aMvlvzoD559TLliv
 YWlbf3pm+9BIXD1WY6FfzsP+npL98SvHdD9066Ax3kt3m6CtukKfBA21OcfU8zLiVRLVBc
 CthJLg0G38Xbz29pierUkhrBsfB3E4g9gUBocT1rP5U7GN3PXA08K3DyAKCLC00GmvlxJ4
 5fFv/8vUtZqw4QaiU3vB/tWmRZ6XGhmzsSQop7dSgn6/QzdrxZmf5lr6uDRg8m0s4+ki8K
 G+RTmirczoxAieMwlgAKUeWIf0kLxXQyL4IB0WcJJpCXXBEfSvURdiiHkpYwRg==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3.
Date: Thu, 03 Feb 2022 19:26:08 -0500
Message-ID: <87czk332an.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-com-cognitect-aws-s3): New variable.
---
 gnu/packages/clojure.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index f4b389f7b0..4979300dc7 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -324,6 +324,30 @@ (define-public clojure-com-cognitect-aws-endpoints
     (synopsis "Endpoint data for @code{aws-api}")
     (license license:asl2.0)))
 
+(define-public clojure-com-cognitect-aws-s3
+  (package
+    (inherit clojure-com-cognitect-aws-api)
+    (name "clojure-com-cognitect-aws-s3")
+    (version "814.2.991.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://repo1.maven.org/maven2/"
+                                  "com/cognitect/aws/s3/"
+                                  version "/s3-"
+                                  version "-sources.jar"))
+              (sha256
+               (base32
+                "0aw3mpddmnjmp45vbmv1l47jn84lgq866fy9mg4wf1x2lqdyhigh"))))
+    (native-inputs '())
+    (propagated-inputs '())
+    (arguments
+     '(#:doc-dirs '()
+       ;; This package has no tests.
+       #:tests? #f
+       #:aot-exclude '(#:all)))
+    (synopsis "S3 service description for @code{aws-api}")
+    (license license:asl2.0)))
+
 (define-public clojure-com-cognitect-http-client
   (package
     (name "clojure-com-cognitect-aws-api")
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:26:14 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:26:14 2022
Received: from localhost ([127.0.0.1]:58337 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmQX-00009e-Uj
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:26:14 -0500
Received: from mout-p-103.mailbox.org ([80.241.56.161]:44138)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmQW-00009P-H0
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:26:12 -0500
Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4JqbtQ5fDzz9sSc
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:26:06 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934364;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=KNIva+grCxfuZAs7yehCctnKI1anL8A/fxGpb8HGdv8=;
 b=axamMOpcGKsjN20n2qP/gghDs/SbKl69JOTM0W1j36l99ktwdRw7ZWYqq3CgGOFKLYDrZs
 ABqJbEuTBPjLdSvJ0EkV84L5Kazywu+5eoZYF+C8pkLww3Nu0qRcNESaJsRX4dMYeMD1xn
 pyFY09JEFbOfAI7xMOQ8zGDtKoEZz8dbpEi5XEtqpUUZqVQBt5lG0sYdxoznzmEeNJm4AT
 ATIA0iJ776p10N2bl4eVhLkKE8q4HJEjE/PbeWkC/AtQnnCnd+kWenpzd0LPirMbHpycT/
 M2oCQaZhEq+l85bS9zWuyS36lXfyKaLI+laKX4DfIUHqeAcUBjWv7QAMkZimpg==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 13/17] gnu: Add clojure-com-cognitect-aws-api.
Date: Thu, 03 Feb 2022 19:26:00 -0500
Message-ID: <87ee4j32av.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-com-cognitect-aws-api): New variable.
---
 gnu/packages/clojure.scm | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 58adb8d080..b99ec139da 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -260,6 +260,46 @@ (define-public clojure-algo-monads
     (home-page "https://github.com/clojure/algo.monads")
     (license license:epl1.0)))
 
+(define-public clojure-com-cognitect-aws-api
+  (package
+    (name "clojure-com-cognitect-aws-api")
+    (version "0.8.539")
+    (home-page "https://github.com/cognitect-labs/aws-api")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1pi1578hgfy9w25gyidz5dwl85q51rjm3kfffmlxsysl7vx3gv03"))))
+    (build-system clojure-build-system)
+    (native-inputs (list clojure-http-kit
+                         java-commons-io
+                         clojure-com-cognitect-aws-endpoints
+                         clojure-com-cognitect-aws-s3
+                         clojure-test-check))
+    (propagated-inputs (list clojure-core-async
+                             clojure-tools-logging
+                             clojure-data-json
+                             clojure-data-xml
+                             clojure-com-cognitect-http-client))
+    (arguments
+     '(#:source-dirs '("src" "resources")
+       #:test-dirs '("test/src" "test/resources")
+       #:doc-dirs '("doc")))
+    (synopsis "aws-api is a Clojure library which provides programmatic access
+to AWS services from your Clojure program")
+    (description "@code{aws-api} is an idiomatic, data-oriented Clojure
+library for invoking AWS APIs.  While the library offers some helper and
+documentation functions you'll use at development time, the only functions you
+ever need at runtime are @code{client}, which creates a client for a given
+service and @code{invoke}, which invokes an operation on the
+service. @code{invoke} takes a map and returns a map, and works the same way
+for every operation on every service.")
+    (license license:asl2.0)))
+
 (define-public clojure-com-cognitect-http-client
   (package
     (name "clojure-com-cognitect-aws-api")
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:26:06 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:26:05 2022
Received: from localhost ([127.0.0.1]:58334 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmQP-00009H-Lx
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:26:05 -0500
Received: from mout-p-103.mailbox.org ([80.241.56.161]:44132)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmQO-00007z-Jk
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:26:05 -0500
Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4JqbtG661Mz9sSc
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:25:58 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934355;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=cqVeW1uY9wTquxD/tMRQAZASDA/7CL28KRqQ2/T8nj8=;
 b=ptTBZWCxMCNbype5Ykt1EzbQ99NueWa7f50V58X1vAzQ9lk+CZvnbSEZ1C2qBU56TXp33u
 KBS09dasdMWM9JA/GUfpPb69G9d9orYt/1OnEQdlVLMSsyvmNN5lbqw9Lt8skMXc7svGA0
 UJdT50YKtkrsGRuKJsgfIuItP0Tj0aRZ7hwbCJkPNbbo2wTzn3aBw0edYWhtnffX8MbqLT
 WQaWHdtWivVHFoOqozHb9TH+a1HJkK20JH1Sh4SnaEKy0DwLLbBnSW6pKo1Nc809S7rWkB
 Hh6+wIy5qoEAuXdnTJLV7nKdHphRsaZKXJkTdzolvPLfWYNgIpENRzJeJDPi/w==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 14/17] gnu: Add clojure-com-cognitect-aws-endpoints.
Date: Thu, 03 Feb 2022 19:25:52 -0500
Message-ID: <87fsoz32b3.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-com-cognitect-aws-endpoints): New variable.
---
 gnu/packages/clojure.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index b99ec139da..f4b389f7b0 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -300,6 +300,30 @@ (define-public clojure-com-cognitect-aws-api
 for every operation on every service.")
     (license license:asl2.0)))
 
+(define-public clojure-com-cognitect-aws-endpoints
+  (package
+    (inherit clojure-com-cognitect-aws-api)
+    (name "clojure-com-cognitect-aws-endpoints")
+    (version "1.1.12.136")
+    (source (origin
+              (method url-fetch)
+              ;; This JAR contains only data files.
+              (uri (string-append "https://repo1.maven.org/maven2/"
+                                  "com/cognitect/aws/endpoints/"
+                                  version "/endpoints-"
+                                  version "-sources.jar"))
+              (sha256
+               (base32
+                "15irzbnr0gp5pf0nh9vws6kyzjsbqshiqm9b8frjgsnizvqw0jqj"))))
+    (native-inputs '())
+    (propagated-inputs '())
+    (arguments
+     '(#:doc-dirs '()
+       ;; This package contains only data, no code to test.
+       #:tests? #f))
+    (synopsis "Endpoint data for @code{aws-api}")
+    (license license:asl2.0)))
+
 (define-public clojure-com-cognitect-http-client
   (package
     (name "clojure-com-cognitect-aws-api")
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:47 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:25:47 2022
Received: from localhost ([127.0.0.1]:58324 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmQ7-00007g-9q
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:25:47 -0500
Received: from mout-p-101.mailbox.org ([80.241.56.151]:43420)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmQ4-00007L-Vy
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:25:45 -0500
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Jqbsv20xPz9sQX
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:25:39 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934337;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=pvmJgpdJtP55lZ5327tRQR8/5aR4kMZ0N6vn9Zn+E6A=;
 b=v5gg/BUp975howckG+KFnSCH1NlJmyic7/P541ZnMBMU+hYmPjdkFJ9dyi5TbPp7TKrHm+
 XbxfGK7NmKaGqaymxTdJhE/1cT9N090G8tTZqtgnYA9ckDYb1J7Xq+r/8pgh1ghNvgdozh
 yP7z+1USIIZGzANBf8y9DYil6POGa9g2VQcOoNhc7IJLiZZw/VsWU+0OZ1xqgvw97ks1FV
 Ogxaa+AGDKJ/UfKSmKgNiUFLJQHvDnXiSk8azxhmuRhXX4iNDll4nj84GftEwzuxO2IAfg
 5/59mo7YOff1d3Mp7/Opfn0MkStAMbzJLKXePoI70Vb6x7q0aSB92HfnvUyUIA==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 12/17] gnu: Add clojure-com-cognitect-http-client.
Date: Thu, 03 Feb 2022 19:25:33 -0500
Message-ID: <87h79f32bm.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-com-cognitect-http-client): New variable.
---
 gnu/packages/clojure.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 7bbab8b741..58adb8d080 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -25,6 +25,7 @@ (define-module (gnu packages clojure)
   #:use-module (gnu packages java)
   #:use-module (gnu packages maven)
   #:use-module (gnu packages readline)
+  #:use-module (gnu packages web)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
@@ -259,6 +260,35 @@ (define-public clojure-algo-monads
     (home-page "https://github.com/clojure/algo.monads")
     (license license:epl1.0)))
 
+(define-public clojure-com-cognitect-http-client
+  (package
+    (name "clojure-com-cognitect-aws-api")
+    (version "1.0.111")
+    (source (origin
+              (method url-fetch)
+              ;; This JAR contains only uncompiled Clojure sources.
+              (uri (string-append "https://repo1.maven.org/maven2/"
+                                  "com/cognitect/http-client/"
+                                  version "/http-client-"
+                                  version ".jar"))
+              (sha256
+               (base32
+                "0n03vyr6i6n8ll8jn14b5zsba5pndb0ivdwizimz16gd8w3kf5xh"))))
+    (build-system clojure-build-system)
+    (propagated-inputs (list clojure-core-async
+                             java-eclipse-jetty-client
+                             java-eclipse-jetty-http
+                             java-eclipse-jetty-util
+                             java-eclipse-jetty-io))
+    (arguments
+     '(#:source-dirs '("src")
+       #:test-dirs '()
+       #:doc-dirs '()))
+    (home-page "https://cognitect.com")
+    (synopsis "HTTP Client for Clojure")
+    (description "HTTP client for Clojure.")
+    (license license:asl2.0)))
+
 (define-public clojure-core-async
   (package
     (name "clojure-core-async")
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:40 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:25:40 2022
Received: from localhost ([127.0.0.1]:58321 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmPz-00007N-Vr
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:25:40 -0500
Received: from mout-p-101.mailbox.org ([80.241.56.151]:43414)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmPx-000072-VD
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:25:38 -0500
Received: from smtp2.mailbox.org (smtp2.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:2:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Jqbsm1SR8z9sQX
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:25:32 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934329;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=t4h8VcfNdY0STGI1Ov0Kd7ZlRWAv9lumsUbnPo3D+yc=;
 b=TgVf2kCWtw4jNXdrjFTfahONe7eHqzWeMm+rJgQcukRvuMCx+VbORI1+kmFsn94W89j/u0
 uhQ2NI+eLkWeLvjrGuvf7HPr7iyN7fRyxtpzcNXBcsOE1WJZtIs6jeq+HQGCA6dDE3ZtVZ
 SSRKj6AqZt+z12zy/FmK6DmLKnkw9hdnbxa+xz5cj+a8Yz/rKI7IrllFgC7gLrRywTDph5
 dW9o5K24n87ca0NRollQHKPTTsGLdErII9dd0H+frzdVanyGbwF/NHzwZd0vvVz6+S+lKx
 ZJThdsZd3QuUdz5p+uXWtu0FQUAhXvQerZmSZyn6owUQLFvGUES1NP53Tzx82w==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 11/17] gnu: Add clojure-core-async.
Date: Thu, 03 Feb 2022 19:25:25 -0500
Message-ID: <87iltv32bu.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-core-async): New variable.
---
 gnu/packages/clojure.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 360d86f6ab..7bbab8b741 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -259,6 +259,37 @@ (define-public clojure-algo-monads
     (home-page "https://github.com/clojure/algo.monads")
     (license license:epl1.0)))
 
+(define-public clojure-core-async
+  (package
+    (name "clojure-core-async")
+    (version "1.5.648")
+    (home-page "https://github.com/clojure/core.async")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1any7bh5zsn6agia6y7al1gxnqa6s5g0y45gzy51rfjjccq33xq4"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '("doc")
+       #:aot-exclude '(cljs.core.async
+                       cljs.core.async.macros
+                       cljs.core.async.impl.ioc-macros)
+       ;; These tests cause the build system to hang.
+       #:test-exclude '(clojure.core.async-test
+                        clojure.core.async.lab-test)))
+    (propagated-inputs (list clojure-tools-analyzer-jvm))
+    (synopsis "Facilities for async programming and communication in Clojure")
+    (description "Facilities for async programming and communication in
+Clojure using communicating sequential processes.")
+    (license license:epl1.0)))
+
 (define-public clojure-core-cache
   (package
     (name "clojure-core-cache")
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:33 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:25:32 2022
Received: from localhost ([127.0.0.1]:58318 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmPs-000071-Ls
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:25:32 -0500
Received: from mout-p-101.mailbox.org ([80.241.56.151]:43408)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmPq-00006i-Qd
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:25:31 -0500
Received: from smtp1.mailbox.org (smtp1.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:1:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Jqbsd1JNBz9sQX
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:25:25 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934322;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=3KmLrmur2zISh5hQotLwnGnzjCyRGfJNh1b4HzTbf5U=;
 b=sLlw+w0UNkqjnLS0yBYYxze3zhQZAiOJLkUokORfDMIhySptBTQjFzr1JmIqE5h1WYhaZE
 zwWjORgx6iCSTxNaz98E0plftWhziQqvKaK2sqtnkFaGXn5tzgaYISkXsF5USWrih1QpS6
 BRrLeH+s4YZDppOMJgi21DDpJ8nBjYeJVvcJ+CwgwJI0C/U7P6QcyOK5ptQlDqE0Dej40d
 SuhqIVrAsDxPoxrKNHUvGIIEvNMPScdde95lG3KO86vfRU//FW7JCrHuzekrWgC6zLszqm
 bW+nY+vj5CuAJGJThNKDChRi3kVIm/p+Q/S/OBGogCy7X5LWuBgJjR26BVQgOA==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 10/17] gnu: Add clojure-tools-logging.
Date: Thu, 03 Feb 2022 19:25:18 -0500
Message-ID: <87k0eb32c1.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-tools-logging): New variable.
---
 gnu/packages/clojure.scm | 60 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 4cd50483e3..360d86f6ab 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -811,3 +811,63 @@ (define-public clojure-tools-gitlibs
 indicated by git SHAs.  This library provides this functionality and also
 keeps a cache of git directories and working trees that can be reused.")
     (license license:epl1.0)))
+
+(define-public clojure-tools-logging
+  (package
+    (name "clojure-tools-logging")
+    (version "1.2.4")
+    (home-page "https://github.com/clojure/tools.logging")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1vcl1s75amazzdyirnpza8jizp85d5178p0qkqfk26vl7yajvz7a"))))
+    (build-system clojure-build-system)
+    (native-inputs (list clojure-test-check
+                         java-slf4j-api
+                         java-slf4j-simple
+                         java-log4j-api
+                         java-log4j-core
+                         java-commons-logging-minimal))
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()
+       ;; Tests fail due to issues with clojure.pprint
+       #:tests? #f))
+    (synopsis "Clojure logging toolkit")
+    (description "Logging macros which delegate to a specific logging
+implementation, selected at runtime when the @code{clojure.tools.logging}
+namespace is first loaded.")
+    (license license:epl1.0)))
+
+(define-public clojure-tools-reader
+  (package
+    (name "clojure-tools-reader")
+    (version "1.3.6")
+    (home-page "https://github.com/clojure/tools.reader")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0rcqq024ysz5g2ad8g6jvhnlpwqym58hd1mywl8c4v3x5628d028"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()
+       ;; Tests are not well formed clojure namespaces.
+       #:tests? #f))
+    (synopsis "Clojure reader in Clojure")
+    (description "A complete Clojure reader and an EDN-only reader, works with
+Clojure versions >= 1.4.0 and Clojurescript >=0.5308 and since version
+0.10.0-alpha1.")
+    (license license:epl1.0)))
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:25 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:25:25 2022
Received: from localhost ([127.0.0.1]:58315 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmPl-00006g-Di
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:25:25 -0500
Received: from mout-p-101.mailbox.org ([80.241.56.151]:43402)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmPj-00006M-A8
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:25:24 -0500
Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4JqbsT1BWZz9sQX
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:25:17 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934314;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=YOtfWePzknbm6q05fuxf4lCVfh7740Jm6CIRwcK4+UU=;
 b=SYFea9o2hWN7SSsVBYYFZK+BWLDwV59WZSEcRdLazHzsWJ8TeHiNx5qLVJg5DqTpX6Noi/
 PFKJt/kYoQZEoPdUXrpRNJaDvKlUyH0UZrn9k/3CyZV7XkpUOYF6vz9O+QEunVYPTIfoOV
 YsTPX7KnkTbgl6J7yVueGbm6EPe0ZFQ3Mc6+R0uLv2pTH3bNSocfzR0mq76DBbFisk/Uka
 fbB9MXDVdHuc3NczaL2LMyEVE3Vdsq6aKt8/vDB+DvgxgXFq/+bAKyaY5GvAH9Px3uCyuH
 GobhDXyS0rIIP92sLDJMEudNp7x/kGTRQquT5dof/Ix80iFH0Qo1N1KxsQNIxA==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 09/17] gnu: Add clojure-tools-analyzer-jvm.
Date: Thu, 03 Feb 2022 19:25:11 -0500
Message-ID: <87leyr32c8.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-tools-analyzer-jvm): New variable.
---
 gnu/packages/clojure.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 7e188b99b6..4cd50483e3 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -670,6 +670,34 @@ (define-public clojure-tools-analyzer
 @code{tools.analyzer.jvm}, @code{tools.analyzer.js}")
     (license license:epl1.0)))
 
+(define-public clojure-tools-analyzer-jvm
+  (package
+    (name "clojure-tools-analyzer-jvm")
+    (version "1.2.2")
+    (home-page "https://github.com/clojure/tools.analyzer.jvm")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1ibvgvfa4618l5d0pff9gjar1s0fwagi029v4allk7z3swb93ibr"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '("doc")))
+    (propagated-inputs (list clojure-core-memoize
+                             clojure-tools-reader
+                             clojure-tools-analyzer
+                             java-asm))
+    (synopsis "Additional jvm-specific passes for @code{tools.analyzer}")
+    (description "An analyzer for Clojure code, written on top of
+@code{tools.analyzer}, providing additional jvm-specific passes.")
+    (license license:epl1.0)))
+
 (define-public clojure-tools-cli
   (package
     (name "clojure-tools-cli")
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:18 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:25:18 2022
Received: from localhost ([127.0.0.1]:58312 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmPe-00006O-4i
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:25:18 -0500
Received: from mout-p-202.mailbox.org ([80.241.56.172]:51162)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmPc-000060-1l
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:25:16 -0500
Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4JqbsL2fxbz9sTF
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:25:10 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934307;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=k2EzJWOyTWEof1P+jIJRE8PcGn4uEapMsQebR4ByOo0=;
 b=vwLyCccQDAxxfNXi0AGY3LNznbxdNNrLdWW+ReuFYB1JLBEEFAVmSRZz2sm+BNSt2kV7FL
 ZSHX+nXqQo9Ic1dF9x23XvMhtiCjQT8UXld9UCHrAkpRToA/0ZfYlZlatfNA/u/WiBIFKp
 FXHmBvS0OFX+uXb/g+o1b3WOGJ8yvQ/ByVJz2L0QU79HXZrzM3Lmecn4z4jyfKtd3PBlNE
 /yT7HUwtBXBtygIf5jjc9wDwJoSC0uGh0aIHRIkn26tDjzBaXy3C4n5fktKCjSe+zwpVn2
 0K7QPApDClOGWtOvcNdnHVlE5ANs+yJ9cLKdsCNFEE37hjBWnA2m3EHe+Kxi3g==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 08/17] gnu: Add clojure-tools-analyzer.
Date: Thu, 03 Feb 2022 19:25:03 -0500
Message-ID: <87mtj732cg.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-tools-analyzer): New variable.
---
 gnu/packages/clojure.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 23635fe1b9..7e188b99b6 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -639,6 +639,37 @@ (define-public clojure-tools-macro
     (home-page "https://github.com/clojure/tools.macro")
     (license license:epl1.0)))
 
+(define-public clojure-tools-analyzer
+  (package
+    (name "clojure-tools-analyzer")
+    (version "1.1.0")
+    (home-page "https://github.com/clojure/tools.analyzer")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "19cgxxbav3z3k62hwl34vbi3lilrs4vksa4j8lvswha8sdjs01vh"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()))
+    (synopsis "Analyzer for Clojure code, written in Clojure and producing
+AST in EDN")
+    (description "An analyzer for host agnostic Clojure code, written in
+Clojure and producing AST in EDN.
+
+Note that the analyzer in this library should not to be used directly as it
+lacks any knowledge about host-specific special forms and it should only be
+considered as a building platform for host-specific analyzers.  Currently the
+following platform specific analyzers written on top of tools.analyzer exist:
+@code{tools.analyzer.jvm}, @code{tools.analyzer.js}")
+    (license license:epl1.0)))
+
 (define-public clojure-tools-cli
   (package
     (name "clojure-tools-cli")
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:11 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:25:11 2022
Received: from localhost ([127.0.0.1]:58309 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmPW-000061-Ta
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:25:11 -0500
Received: from mout-p-202.mailbox.org ([80.241.56.172]:51156)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmPV-00005k-C1
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:25:09 -0500
Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4JqbsC4N9Bz9sTQ
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:25:03 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934300;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=vlu1ilrLocuip3NVh/1MfgAjcIpahc00F4X3xaPTMzw=;
 b=OLxugBqMwX/+Ii1Q7fXe6d8F0SCDJ3X9JrXB0XGF2GDM6jdw5g47oo52EhVX7LbskbWSvq
 w4M3jeMRhml1TsjUpSOqDLP/IYKP1XJ3pqkjN7mjMBoWjQmJeNoNBWRL+wDISXSsHYM8Yk
 yKsw6Sfh1IS5KGalMbcVt61YeVTLYyvuS+GRNUYrt3N2c5ki/T+ihN8f65nFt5v0pQwqjV
 xBfkNCTcn9EUgavP9TSOGV1a0Ds2Z4ho72ymuJw0SA8jpyqQE785nY5M3jgUzndIQFc3nZ
 Y46GGlmEOlnwxiAGsmMqAXltWv6NNwW53C5TiF2qEJfp0tIRCH0zj3yBPxsmYQ==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 07/17] gnu: Add clojure-http-kit.
Date: Thu, 03 Feb 2022 19:24:57 -0500
Message-ID: <87o83n32cm.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-http-kit): New variable.
---
 gnu/packages/clojure.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 2080c0afec..23635fe1b9 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -512,6 +512,31 @@ (define-public clojure-data-xml
 lazy - should allow parsing and emitting of large XML documents")
     (license license:epl1.0)))
 
+(define-public clojure-http-kit
+  (package
+    (name "clojure-http-kit")
+    (version "2.5.3")
+    (home-page "https://github.com/http-kit/http-kit")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "19m3j5ad4q7ywl0nd39vs0wha4md8fb846ykz0anv31rvdzv5yv3"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:doc-dirs '()
+       #:java-source-dirs '("src/java")
+       ;; Broken test dependencies.
+       #:tests? #f))
+    (synopsis "High-performance event-driven HTTP client/server for Clojure")
+    (description "High-performance event-driven HTTP client/server for
+Clojure.")
+    (license license:asl2.0)))
+
 (define-public clojure-instaparse
   (let ((commit "dcfffad5b065e750f0f5835f017cdd8188b8ca2e")
         (version "1.4.9")) ; upstream forget to tag this release
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:04 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:25:03 2022
Received: from localhost ([127.0.0.1]:58306 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmPP-00005K-LG
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:25:03 -0500
Received: from mout-p-102.mailbox.org ([80.241.56.152]:60824)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmPN-0008Vr-KK
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:25:02 -0500
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4Jqbs33DMjz9sW4
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:24:55 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934292;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=rUOX4JCk3gcx5wnGqv0kInz76h697vMEkOxIxwnME2w=;
 b=PmsaNMse7DQmS7ILjreHxowTUHcTwCGcwi5VS9swxxwY/rjb3LOT35JhRrELMPhQsQiUWa
 ucMmyyTRYW/V+WHCJiyDos92/+UgjAmudN57FZ6xXMnMglbxjVbtFoCm5RgKMnlJzeqqwa
 MhKlxUYN6RQZW3JK+F31gJpcXeTW8stYX6GiQhz2DZHoACrzZC0mAdrw/r64/RaK/Qy9Q6
 iwPNHW/MH6+qfPyhK26yzUzncWc5JdGGMkHX3LAgPM+8nk5EEfUtwF0DNCtByF5decqs7b
 IoP4OMc8ox31HPpYrExFsZEf9h4kHl868ID8bIb+fSBYfheBUZU1FAgFY2AoJw==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 06/17] gnu: clojure-data-xml: Exclude failing tests.
Date: Thu, 03 Feb 2022 19:24:49 -0500
Message-ID: <87pmo332cu.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-data-xml): Failing tests excluded from
check phase.
---
 gnu/packages/clojure.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index a0350290e5..2080c0afec 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -497,7 +497,9 @@ (define-public clojure-data-xml
     (arguments
      '(#:source-dirs '("src/main/clojure")
        #:test-dirs '("src/test/clojure")
-       #:doc-dirs '()))
+       #:doc-dirs '()
+       #:test-exclude '(clojure.data.xml.test-cljs
+                        clojure.data.xml.test-entities)))
     (propagated-inputs (list clojure-data-codec))
     (synopsis "Clojure library for reading and writing XML data")
     (description "@code{data.xml} is a Clojure library for reading and writing
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:24:56 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:24:56 2022
Received: from localhost ([127.0.0.1]:58298 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmPI-0008Vs-BX
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:24:56 -0500
Received: from mout-p-202.mailbox.org ([80.241.56.172]:51136)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmPG-0008VQ-AW
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:24:55 -0500
Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Jqbrw4W33z9sTF
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:24:48 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934286;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=QD8ZqXRzdm/dI5eEF+uKWycHi2dEbUtN/LNfKbrHyOY=;
 b=Hy+3HmIUB4R1Qi3BrtzCyWbZgW9TtZZ5Owt5ccP64gnVrNWQVeCsuMyv3KlcxYYxsAJMiU
 uUBWez4vUI0kO96DrXYs+YE3Gu4m/59TK+NxOU1JYRUfqKq5gCVNvRSTe+07mk5aymsBYW
 Nj/0BUnLnr3vW4aXUiR2vBdtKqFJLN5pO4jIn9OQ7CIDYtzgwCtJCwEnSbQ58LHzW3pDUH
 7UsfarXcrWP8qiopjT/p7j6MTCodKP7JsvNSI9oC9rzPkcyDltjcSMjoHJtHy5cupeR5rW
 ucl9pYsOPsYolXpk0oKMZDvJd7vx91mlZkFuzaO+1epUZ2dFfzLylrdzHvER8g==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 05/17] gnu: Add clojure-core-memoize.
Date: Thu, 03 Feb 2022 19:24:42 -0500
Message-ID: <87r18j32d1.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-core-memoize): New variable.
---
 gnu/packages/clojure.scm | 51 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index d390feff3d..a0350290e5 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -341,6 +341,57 @@ (define-public clojure-core-match
       (home-page "https://github.com/clojure/core.match")
       (license license:epl1.0))))
 
+(define-public clojure-core-memoize
+  (package
+    (name "clojure-core-memoize")
+    (version "1.0.253")
+    (home-page "https://github.com/clojure/core.memoize")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1qky54v114sh3xn0lffwy7xx3wnnayk07fr2nvhd4lih84sv6rdz"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '("docs")
+       ;; Tests fail when AOT'd.
+       #:aot-exclude '(#:all)))
+    (propagated-inputs (list clojure-core-cache))
+    (synopsis "Manipulable, pluggable, memoization framework for Clojure")
+    (description "@code{core.memoize} is a Clojure contrib library providing
+the following features:
+
+An underlying PluggableMemoization protocol that allows the use of
+customizable and swappable memoization caches that adhere to the synchronous
+CacheProtocol found in core.cache
+
+Memoization builders for implementations of common caching strategies,
+including:
+
+First-in-first-out (clojure.core.memoize/fifo)
+
+Least-recently-used (clojure.core.memoize/lru)
+
+Least-used (clojure.core.memoize/lu)
+
+Time-to-live (clojure.core.memoize/ttl)
+
+Naive cache (memo) that duplicates the functionality of Clojure's memoize
+function but, unlike the built-in memoize function, ensures that in the case
+of concurrent calls with the same arguments, the memoized function is only
+invoked once; in addition memo can use metadata from the memoized function to
+ignore certain arguments for the purpose of creating the cache key, e.g.,
+allowing you to memoize clojure.java.jdbc functions where the first argument
+includes a (mutable) JDBC Connection object by specifying
+:clojure.core.memoize/args-fn rest in the metadata")
+    (license license:epl1.0)))
+
 (define-public clojure-data-codec
   (package
     (name "clojure-data-codec")
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:24:52 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:24:52 2022
Received: from localhost ([127.0.0.1]:58295 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmPE-0008Vb-0T
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:24:52 -0500
Received: from mout-p-201.mailbox.org ([80.241.56.171]:34358)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmPB-0008VD-IR
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:24:50 -0500
Received: from smtp202.mailbox.org (smtp202.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:4:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4Jqbrq2Mggz9sS2
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:24:43 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934280;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=JmIBMC9IcWHR+svWDy2IbAMJS/gkUbzA/0M+8PGxTFk=;
 b=WYZnPp1R4CjN2ianopLTDlciWstBMerykk2I2twjg7ZDEUXUWNteZHr0I6GzwCYBAVj+Rt
 TBUudmY7teLsS13U/lXsV65oCznWD/375nkBl4r+DQrWc0SRj3E0ozuNG3um0g3wiuig6m
 voqQ9KQH7WjmzSdMo9d++ZfdA/We3eolt+sqVc3rnYFIpJ68pR+YZErxhmE2/GD0Eatbyh
 oz3LEzjI+rebuZHS7R85BpTMAWmtIIhPN7VG08PS2PG9kSTqQynZNN3Ho2s2frsV5AQ/HE
 RtNUMNUbkdqrym0afbHXY1Wp7PMk+FinPtSZ9Mn2XKRW2vYWcXI6D2FKbw824A==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 04/17] gnu: Add clojure-core-cache.
Date: Thu, 03 Feb 2022 19:24:35 -0500
Message-ID: <87sfsz32d8.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-core-cache): New variable.
---
 gnu/packages/clojure.scm | 55 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index c4524c2abb..d390feff3d 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -259,6 +259,61 @@ (define-public clojure-algo-monads
     (home-page "https://github.com/clojure/algo.monads")
     (license license:epl1.0)))
 
+(define-public clojure-core-cache
+  (package
+    (name "clojure-core-cache")
+    (version "1.0.225")
+    (home-page "https://github.com/clojure/core.cache")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1dr1ply7ffdbd6bv4gygzmc0wx3q7zwzaaa1p93s28jkfp28276l"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '("doc")))
+    (propagated-inputs (list clojure-data-priority-map))
+    (synopsis "Caching library for Clojure implementing various cache strategies")
+    (description "@code{core.cache} is a Clojure contrib library providing the
+following features:
+
+An underlying CacheProtocol used as the base abstraction for implementing new
+synchronous caches
+
+A defcache macro for hooking your CacheProtocol implementations into the
+Clojure associative data capabilities.
+
+Implementations of some basic caching strategies
+
+First-in-first-out (FIFOCache)
+Least-recently-used (LRUCache)
+Least-used (LUCache -- sometimes called Least Frequently Used)
+Time-to-live (TTLCacheQ)
+Naive cache (BasicCache)
+Naive cache backed with soft references (SoftCache)
+
+Implementation of an efficient buffer replacement policy based on the low
+inter-reference recency set algorithm (LIRSCache) described in the LIRS paper
+
+Factory functions for each existing cache type
+
+Caches are generally immutable and should be used in conjunction with
+Clojure's state management, such as atom.  SoftCache is the exception here,
+built on top of mutable Java collections, but it can be treated as an
+immutable cache as well.
+
+The @code{clojure.core.cache} namespace contains the immutable caches
+themselves.  The @code{clojure.core.cache.wrapped} namespace contains the same
+API operating on caches wrapped in atoms, which is the \"normal\" use in the
+wild.")
+    (license license:epl1.0)))
+
 (define-public clojure-core-match
   (let ((commit "1837ffbd4a150e8f3953b2d9ed5cf4a4ad3720a7")
         (revision "1")) ; this is the 1st commit buildable with clojure 1.9
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:24:45 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:24:44 2022
Received: from localhost ([127.0.0.1]:58292 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmP6-0008VF-Kk
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:24:44 -0500
Received: from mout-p-103.mailbox.org ([80.241.56.161]:44090)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmOy-0008Uh-VF
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:24:43 -0500
Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4Jqbrb1nkwz9sm9
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:24:31 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934269;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=PaB6L/3llNZp0BFNPvXAof25NzgMkqN/B0HAibfbe8I=;
 b=QDs+kikVREIzTflEbUjGRV3kohuEd4K5V7dvnUtldYL+AIU2loLk+TAQPiBM3vsTiFG44i
 i9pqRzXP2g/PJEPRu0vqO+9oIZ0GbpPQs3bm2tBJ7NzO8iK4clUuVzOX8qG3ByrqjbufCp
 BP34OP4Aft6ek5yphmsFrcouvR0dXNZFNIk57Xf/Dw9ldslPlw2sWWFv5t+TsC8GA/VOzu
 L2XpmmqQuOSVGCj0U1upK07f9YXNGgivwBAAZ+QzzAzuSfnbKiOE21O9mmQavFX9Njcwvv
 u2r9POueE7xo67kbjpFPWmAuZKlnOU/1Xn4FxeVYw9dXQmeTtARBfE3t8iRaiA==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 03/17] gnu: Add java-eclipse-jetty-client.
Date: Thu, 03 Feb 2022 19:24:25 -0500
Message-ID: <87tudf32di.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/web.scm (java-eclipse-jetty-client): New variable.
---
 gnu/packages/web.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3ddecb15c4..e010212a43 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7269,6 +7269,32 @@ (define-public java-eclipse-jetty-webapp-9.2
      `(("java-eclipse-jetty-io-9.2" ,java-eclipse-jetty-io-9.2)
        ,@(package-native-inputs java-eclipse-jetty-util-9.2)))))
 
+(define-public java-eclipse-jetty-client
+  (package
+    (inherit java-eclipse-jetty-util)
+    (name "java-eclipse-jetty-client")
+    (arguments
+     `(#:jar-name "eclipse-jetty-client.jar"
+       #:source-dir "src/main/java"
+       #:jdk ,icedtea-8
+       #:tests? #f; require junit 5
+       #:phases
+       (modify-phases %standard-phases
+         (add-before 'configure 'chdir
+           (lambda _
+             (chdir "jetty-client")
+             #t)))))
+    (inputs
+     (list java-eclipse-jetty-util
+           java-eclipse-jetty-http
+           java-eclipse-jetty-io
+           java-eclipse-jetty-server
+           java-eclipse-jetty-servlet
+           java-eclipse-jetty-security
+           java-eclipse-jetty-xml
+           java-javaee-servletapi
+           java-eclipse-jetty-jmx))))
+
 (define-public java-jsoup
   (package
     (name "java-jsoup")
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:24:33 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:24:33 2022
Received: from localhost ([127.0.0.1]:58289 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmOv-0008Up-Co
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:24:33 -0500
Received: from mout-p-103.mailbox.org ([80.241.56.161]:44082)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmOs-0008UY-3P
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:24:31 -0500
Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4JqbrS0J0jz9sSc
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:24:24 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934261;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=Wz82FPZCPFX6oNfEp8ttUZpFGWUsEG8r6FQxRzubbtM=;
 b=LopKjsfv/uZQvMupzV+QFJZAX6tXHJnkGgJSTZx3I57dYUQ703vG8M5h6+MmHwms5ylnfN
 cSwoh9v4/HangMrZcLRhOIcyGOU0tLBdT9ExHF8PgyeHdZ0ZB0QA/UR20rVl4Kk/ZRqM2V
 NBbD+Qxy3n1dY0CRq37rOWs7qLIpWABJGZ99ejctVam98tQQOM2oJMi3hDxXm1LlxzkInH
 SYFJ/jRGVx7Yayba4UEiPpNEufjDdF19dqgJTC+Y8lzxuhhfwe26+ktErgv/JB7Sboj5zo
 a6VAhPObpr/Q2a1L77Gepp78o7fFTofttOcosah6p3OhPfLOBkiXtzZHSY0wig==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 02/17] gnu: Add clojure-data-json.
Date: Thu, 03 Feb 2022 19:24:18 -0500
Message-ID: <87v8xv32dp.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-data-json): New variable.
---
 gnu/packages/clojure.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 3cf287140d..c4524c2abb 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -315,6 +315,34 @@ (define-public clojure-data-codec
 is on par with Java implementations, e.g., Apache commons-codec.")
     (license license:epl1.0)))
 
+(define-public clojure-data-json
+  (package
+    (name "clojure-data-json")
+    (version "2.4.0")
+    (home-page "https://github.com/clojure/data.json")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1xx3hiy62rrph4y4g3aqa1lfb0ns3p6vdvcvlpgm5w1npl70n2r5"))))
+    (build-system clojure-build-system)
+    (native-inputs (list clojure-test-check))
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()
+       ;; ClassCastException, ConcurrentExecutionException
+       #:test-exclude '(clojure.data.json-compat-0-1-test
+                        clojure.data.json-gen-test
+                        clojure.data.json-test)))
+    (synopsis "JSON parser/generator to/from Clojure data structures")
+    (description "JSON parser/generator to/from Clojure data structures.")
+    (license license:epl1.0)))
+
 (define-public clojure-data-priority-map
   (package
     (name "clojure-data-priority-map")
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at 53765 <at> debbugs.gnu.org:


Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:24:22 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:24:22 2022
Received: from localhost ([127.0.0.1]:58286 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmOk-0008UP-3k
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:24:22 -0500
Received: from mout-p-202.mailbox.org ([80.241.56.172]:51118)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmOh-0008UB-U5
 for 53765 <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:24:20 -0500
Received: from smtp102.mailbox.org (smtp102.mailbox.org
 [IPv6:2001:67c:2050:105:465:1:3:0])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4JqbrF3RZlz9sSs
 for <53765 <at> debbugs.gnu.org>; Fri,  4 Feb 2022 01:24:13 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934250;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=/ohXin+yWjGMM7+KXV0snBf8Zu54JB09toBxDI+Ff8g=;
 b=ViJUCrcQkRXR8/sbQ2na5ZJSR4IGgwMnKBizeIpglAA2M0KmLAS3vQCvINzHx1kdE2j47L
 mlSLF6S9ZgvowKnWrumRKUXjfS7JzhJKhO6ZsUv3cAI9XKDrF2oxs09jAYXndlACzrx6gg
 uSIfx5MKq6hNHW7yW+kBkD3TRlq4/DEgP2SnbZtJ2hbM8zTSB63VmPP3uN5J9493Foh2vK
 K2YFIxunZ4yOJ7K15xd3JpboFb/08PL/+pM5dYl9Mjr2Q30p0gh4HsZL0tvztJk6EhqIuU
 jBWV4J6Ba7bj8RtxgBQKiMimMnVrS1H9aK2gd79CHOHHnZrBQfO6cfpHxLmu4A==
From: Reily Siegel <mail@HIDDEN>
To: 53765 <at> debbugs.gnu.org
Subject: [PATCH 01/17] gnu: Add clojure-data-priority-map.
Date: Thu, 03 Feb 2022 19:24:05 -0500
Message-ID: <87wnib32e2.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53765
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.7 (-)


* gnu/packages/clojure.scm (clojure-data-priority-map): New variable.
---
 gnu/packages/clojure.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index f728083eb2..3cf287140d 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -315,6 +315,36 @@ (define-public clojure-data-codec
 is on par with Java implementations, e.g., Apache commons-codec.")
     (license license:epl1.0)))
 
+(define-public clojure-data-priority-map
+  (package
+    (name "clojure-data-priority-map")
+    (version "1.1.0")
+    (home-page "https://github.com/clojure/data.priority-map")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1i6mf59g2l3vamris869mndy9l1bp5mzfqv5gj5qzzb937iiykm0"))))
+    (build-system clojure-build-system)
+    (arguments
+     '(#:source-dirs '("src/main/clojure")
+       #:test-dirs '("src/test/clojure")
+       #:doc-dirs '()))
+    (synopsis "Clojure library implementing priority maps")
+    (description "A priority map is very similar to a sorted map, but whereas
+a sorted map produces a sequence of the entries sorted by key, a priority map
+produces the entries sorted by value.
+
+In addition to supporting all the functions a sorted map supports, a priority
+map can also be thought of as a queue of [item priority] pairs.  To support
+usage as a versatile priority queue, priority maps also support conj/peek/pop
+operations.")
+    (license license:epl1.0)))
+
 (define-public clojure-data-xml
   (package
     (name "clojure-data-xml")
-- 
2.34.0




Information forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 4 Feb 2022 00:22:35 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 03 19:22:34 2022
Received: from localhost ([127.0.0.1]:58281 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nFmN0-0008R8-OU
	for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:22:34 -0500
Received: from lists.gnu.org ([209.51.188.17]:46550)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mail@HIDDEN>) id 1nFmMy-0008R0-Cf
 for submit <at> debbugs.gnu.org; Thu, 03 Feb 2022 19:22:34 -0500
Received: from eggs.gnu.org ([209.51.188.92]:36236)
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <mail@HIDDEN>)
 id 1nFmMy-0007EC-5P
 for guix-patches@HIDDEN; Thu, 03 Feb 2022 19:22:32 -0500
Received: from mout-p-103.mailbox.org ([80.241.56.161]:51518)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256)
 (Exim 4.90_1) (envelope-from <mail@HIDDEN>)
 id 1nFmMv-0001XT-P4
 for guix-patches@HIDDEN; Thu, 03 Feb 2022 19:22:31 -0500
Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest
 SHA256) (No client certificate requested)
 by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4Jqbp74fWlz9slM
 for <guix-patches@HIDDEN>; Fri,  4 Feb 2022 01:22:23 +0100 (CET)
X-Virus-Scanned: amavisd-new at heinlein-support.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com;
 s=MBO0001; t=1643934141;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type;
 bh=EI7vxC03eMIIVTCZryCCRsc4m2Lb+zqnqpVAGGyhe5w=;
 b=YMPc3n4yfnjx9N/vlTINcVtHcN5JfOTzwAEMGEWXO0Vi9eMJKMwJ/qIxtBKY6AMzM+7P9r
 KcUH8+o26i5bPtPpjHcdtBok0gLZzNZLIDlxiIdVUmPo202eZa70ggwVVKNrRvY3zbkxgj
 2v6ouLLUWLizv1eK0AYQP2DKzzLFBEM0v18yUzSdMI3BE976UbK+m3ZyU0IqHTv+yU0eql
 1cTEdWecMbvoHgvFtPGCTAX/TfbsVw+tduhLl2IyjMGsbpqEMWBx41pDKkIkh6XQ6p0GGI
 FzednV44PobwGNSJIMPYr64WemYYnU2JnTv6TnayqjuX80HhD/bvCBRB94ZJRg==
From: Reily Siegel <mail@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH 00/17] Remove limitations on clojure-tools
Date: Thu, 03 Feb 2022 19:22:01 -0500
Message-ID: <87y22r32hi.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
Received-SPF: pass client-ip=80.241.56.161; envelope-from=mail@HIDDEN;
 helo=mout-p-103.mailbox.org
X-Spam_score_int: -27
X-Spam_score: -2.8
X-Spam_bar: --
X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1,
 RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001,
 T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.7 (-)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.7 (--)


Due to a lack of ability to package some of clojure-tools's
dependencies, certain functionality was disabled for its initial
packaging. Now that limitations in both the clojure-build-system and
limitations building some dependencies have been overcome, the full
functionality of the clojure-tools package can be restored.

Reily Siegel (17):
  gnu: Add clojure-data-priority-map.
  gnu: Add clojure-data-json.
  gnu: Add java-eclipse-jetty-client.
  gnu: Add clojure-core-cache.
  gnu: Add clojure-core-memoize.
  gnu: clojure-data-xml: Exclude failing tests.
  gnu: Add clojure-http-kit.
  gnu: Add clojure-tools-analyzer.
  gnu: Add clojure-tools-analyzer-jvm.
  gnu: Add clojure-tools-logging.
  gnu: Add clojure-core-async.
  gnu: Add clojure-com-cognitect-http-client.
  gnu: Add clojure-com-cognitect-aws-api.
  gnu: Add clojure-com-cognitect-aws-endpoints.
  gnu: Add clojure-com-cognitect-aws-s3.
  gnu: clojure-tools-deps-alpha: Fix issues with S3 transporter.
  gnu: clojure-tools: Fix logging warning messages.

 gnu/packages/clojure.scm | 497 ++++++++++++++++++++++++++++++++++++---
 gnu/packages/web.scm     |  26 ++
 2 files changed, 495 insertions(+), 28 deletions(-)

-- 
2.34.0




Acknowledgement sent to Reily Siegel <mail@HIDDEN>:
New bug report received and forwarded. Copy sent to guix-patches@HIDDEN. Full text available.
Report forwarded to guix-patches@HIDDEN:
bug#53765; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sun, 17 Apr 2022 11:45:01 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.