From unknown Mon Aug 18 17:56:28 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#59412 <59412@debbugs.gnu.org> To: bug#59412 <59412@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add cl-the-cost-of-nothing. Reply-To: bug#59412 <59412@debbugs.gnu.org> Date: Tue, 19 Aug 2025 00:56:28 +0000 retitle 59412 [PATCH] gnu: Add cl-the-cost-of-nothing. reassign 59412 guix-patches submitter 59412 "Paul A. Patience" severity 59412 normal tag 59412 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 20 10:12:10 2022 Received: (at submit) by debbugs.gnu.org; 20 Nov 2022 15:12:10 +0000 Received: from localhost ([127.0.0.1]:44330 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owlzN-0007XH-Ko for submit@debbugs.gnu.org; Sun, 20 Nov 2022 10:12:10 -0500 Received: from lists.gnu.org ([209.51.188.17]:50626) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owlzK-0007X9-U8 for submit@debbugs.gnu.org; Sun, 20 Nov 2022 10:12:07 -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 1owlzK-0007Kp-Lc for guix-patches@gnu.org; Sun, 20 Nov 2022 10:12:06 -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 1owlzG-0002rj-PB for guix-patches@gnu.org; Sun, 20 Nov 2022 10:12:06 -0500 Date: Sun, 20 Nov 2022 15:11:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail3; t=1668957119; x=1669216319; bh=h/PYl0vkgT7IAMQB/m/UZActOQKjFx57Ofq2rq0uVVc=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=JE8Il2tJDApNjVcLMFdkBadtn9GQhccC5mpy21EMmOLFgxFn9AnVzZpAhByTFcw1P 5wEo/Z031drVX938MG4QJ4rxbuX+4RcrAl0dpnmD8GnFo99LackPdr7FIGP+mxmlB0 0eIY2HtW/mf3Vc7a3N9WAWBFH1/BjCR8Swlwn98+S4AnaLh4nMa13zDHro2dVjdSCp jDKxfcRBJHNLviU5KlWCfW85RPuMaPWzxYppSA1iGyVZGcanaaiMaXAbXItkLw7qfi IK5toL9RQhbQL32HdFR2hy+NXd9F5vl2qhgUQS9WLkvSMqqcgMYZCVl+EQ8uep5jkY Y/PRXvCDp+u7A== To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH] gnu: Add cl-the-cost-of-nothing. Message-ID: <20221120151143.18800-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-the-cost-of-nothing, cl-the-cost-of-nothing, ecl-the-cost-of-nothing): New variables. --- gnu/packages/lisp-xyz.scm | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index e24c31b8db..7692246e8d 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -14896,6 +14896,46 @@ (define-public cl-trivial-benchmark (define-public ecl-trivial-benchmark (sbcl-package->ecl-package sbcl-trivial-benchmark)) +(define-public sbcl-the-cost-of-nothing + (let ((commit "f364029fbbf37ae5786f2f9ddf6185dd204a7185") + (revision "0")) + (package + (name "sbcl-the-cost-of-nothing") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/marcoheisig/the-cost-of-nothing") + (commit commit))) + (file-name (git-file-name "cl-the-cost-of-nothing" version)) + (sha256 + (base32 "1ccrglyr1wnnfp218w1qj7yfl4yzlxkki3hqaifi5axgbi5dmmh8"))= )) + (build-system asdf-build-system/sbcl) + (arguments + ;; The test operation benchmarks the Common Lisp implementation; it + ;; doesn't test the package. + (list #:tests? #f)) + (inputs + (list sbcl-alexandria + sbcl-closer-mop + sbcl-local-time + sbcl-trivial-garbage)) + (home-page "https://github.com/marcoheisig/the-cost-of-nothing") + (synopsis "Measure the run time of Common Lisp code") + (description + "THE-COST-OF-NOTHING is a library for measuring the run time of Com= mon +Lisp code. It provides macros and functions for accurate benchmarking and +lightweight monitoring. Furthermore, it provides predefined benchmarks to +determine the cost of certain actions on a given platform and implementati= on.") + (license license:expat)))) + +(define-public cl-the-cost-of-nothing + (sbcl-package->cl-source-package sbcl-the-cost-of-nothing)) + +(define-public ecl-the-cost-of-nothing + (sbcl-package->ecl-package sbcl-the-cost-of-nothing)) + (define-public sbcl-glyphs (let ((commit "1ff5714e8c1dca327bc604dfe3e3d1f4b7755373")) (package -- 2.38.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 21 04:20:47 2022 Received: (at 59412-done) by debbugs.gnu.org; 21 Nov 2022 09:20:47 +0000 Received: from localhost ([127.0.0.1]:45430 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ox2yt-0004Cx-7R for submit@debbugs.gnu.org; Mon, 21 Nov 2022 04:20:47 -0500 Received: from mout01.posteo.de ([185.67.36.65]:53175) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ox2yq-0004Cg-CN for 59412-done@debbugs.gnu.org; Mon, 21 Nov 2022 04:20:45 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 01CA4240028 for <59412-done@debbugs.gnu.org>; Mon, 21 Nov 2022 10:20:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1669022438; bh=0WPrsinDzT47Eee15d5gZLuYOU2dimL/tgF43TlNMCM=; h=From:To:Cc:Subject:Date:From; b=awv575Zk+osloNjIFEDAMj6qejv8eEa1Jxu2FAQdBz76XGrfUHBZEkj+ktTb4TM7u pbXed/Fy2Q5txg4XQv8ulMr3o+K1n7vTRAxfO/0lTibD6KZwTvcPsTipKzg2oqCGts 6hdKsHj0/yB7ggNe4lo17u8kIhTUrEC3mUnWY0DXbz++D/RLChiEzQwJO0X1ZCKhnm qIWegEV+EO4NCrgIlMWTp3AADcK9bXssnzRG8chjFq2eSEbfL+miQHip0eUzXL9ByF k3fspp+YIclck4WF87yB1uiRcGdaU0klJU2s2N/oBFSlDYIw4HBWur4+SZ9gp3ZdDG QzaJbamIUWSuA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NG21G6wV4z6tmB; Mon, 21 Nov 2022 10:20:33 +0100 (CET) References: <20221120151143.18800-1-paul@apatience.com> From: Guillaume Le Vaillant To: "Paul A. Patience" Subject: Re: [bug#59412] [PATCH] gnu: Add cl-the-cost-of-nothing. Date: Mon, 21 Nov 2022 09:19:59 +0000 In-reply-to: <20221120151143.18800-1-paul@apatience.com> Message-ID: <87a64kfyu7.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 59412-done Cc: 59412-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.0 (-) --=-=-= Content-Type: text/plain Patch pushed as 3612bd925f0256a9896d88114683c571c7f5c03d. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY3tC4A8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j8NWwD9HRGcZGdhXxVIb596hIIoAkG8nq8Jnq+ts8AL GI9eRu0A/Atn1LmFw+Xa0xmyILNoTdlkVwM4iD97mc9PpG31lEIa =veHA -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 18 17:56:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 19 Dec 2022 12:24:06 +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