From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 05 11:08:01 2023 Received: (at submit) by debbugs.gnu.org; 5 Mar 2023 16:08:01 +0000 Received: from localhost ([127.0.0.1]:40363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYqu1-0004qF-29 for submit@debbugs.gnu.org; Sun, 05 Mar 2023 11:08:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:53282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYqty-0004q7-Uq for submit@debbugs.gnu.org; Sun, 05 Mar 2023 11:07:59 -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 1pYqty-00067D-Or for guix-patches@gnu.org; Sun, 05 Mar 2023 11:07:58 -0500 Received: from mail-40136.proton.ch ([185.70.40.136]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYqtw-0003gu-3p for guix-patches@gnu.org; Sun, 05 Mar 2023 11:07:58 -0500 Date: Sun, 05 Mar 2023 16:07:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail; t=1678032473; x=1678291673; bh=8JU4U4x3KSQgUWH3ypoMo/vZHodoBftFfo6McbNS3ME=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=JE2PE1aMgRoGWaP0cCnyXsFgM59K75FV90UXdG2eRiYMuk+wG104zsO1XQJboB8NA 0ye61ywLS6jsdd5OtsR4H/gYjEBi0ZpnqpAxthr8DlvJSv06bDArZ6ja1hJLlTR1xC sSGR1mVQVwWN6pTXhmuMqmjFERZljAQ79isVGPVGJe1JPRFvBZiVend1MyiRm+QCJP rmbbEF8qrB+8vH2ojSoEuvYjqlhqwxNhFZ+UV39bdD5dJJvU5wi1jaK+ZS1zP7x3Dw i5S974U+1mViNvYgSHQGS4ZlB6/qg+TIaqCpTWbeId19nntiJKcDJNz+QCFo93pWfQ CrDZvh+61Ltxg== To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH] gnu: Add cl-trucler. Message-ID: <20230305160736.51395-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.40.136; envelope-from=paul@apatience.com; helo=mail-40136.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-trucler, cl-trucler, ecl-trucler): New variables. --- gnu/packages/lisp-xyz.scm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index a8792dee52..837a6e07b4 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -16779,6 +16779,45 @@ (define-public ecl-eclector (define-public cl-eclector (sbcl-package->cl-source-package sbcl-eclector)) +(define-public sbcl-trucler + (let ((commit "167199797eb3e2e9d9d3e1fe6e11948c663ce7e2") + (revision "0")) + (package + (name "sbcl-trucler") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/s-expressionists/Trucler") + (commit commit))) + (file-name (git-file-name "cl-trucler" commit)) + (sha256 + (base32 "0ra1phwy0vn4xrm5i1dvq9205m6s9fl0sr0rpiz3xjykxyl9mzms"))= )) + (build-system asdf-build-system/sbcl) + (inputs + (list sbcl-acclimation)) + (arguments + '(#:asd-systems '("trucler" + "trucler-base" + "trucler-native" + "trucler-reference"))) + (home-page "https://github.com/s-expressionists/Trucler") + (synopsis "Environment protocol for Common Lisp compilers") + (description + "Trucler defines a CLOS-based protocol to be used by Common Lisp +compilers for environment query and update. In addition, library authors = can +use the @code{trucler-native} interface to inspect native environments. +Trucler supports introspection for variables, functions, tags, blocks and +optimization policies.") + (license license:bsd-2)))) + +(define-public cl-trucler + (sbcl-package->cl-source-package sbcl-trucler)) + +(define-public ecl-trucler + (sbcl-package->ecl-package sbcl-trucler)) + (define-public sbcl-incless (let ((commit "395accf484ffdff70f20b941f322e8329c585ca7") (revision "0")) -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 07 05:37:07 2023 Received: (at 61983-done) by debbugs.gnu.org; 7 Mar 2023 10:37:07 +0000 Received: from localhost ([127.0.0.1]:44575 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZUgt-0004kJ-L3 for submit@debbugs.gnu.org; Tue, 07 Mar 2023 05:37:07 -0500 Received: from mout02.posteo.de ([185.67.36.66]:39039) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZUgr-0004jc-4Y for 61983-done@debbugs.gnu.org; Tue, 07 Mar 2023 05:37:06 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 3A589240438 for <61983-done@debbugs.gnu.org>; Tue, 7 Mar 2023 11:36:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1678185419; bh=cf/M+r/SvMApb6G/DijGz3P+nbX7fJgI/n0tCg6GcTo=; h=From:To:Cc:Subject:Date:From; b=YGoGGYPaYMqUTGOt9hVsSf9ExW3WD7EkN+8FGFh7vAqUz7Ka+zUFZFVKoTgslQbvM ju1i8fDEg9iCEqe0bCsEqQqfLYvg24b6pN3MdXKymu0fqv+CPNJ5P2cR4MCoqGX6EO lnjo103bvzgKdSEp2pgiFQZ6FUSIhZ47/zp9oLTXevHuNXh7XlvD4YFVDXRAfwjU1s xEWa2LoL07f0ID1SIkVNsvGgXQILMNGFe95/fVwkmdmn4OCRl65OP6WI4u+Lrd/thp m/wjz7YMg3AzxlP0KzbEm7/2OxNPQD1YU90rmh1rphXv628VysJjeyMOFLLeyUVNwv NlCxMDJtIVgaw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PWBhR6qzSz9rxG; Tue, 7 Mar 2023 11:36:54 +0100 (CET) References: <20230305160736.51395-1-paul@apatience.com> From: Guillaume Le Vaillant To: "Paul A. Patience" Subject: Re: [bug#61983] [PATCH] gnu: Add cl-trucler. Date: Tue, 07 Mar 2023 10:36:20 +0000 In-reply-to: <20230305160736.51395-1-paul@apatience.com> Message-ID: <87fsagg855.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: 61983-done Cc: 61983-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 Patch pushed as 682b87d5698a8f9061bafb8493a49ffd6d866ab7. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZAcTxg8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9J3gD+MTWwkw9NGAkpz4LST3E6ziEUqlMWmv1hNTP+ SIqiy6MA/Awovm427lluhMqdwSvnL3EBvLwdwsfU/ZLyqz+09toM =x3/3 -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 18 15:40:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 04 Apr 2023 11:24:11 +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