From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id MDSgN/PRrmJfLwEAbAwnHQ (envelope-from ) for ; Sun, 19 Jun 2022 09:36:19 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id AIOpN/PRrmLVOwAA9RJhRA (envelope-from ) for ; Sun, 19 Jun 2022 09:36:19 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 59396D492 for ; Sun, 19 Jun 2022 09:36:19 +0200 (CEST) Received: from localhost ([::1]:57752 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o2pTm-0005H2-DI for larch@yhetil.org; Sun, 19 Jun 2022 03:36:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36870) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2pTW-0005Gf-Q9 for guix-patches@gnu.org; Sun, 19 Jun 2022 03:36:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56640) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o2pTW-0006bD-8E for guix-patches@gnu.org; Sun, 19 Jun 2022 03:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o2pTW-0002Tt-53 for guix-patches@gnu.org; Sun, 19 Jun 2022 03:36:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56081] [PATCH] gnu: Add cl-sandalphon.compiler-macro. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 19 Jun 2022 07:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56081 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56081@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.16556241369486 (code B ref -1); Sun, 19 Jun 2022 07:36:01 +0000 Received: (at submit) by debbugs.gnu.org; 19 Jun 2022 07:35:36 +0000 Received: from localhost ([127.0.0.1]:50537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2pT4-0002Sq-Sh for submit@debbugs.gnu.org; Sun, 19 Jun 2022 03:35:36 -0400 Received: from lists.gnu.org ([209.51.188.17]:37010) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2pSq-0002SN-Ab for submit@debbugs.gnu.org; Sun, 19 Jun 2022 03:35:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36824) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2pSn-0005EH-8T for guix-patches@gnu.org; Sun, 19 Jun 2022 03:35:18 -0400 Received: from mail-40136.proton.ch ([185.70.40.136]:37743) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2pSk-0006Ry-5e for guix-patches@gnu.org; Sun, 19 Jun 2022 03:35:16 -0400 Date: Sun, 19 Jun 2022 07:35:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1655624109; x=1655883309; bh=Uhm+aKFKZ5oTCCj7H5rtrceTPLC+PKaOQDlhjoWrMQg=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:Feedback-ID:From:To: Cc:Date:Subject:Reply-To:Feedback-ID:Message-ID; b=FdiS76s6Kl7oHjXVfzcrEB81PN30HeIgvPJdmZld6h11+ZEmh9xUOatnPFO8MM33g Lq9RmplWbide8B2EN3ckzoaxIslyT82yqCAFGGMNe9RZK5Acsq7NEc32rmFLJXqW2z rHkLEBiQhP+KlOIsJSUec7Wk7pa89MyOEKaC55p44GNG6R7/7z7/LrX0SNjrWHo5Gz wwV3IWPav1OLnV+mN/Ckl7GvfSpPDKVxi998v+8UC1LpK8VpLl5mrFyGZIx046jSuw S1Cf0NBKKv6BGQnsgwO7z2bJgnF1WmoRKFV5jnHPITIyemBkSn/2SuupSooQDaSgEB xbOo2cWEWS8tA== From: "Paul A. Patience" Message-ID: <20220619073452.471018-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, 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "Paul A. Patience" Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1655624179; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=Uhm+aKFKZ5oTCCj7H5rtrceTPLC+PKaOQDlhjoWrMQg=; b=b7JbwFTKR8yiwXIUfoBu1oNuvMOxUw+49Jcnuk7zD76I/2VbEeBlgJbgmQQrApToFpXQv1 pC2crJl6hrI9ZVtNNDnJKGMtaEyic67mxIG9CPqu/8wBFo/X0PnX7pbpRdBRs2KqJ8J1e5 dKgt/1oj+YLeA43EoiqmnZ4D3UjsXQZwPNUHJgQimTXK7FXx6mfk0IC4FgoQI9+Tjoliuf ipbVFvQAUivsORwhyzA7TCYR2VlwGeCi7uhTXo5kfoAPwrvxoSpXdskV+3+yAzgYwRfqh9 3CBJUd0+B/w015is3A43OUoqlBoFCVosbQmKn0JJuu+8DOtuFDu0YWzcGVneLw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1655624179; a=rsa-sha256; cv=none; b=ZZakFX/if3oYtKG2nGElbX7krX6mr3j+e36qUpLw3+VB/5y9F5WBTz/BCbxsDgEf/kjdcw HguHk4kj9OKaADh1Wb9IzYemR6oN+5nS9GKcKu1Xta6RYzhJVRu3D5whJePB7Tt5LKCh5D f51UQEkxL6/ZNW5PUSXfIv5cdh8ZwEecjCe0Zhj9+KUZtmuKzQHrAE2RdwapzCnqPhIdQc 2Smz15U5tsigBwpckR3X38OelbeRIYPSQb6jIU37EjYM10uy/XsO6WIVNXRDE9Cxc9Ccxb yEv+OzW8m06HpGxQ3q7j6plsybcqQsgsRcd/Z6lgW/Lyp4ew5vpuFjTUOw7EyQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=FdiS76s6; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 2.71 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=FdiS76s6; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 59396D492 X-Spam-Score: 2.71 X-Migadu-Scanner: scn0.migadu.com X-TUID: 2+E+yn54Bqz3 * gnu/packages/lisp-xyz.scm (sbcl-sandalphon.compiler-macro, cl-sandalphon.compiler-macro, ecl-sandalphon.compiler-macro): New variables. --- The package is named cl-sandalphon.compiler-macro because that is the CL package's name. The ASD system is just compiler-macro, though, which seems confusing to me. gnu/packages/lisp-xyz.scm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 6e4d3c20bc..728502944d 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -6241,6 +6241,44 @@ (define-public cl-introspect-environment (define-public ecl-introspect-environment (sbcl-package->ecl-package sbcl-introspect-environment)) +(define-public sbcl-sandalphon.compiler-macro + (let ((commit "7796bda64aec5af3ca175170ad3565167868789c") + (revision "0")) + (package + (name "sbcl-sandalphon.compiler-macro") + (version (git-version "0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Bike/compiler-macro") + (commit commit))) + (file-name (git-file-name "cl-sandalphon.compiler-macro" version)= ) + (sha256 + (base32 "13sswps7s0qy6939mvj8q57hkx0qkga6rl6xjhjr7pk7by0xdsjq"))= )) + (build-system asdf-build-system/sbcl) + (arguments + '(#:asd-systems '("compiler-macro"))) + (native-inputs + (list sbcl-fiveam)) + (inputs + (list sbcl-introspect-environment)) + (home-page "https://github.com/Bike/compiler-macro") + (synopsis "Common Lisp compiler macro utilities") + (description "This library is a collection of utilities for writing +compiler macros. It is intended to make it possible to make compiler macr= os +much more useful, by granting them access to lexical type information, mak= ing +the protocol for declining expansion more convenient, and establishing som= e +information for signaling optimization advice to programmers. Some utilit= ies +to support this, especially for reasoning on types, are also included.") + (license license:cc0)))) + +(define-public cl-sandalphon.compiler-macro + (sbcl-package->cl-source-package sbcl-sandalphon.compiler-macro)) + +(define-public ecl-sandalphon.compiler-macro + (sbcl-package->ecl-package sbcl-sandalphon.compiler-macro)) + (define-public sbcl-type-i (let ((commit "d34440ab4ebf5a46a58deccb35950b15670e3667") (revision "2")) -- 2.36.1