From unknown Sat Aug 16 21:22:48 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59561] [PATCH] gnu: Add cl-atomichron. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 25 Nov 2022 06:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 59561 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59561@debbugs.gnu.org Cc: "Paul A. Patience" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166935953211988 (code B ref -1); Fri, 25 Nov 2022 06:59:01 +0000 Received: (at submit) by debbugs.gnu.org; 25 Nov 2022 06:58:52 +0000 Received: from localhost ([127.0.0.1]:33180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oySfj-00037I-LL for submit@debbugs.gnu.org; Fri, 25 Nov 2022 01:58:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:41516) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oySfh-00037A-SO for submit@debbugs.gnu.org; Fri, 25 Nov 2022 01:58:50 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oySfh-0007WT-M7 for guix-patches@gnu.org; Fri, 25 Nov 2022 01:58:49 -0500 Received: from mail-4323.proton.ch ([185.70.43.23]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oySfe-00033u-9D for guix-patches@gnu.org; Fri, 25 Nov 2022 01:58:49 -0500 Date: Fri, 25 Nov 2022 06:58:38 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail3; t=1669359521; x=1669618721; bh=tUcSSxXlSCsEeZ+uFSQNV6CbAdKUZxVzBd5KFK2bYAA=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=YLLZ8iDeNWBJVoaLrypgEw1UNVJKFCPI4rvo4UCoMPh7kTqz7Foet7gMkVOoWITgB mDg7OR40WJFTfSuoZHht6eX3zDcfaqzv9LsTPRm/g7W5FcbeCwl27VBw0iBomAzmLD 9jdqHOYr3wnq4NpnDoyi56fGzspwAx1bLl7gWsrbjxrs7YXeKubhsFhq9ZMqeDRZ6a pEsgWE/IbRqLeKdg7C2kOfKroh0SiOxXmis8lOhMvtJumRg3hLgWviTVGd8OT05jW4 wwoPel9HL9nzIKZtq6q2A0qQQSslA873yMRbvbkXT918C/Y1sZRts+ccp+WHN/UXWz PfTMZRcNkS+lg== From: "Paul A. Patience" Message-ID: <20221125065830.139813-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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: -2.3 (--) * gnu/packages/lisp-xyz.scm (sbcl-atomichron, cl-atomichron, ecl-atomichron): New variables. --- gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 005364a5ac..117e38750e 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -15147,6 +15147,40 @@ (define-public cl-the-cost-of-nothing (define-public ecl-the-cost-of-nothing (sbcl-package->ecl-package sbcl-the-cost-of-nothing)) +(define-public sbcl-atomichron + (let ((commit "5b3578bbad8c37ab559e56924d98c373efe11de5") + (revision "0")) + (package + (name "sbcl-atomichron") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/no-defun-allowed/atomichron") + (commit commit))) + (file-name (git-file-name "cl-atomichron" version)) + (sha256 + (base32 "1fmmhb3pbv7j4d1cc02zv24bpd0kd2agfjjcj46w3gmv1bb0hva1"))= )) + (build-system asdf-build-system/sbcl) + (inputs + (list sbcl-atomics sbcl-bordeaux-threads)) + (home-page "https://github.com/no-defun-allowed/atomichron") + (synopsis "Atomic metering library for Common Lisp") + (description + "@code{atomichron} is a Common Lisp library which implements a time +meter which tracks how many times a form is evaluated, and how long evalua= tion +takes. It uses atomic instructions so that meters will present correct +results in the presence of multiple threads, while trying to minimize +synchronization latency.") + (license license:bsd-2)))) + +(define-public cl-atomichron + (sbcl-package->cl-source-package sbcl-atomichron)) + +(define-public ecl-atomichron + (sbcl-package->ecl-package sbcl-atomichron)) + (define-public sbcl-glyphs (let ((commit "1ff5714e8c1dca327bc604dfe3e3d1f4b7755373")) (package -- 2.38.0 From unknown Sat Aug 16 21:22:48 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: "Paul A. Patience" Subject: bug#59561: closed (Re: [bug#59561] [PATCH] gnu: Add cl-atomichron.) Message-ID: References: <87edtrgyyf.fsf@kitej> <20221125065830.139813-1-paul@apatience.com> X-Gnu-PR-Message: they-closed 59561 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 59561@debbugs.gnu.org Date: Fri, 25 Nov 2022 09:35:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1669368903-12879-1" This is a multi-part message in MIME format... ------------=_1669368903-12879-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #59561: [PATCH] gnu: Add cl-atomichron. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 59561@debbugs.gnu.org. --=20 59561: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D59561 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1669368903-12879-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 59561-done) by debbugs.gnu.org; 25 Nov 2022 09:34:10 +0000 Received: from localhost ([127.0.0.1]:33509 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oyV62-0003KF-EY for submit@debbugs.gnu.org; Fri, 25 Nov 2022 04:34:10 -0500 Received: from mout01.posteo.de ([185.67.36.65]:56985) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oyV60-0003Jn-PX for 59561-done@debbugs.gnu.org; Fri, 25 Nov 2022 04:34:09 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id CA31B2401E9 for <59561-done@debbugs.gnu.org>; Fri, 25 Nov 2022 10:34:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1669368842; bh=q7Fj6TL8KvE0JHYJpd39Nk6IwURYDUcEZzGh1plGt6M=; h=From:To:Cc:Subject:Date:From; b=oyri9hu2+nbXNGJFjv75VY5ZBmDL7WSjmSAMSltpAADDaodN+1whBLizOTdUyC7vi z9hTZSyByMzdqwn2vp15IvuXkR6QmWKlCrDBwh1hXbwzWPJjMKfuowN177ukjuC/KY G8f2pzVs3X6TXWn+jjwPZ+zmIJ967Je75ClzVKrI6sn/PYhPdCKsFNbcSgR8bE6veG ckpKDl3lAbfXfyJTgUXDs8nDb0NkPry2MfMwuHH+M2//t/yFg4HrPqjQX/pBtt1Qq5 K7byufx6y6YS4hLKEa8g4hzx7Kq0HKWBiQCuKEINxiDkH3GHaRYMkwp5QVOURnwDwS agczGeGfjlw0Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NJV6x1g0Pz6tnQ; Fri, 25 Nov 2022 10:34:01 +0100 (CET) References: <20221125065830.139813-1-paul@apatience.com> From: Guillaume Le Vaillant To: "Paul A. Patience" Subject: Re: [bug#59561] [PATCH] gnu: Add cl-atomichron. Date: Fri, 25 Nov 2022 09:33:33 +0000 In-reply-to: <20221125065830.139813-1-paul@apatience.com> Message-ID: <87edtrgyyf.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 59561-done Cc: 59561-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: -1.7 (-) --=-=-= Content-Type: text/plain Patch pushed as fe09d32e34d30c92587536b581361e8c9be850f2. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY4CMCA8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9S3gEAl1krg2AgNJu2e6Tf4+Cj/Y4wB796WInJg6hm iBR6Sm8A/1TcQDfc7MS2vhPATkWRZYlQRP0z6i2NkTfcvU/0EKnU =pLhe -----END PGP SIGNATURE----- --=-=-=-- ------------=_1669368903-12879-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 Nov 2022 06:58:52 +0000 Received: from localhost ([127.0.0.1]:33180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oySfj-00037I-LL for submit@debbugs.gnu.org; Fri, 25 Nov 2022 01:58:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:41516) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oySfh-00037A-SO for submit@debbugs.gnu.org; Fri, 25 Nov 2022 01:58:50 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oySfh-0007WT-M7 for guix-patches@gnu.org; Fri, 25 Nov 2022 01:58:49 -0500 Received: from mail-4323.proton.ch ([185.70.43.23]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oySfe-00033u-9D for guix-patches@gnu.org; Fri, 25 Nov 2022 01:58:49 -0500 Date: Fri, 25 Nov 2022 06:58:38 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail3; t=1669359521; x=1669618721; bh=tUcSSxXlSCsEeZ+uFSQNV6CbAdKUZxVzBd5KFK2bYAA=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=YLLZ8iDeNWBJVoaLrypgEw1UNVJKFCPI4rvo4UCoMPh7kTqz7Foet7gMkVOoWITgB mDg7OR40WJFTfSuoZHht6eX3zDcfaqzv9LsTPRm/g7W5FcbeCwl27VBw0iBomAzmLD 9jdqHOYr3wnq4NpnDoyi56fGzspwAx1bLl7gWsrbjxrs7YXeKubhsFhq9ZMqeDRZ6a pEsgWE/IbRqLeKdg7C2kOfKroh0SiOxXmis8lOhMvtJumRg3hLgWviTVGd8OT05jW4 wwoPel9HL9nzIKZtq6q2A0qQQSslA873yMRbvbkXT918C/Y1sZRts+ccp+WHN/UXWz PfTMZRcNkS+lg== To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH] gnu: Add cl-atomichron. Message-ID: <20221125065830.139813-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_PASS=-0.001, SPF_PASS=-0.001 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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/lisp-xyz.scm (sbcl-atomichron, cl-atomichron, ecl-atomichron): New variables. --- gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 005364a5ac..117e38750e 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -15147,6 +15147,40 @@ (define-public cl-the-cost-of-nothing (define-public ecl-the-cost-of-nothing (sbcl-package->ecl-package sbcl-the-cost-of-nothing)) +(define-public sbcl-atomichron + (let ((commit "5b3578bbad8c37ab559e56924d98c373efe11de5") + (revision "0")) + (package + (name "sbcl-atomichron") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/no-defun-allowed/atomichron") + (commit commit))) + (file-name (git-file-name "cl-atomichron" version)) + (sha256 + (base32 "1fmmhb3pbv7j4d1cc02zv24bpd0kd2agfjjcj46w3gmv1bb0hva1"))= )) + (build-system asdf-build-system/sbcl) + (inputs + (list sbcl-atomics sbcl-bordeaux-threads)) + (home-page "https://github.com/no-defun-allowed/atomichron") + (synopsis "Atomic metering library for Common Lisp") + (description + "@code{atomichron} is a Common Lisp library which implements a time +meter which tracks how many times a form is evaluated, and how long evalua= tion +takes. It uses atomic instructions so that meters will present correct +results in the presence of multiple threads, while trying to minimize +synchronization latency.") + (license license:bsd-2)))) + +(define-public cl-atomichron + (sbcl-package->cl-source-package sbcl-atomichron)) + +(define-public ecl-atomichron + (sbcl-package->ecl-package sbcl-atomichron)) + (define-public sbcl-glyphs (let ((commit "1ff5714e8c1dca327bc604dfe3e3d1f4b7755373")) (package -- 2.38.0 ------------=_1669368903-12879-1--