From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 13 08:25:35 2022 Received: (at submit) by debbugs.gnu.org; 13 Jun 2022 12:25:35 +0000 Received: from localhost ([127.0.0.1]:57484 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0j8Q-0004Ur-SO for submit@debbugs.gnu.org; Mon, 13 Jun 2022 08:25:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:33200) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0j8O-0004Uh-5G for submit@debbugs.gnu.org; Mon, 13 Jun 2022 08:25:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46802) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0j8N-0007Kf-UN for guix-patches@gnu.org; Mon, 13 Jun 2022 08:25:31 -0400 Received: from mail-4323.proton.ch ([185.70.43.23]:32921) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o0j8J-0001Yt-6t for guix-patches@gnu.org; Mon, 13 Jun 2022 08:25:31 -0400 Date: Mon, 13 Jun 2022 12:25:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1655123117; x=1655382317; bh=NPI/m2soAK8B1AgSY0GdXDuYALO/7+LgsE/fkx+xVIE=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=WtVnPXoy/irw4AAUrFeaZwJoMDpbhgBlBSQENBZlAqelLCDvJPtYJb5k1zsMeyqTN 7DmeseMj+3gLXFjonTcEXc52XX+DL9kEkTG4xYJr0QfhsSENeumc5hwN2eS4Qc02yW 8pAC+vSdixj4gPp0INbnn2bHnkhFx8zqpd3oD+qvwm5dLp9SpJrf/g/3YwjujEM8Um PCRZ0lM5vLnyeQxu6zGCydUcO+RuoBJ5QRQ5QlYPrB4AjacsEGUKkiKWbOWqbyvOST NOlJEVlqDc4X0YejYypSVGUCdvKob2AWFa+llcVGET1tYbbSWbiBP4X3KVOT2COaTs HfcvoRe0X3ZSw== To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH 1/3] gnu: serapeum: Remove input labels. Message-ID: <20220613122501.277409-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.23; envelope-from=paul@apatience.com; helo=mail-4323.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_MSPIKE_H2=-0.001, 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.3 (-) X-Debbugs-Envelope-To: submit Cc: "Paul A. Patience" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/lisp-xyz.scm (serapeum)[inputs, native-inputs]: Remove labels. --- gnu/packages/lisp-xyz.scm | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index c3b14135a3..e2c8e06f92 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -7521,22 +7521,22 @@ (define-public sbcl-serapeum (base32 "0vij9jhji09way1rpd0r5sgjnh5amm3f2ymppnqkw0c6nnk2p0kd"))= )) (build-system asdf-build-system/sbcl) (inputs - `(("alexandria" ,sbcl-alexandria) - ("trivia" ,sbcl-trivia) - ("split-sequence" ,sbcl-split-sequence) - ("string-case" ,sbcl-string-case) - ("parse-number" ,sbcl-parse-number) - ("trivial-garbage" ,sbcl-trivial-garbage) - ("bordeaux-threads" ,sbcl-bordeaux-threads) - ("named-readtables" ,sbcl-named-readtables) - ("fare-quasiquote" ,sbcl-fare-quasiquote) - ("parse-declarations-1.0" ,sbcl-parse-declarations) - ("global-vars" ,sbcl-global-vars) - ("trivial-file-size" ,sbcl-trivial-file-size) - ("trivial-macroexpand-all" ,sbcl-trivial-macroexpand-all))) + (list sbcl-alexandria + sbcl-trivia + sbcl-split-sequence + sbcl-string-case + sbcl-parse-number + sbcl-trivial-garbage + sbcl-bordeaux-threads + sbcl-named-readtables + sbcl-fare-quasiquote + sbcl-parse-declarations + sbcl-global-vars + sbcl-trivial-file-size + sbcl-trivial-macroexpand-all)) (native-inputs - `(("fiveam" ,sbcl-fiveam) - ("local-time" ,sbcl-local-time))) + (list sbcl-fiveam + sbcl-local-time)) (arguments '(#:phases (modify-phases %standard-phases -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 13 08:27:11 2022 Received: (at 55942) by debbugs.gnu.org; 13 Jun 2022 12:27:11 +0000 Received: from localhost ([127.0.0.1]:57493 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0j9z-0004Y5-CN for submit@debbugs.gnu.org; Mon, 13 Jun 2022 08:27:11 -0400 Received: from mail-4323.proton.ch ([185.70.43.23]:52478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0j9x-0004Xl-D3 for 55942@debbugs.gnu.org; Mon, 13 Jun 2022 08:27:09 -0400 Date: Mon, 13 Jun 2022 12:26:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1655123223; x=1655382423; bh=+Vf4ft4sxKY+VvYXJjYBdN5yYCZQaQ+49AEcqErdxHI=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=cxX9J2CCkv/WEsFnNg3Ed9jd4j9snwwEsw0cgyt29xKIQ2u7ZneN9MoSuWscG35B+ 6MznN4b2uS+GGOqfnNKrpByy/E4pp6KkDg7qtoGBmLg4sQdmJ9TWHRNiDCPtIQdatw WO785nWsuZvRp2TIjPuBGv6BLNnhBQPXT6RaZ6X14l4YiF5DLsimeldRDLW93k7kLH ffH+KTGJGTf644HV4iUG/B9bwf3x2W7YYd5YqH5yLakr++HzcUm+rqDzvop0rOGwkE eZ/ki2/qbJ8Il3dmT0xBeBzqHo84a8p4ApkozlGCX/WRmVzwEGSmpZJX+NkgN4jHwK 3xRsEDbZDqG6Q== To: 55942@debbugs.gnu.org From: "Paul A. Patience" Subject: [PATCH 2/3] gnu: serapeum: Use G-expressions. Message-ID: <20220613122650.278003-1-paul@apatience.com> Feedback-ID: 19227857:user:proton 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: 55942 Cc: "Paul A. Patience" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/lisp-xyz.scm (serapeum)[arguments]: Use G-expressions and simplify the 'disable-failing-tests' phase. --- gnu/packages/lisp-xyz.scm | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index e2c8e06f92..cf8af2fc89 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -7538,14 +7538,13 @@ (define-public sbcl-serapeum (list sbcl-fiveam sbcl-local-time)) (arguments - '(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'disable-failing-tests - (lambda* (#:key inputs #:allow-other-keys) - (substitute* "serapeum.asd" - ;; Guix does not have Quicklisp, and probably never will. - (("\\(:file \"quicklisp\"\\)") "")) - #t))))) + (list #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'disable-failing-tests + (lambda _ + (substitute* "serapeum.asd" + ;; Guix does not have Quicklisp, and probably never= will. + (("\\(:file \"quicklisp\"\\)") ""))))))) (synopsis "Common Lisp utility library beyond Alexandria") (description "Serapeum is a conservative library of Common Lisp utilities. It i= s a -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 13 08:27:11 2022 Received: (at 55942) by debbugs.gnu.org; 13 Jun 2022 12:27:11 +0000 Received: from localhost ([127.0.0.1]:57495 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0j9z-0004Y7-Ia for submit@debbugs.gnu.org; Mon, 13 Jun 2022 08:27:11 -0400 Received: from mail-40136.proton.ch ([185.70.40.136]:32257) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o0j9x-0004Xm-LL for 55942@debbugs.gnu.org; Mon, 13 Jun 2022 08:27:10 -0400 Date: Mon, 13 Jun 2022 12:27:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1655123223; x=1655382423; bh=zUDQtY2ijpXtoQZ62yY2QfjIxHNn9s0Hua98O47tUYU=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=HFjECsy7eJfr5BOHNH1nfG22GUhC+s1g25mf83y9CpWnmVJ8dGu89bnqu8+9XhjZg 0ZmZXeKnmILTtH6VuHa0kqCzJCAKKJw4rCvl7JR9Ez3HUCAzMZIHAN7yTUPecBhUuC gatPP16wu3/TTswaW/3tvnxBKRad8Cv9V3SERmaZc9LbW+3OrvQTaspTKw9Aruxg48 rHRm5usTayLme5PMUew27Ay83WPw7XaRUL16alk1AaQ4GNRqkWemJFZ3PJNkrn+XoW sbBEt9f9nRLcKNivwvbSBkAOZWSzFp38qDwfV5H6iy6EsASVdKgwGwbiZE5QoRu1xN uguV/6MfLow5A== To: 55942@debbugs.gnu.org From: "Paul A. Patience" Subject: [PATCH 3/3] gnu: serapeum: Update to 0.0.0-7.d2150c6. Message-ID: <20220613122650.278003-2-paul@apatience.com> In-Reply-To: <20220613122650.278003-1-paul@apatience.com> References: <20220613122650.278003-1-paul@apatience.com> Feedback-ID: 19227857:user:proton 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: 55942 Cc: "Paul A. Patience" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/lisp-xyz.scm (serapeum): Update to 0.0.0-7.d2150c6. [inputs]: Remove sbcl-named-readtables and sbcl-fare-quasiquote. Add sbcl-introspect-environment and sbcl-trivial-cltl2. [native-inputs]: Add sbcl-atomics. --- gnu/packages/lisp-xyz.scm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index cf8af2fc89..8ebb66b212 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -7504,8 +7504,8 @@ (define-public ecl-trivial-macroexpand-all (sbcl-package->ecl-package sbcl-trivial-macroexpand-all)) (define-public sbcl-serapeum - (let ((commit "c29a52ff0c5f6e60b09919c3a0daa8df7599ddb9") - (revision "6")) + (let ((commit "d2150c6fb75c16f2ee0abd145a1089d0019e7f7e") + (revision "7")) (package (name "sbcl-serapeum") (version (git-version "0.0.0" revision commit)) @@ -7518,7 +7518,7 @@ (define-public sbcl-serapeum (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0vij9jhji09way1rpd0r5sgjnh5amm3f2ymppnqkw0c6nnk2p0kd"))= )) + (base32 "1czs771nyqz45ndd09iiva2swvazy1b2z0k6h4qqdd839vnjcs06"))= )) (build-system asdf-build-system/sbcl) (inputs (list sbcl-alexandria @@ -7528,14 +7528,15 @@ (define-public sbcl-serapeum sbcl-parse-number sbcl-trivial-garbage sbcl-bordeaux-threads - sbcl-named-readtables - sbcl-fare-quasiquote sbcl-parse-declarations + sbcl-introspect-environment + sbcl-trivial-cltl2 sbcl-global-vars sbcl-trivial-file-size sbcl-trivial-macroexpand-all)) (native-inputs - (list sbcl-fiveam + (list sbcl-atomics + sbcl-fiveam sbcl-local-time)) (arguments (list #:phases -- 2.36.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 14 10:00:45 2022 Received: (at 55942-done) by debbugs.gnu.org; 14 Jun 2022 14:00:45 +0000 Received: from localhost ([127.0.0.1]:35394 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1765-0005zA-6l for submit@debbugs.gnu.org; Tue, 14 Jun 2022 10:00:45 -0400 Received: from mout02.posteo.de ([185.67.36.66]:33267) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1763-0005yu-8H for 55942-done@debbugs.gnu.org; Tue, 14 Jun 2022 10:00:44 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id C6C0524010C for <55942-done@debbugs.gnu.org>; Tue, 14 Jun 2022 16:00:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1655215236; bh=OI7Bs0NrswEWnIiWTlQwJ+VfsDWY66A+kyaxmqCmtIY=; h=From:To:Cc:Subject:Date:From; b=NzxRelVPQCCJPxwMKk3VevNdrQgVhJQN0QV60pFaEk+8sFvHBg+5JI7Pw6Kk22kIB LxHIWqAGuf8ZG4wEkYvUqEmqDPJmVKjdS+ye/YPlcIha7YimnBUJcRQ8bwqyIIXaym ogQXgKEs/XCvqjqLOAg5aBJ9XQlXGUgDrvHmskOMhYuDRfJ+Rili0QWOcJy4M7W2qo hJlVXYvjq6USi8iRFPkNrc0m+bpXg9Xt45nHX9dHgXTcRneAtinRZagxphAjxmT4f6 4PHTjwgDQuBNZE3xbJ1buIiZgU5X/CzzG40Y/XCRjmUY0iKAU7/w4R3Xvg9mCh9b0j xO4i+DuOb3wvw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4LMqpB7357z6trh; Tue, 14 Jun 2022 16:00:34 +0200 (CEST) References: <20220613122650.278003-1-paul@apatience.com> <20220613122650.278003-2-paul@apatience.com> From: Guillaume Le Vaillant To: "Paul A. Patience" Subject: Re: [bug#55942] [PATCH 3/3] gnu: serapeum: Update to 0.0.0-7.d2150c6. Date: Tue, 14 Jun 2022 13:59:43 +0000 In-reply-to: <20220613122650.278003-2-paul@apatience.com> Message-ID: <87v8t3mjjy.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55942-done Cc: 55942-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Patches pushed as 240ac3b75cb5b3140f5d0c917884e6dedee863be and following. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYqiUgQ8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9XAQD/W48qw3ph/WJNcuBFLZcBhk7E0v43Tm0Ld+MX ewBFavUA/151x6+I0lAp70UPhZf23iCLWFb+q4Ur7SbG+gWH9nt5 =/hv4 -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 20:13:04 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 13 Jul 2022 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator