From unknown Mon Aug 18 00:07:25 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#42690 <42690@debbugs.gnu.org> To: bug#42690 <42690@debbugs.gnu.org> Subject: Status: add sbcl-cl-lambda-fiddle Reply-To: bug#42690 <42690@debbugs.gnu.org> Date: Mon, 18 Aug 2025 07:07:25 +0000 retitle 42690 add sbcl-cl-lambda-fiddle reassign 42690 guix-patches submitter 42690 Adam Kandur severity 42690 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 03 03:31:04 2020 Received: (at submit) by debbugs.gnu.org; 3 Aug 2020 07:31:04 +0000 Received: from localhost ([127.0.0.1]:44043 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k2Uw4-0007DZ-9q for submit@debbugs.gnu.org; Mon, 03 Aug 2020 03:31:04 -0400 Received: from lists.gnu.org ([209.51.188.17]:51588) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k2Uw2-0007CB-OA for submit@debbugs.gnu.org; Mon, 03 Aug 2020 03:31:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59052) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k2Uw2-0001ep-EL for guix-patches@gnu.org; Mon, 03 Aug 2020 03:31:02 -0400 Received: from w4.tutanota.de ([81.3.6.165]:48442) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k2Uvw-000673-F5 for guix-patches@gnu.org; Mon, 03 Aug 2020 03:31:02 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 64D481060141 for ; Mon, 3 Aug 2020 07:30:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1596439851; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=c9Gem5OIFEaOs02UO6X8rwu85IQAlE5rmYBGFq9YTVQ=; b=jurmzLfb+fVVeCzR8D9YUcZPrDlwTvkoh53UKrqmk8nyz3lz2Dxc3k7sGjNtEqPf m03xkk8r/qyn18rg9tpSG5UqM9xtQHPa9ua/7SjLXLicnhY1yp6oGOkILiFyaKWSzGt ZtdmxqsZgGLPUruUGYGPsFml6zJi+wVCTi+mwBZdhJx4YSCyS9cwOp5ny2hmw1O93v2 4/YtBPVOPmwX888yf2YTgyBK8yqlTm7IcwIrgu2POvHMR9uWF1q5gmMzssK9mYJJLrt rKE6P/ROT74iZ8r1LhjNG4plEV3X1YjWsrco4BgSbQwACb872WveHHc4Jhq+/CrMsVU sMmNWDmiOw== Date: Mon, 3 Aug 2020 09:30:51 +0200 (CEST) From: Adam Kandur To: Guix Patches Message-ID: Subject: add sbcl-cl-lambda-fiddle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/03 03:30:11 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.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_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.1 (/) X-Debbugs-Envelope-To: submit 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.4 (--) (define-public sbcl-cl-lambda-fiddle =C2=A0 (let ((commit "d16bba55acf6065b412f64ab8fdff679a4a32b1e") (revision "1")) =C2=A0=C2=A0=C2=A0 (package =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (name "sbcl-lambda-fiddle") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (version (git-version "0.0.0" revision commi= t)) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (source =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (origin =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 (url "https://github.com/Shinmera/lambda-fiddle") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 (commit commit))) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name = name version)) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "1zarj1pqjqm= k95kdx1axkgpwy2wq3canczk7f9z5hvaw5an6gand")))) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (build-system asdf-build-system/sbcl) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/Shinmera/lamb= da-fiddle") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (synopsis "Lambda-fiddle is a collection of = utilities to process lambda-lists.") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (description "Lambda-fiddle is a collection = of utilities to process lambda-lists. Mostly useful in contexts where you want a macro that uses lambda-lists in = some fashion but need more precise processing.") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:zlib)))) From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 04 00:21:20 2020 Received: (at 42690) by debbugs.gnu.org; 4 Aug 2020 04:21:20 +0000 Received: from localhost ([127.0.0.1]:46493 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k2oS0-0000C6-Ca for submit@debbugs.gnu.org; Tue, 04 Aug 2020 00:21:20 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46516) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k2oRy-0000Br-OI for 42690@debbugs.gnu.org; Tue, 04 Aug 2020 00:21:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56107) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k2oRs-0003b8-Kn; Tue, 04 Aug 2020 00:21:12 -0400 Received: from [2605:6000:1a0d:48fb::e9] (port=46150 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k2oRs-000516-0U; Tue, 04 Aug 2020 00:21:12 -0400 From: Brett Gilio To: Adam Kandur Subject: Re: [bug#42690] add sbcl-cl-lambda-fiddle References: Date: Mon, 03 Aug 2020 23:21:09 -0500 In-Reply-To: (Adam Kandur's message of "Mon, 3 Aug 2020 09:30:51 +0200 (CEST)") Message-ID: <87d047avnu.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42690 Cc: 42690@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 (---) Adam Kandur writes: > (define-public sbcl-cl-lambda-fiddle > =C2=A0 (let ((commit "d16bba55acf6065b412f64ab8fdff679a4a32b1e") > (revision "1")) > =C2=A0=C2=A0=C2=A0 (package > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (name "sbcl-lambda-fiddle") > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (version (git-version "0.0.0" revision com= mit)) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (source > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (origin > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (url "https://github.com/Shinmera/lambda-fiddle") > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (commit commit))) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-nam= e name version)) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "1zarj1pqj= qmk95kdx1axkgpwy2wq3canczk7f9z5hvaw5an6gand")))) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (build-system asdf-build-system/sbcl) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/Shinmera/la= mbda-fiddle") > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (synopsis "Lambda-fiddle is a collection o= f utilities to process lambda-lists.") > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (description "Lambda-fiddle is a collectio= n of utilities to process lambda-lists. > Mostly useful in contexts where you want a macro that uses lambda-lists i= n some fashion but need more precise processing.") > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:zlib)))) Hi Adam, Thank you for your submission. A few issues before we can proceed. 1. You have what I believe is a naming error (the cl in the name probably should not be there, as we have a different purpose for cl-* named packages). 2. The synopsis should not include the package name, and should not be too close to the package description. See our packaging guidelines: https://guix.gnu.org/manual/en/html_node/Packaging-Guidelines.html 3. Guix accepts pcontributions in the form of git patches, which give us the extra metadata to be able to easily apply your contribution to our git tree (and ensure you get the proper credit for your work!). Also taking care to add yourself to the copyright header if not already there. Please see our documentation on submitting git patches: https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html Once we get these in order, we can merge your work! Thanks, Brett Gilio From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 07 05:38:55 2020 Received: (at 42690-done) by debbugs.gnu.org; 7 Oct 2020 09:38:55 +0000 Received: from localhost ([127.0.0.1]:55245 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQ5uR-0001U1-BP for submit@debbugs.gnu.org; Wed, 07 Oct 2020 05:38:55 -0400 Received: from mout02.posteo.de ([185.67.36.66]:42623) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kQ5uN-0001TZ-8K for 42690-done@debbugs.gnu.org; Wed, 07 Oct 2020 05:38:54 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C88D52400FC for <42690-done@debbugs.gnu.org>; Wed, 7 Oct 2020 11:38:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1602063524; bh=xnSFIkVxd8ueCCl/RZ9rX+i4zgTFQJdqGO7Jp2L3UgY=; h=From:To:Cc:Subject:Date:From; b=dxeLWa8jX28z0U/O7yWU881+3gF4vWdQ2rnZOMys5rfWjcDDDCtbma8niW27+MeJ2 E24t/nq25CmrgNIlAoJcK8UWDZMslNDUGJkasiKmfzUO3guGJidXjvlnzU5wUStYf8 rDTTHKjTaxe+epCT71ybl78jlw857qtuJAPPogzysHVKdH1NQWJLs3a90K8a/3aySp /P2iDNhWNJ1Ys0K8GVsilnlE4Cfs/5251aTsW5ihtoZJek5ThtZHBkELGlYU9zgKlZ B1IrkyodDDIDX47J3wxV4kHqFBvMB/E7nJcolz0f1Hdgn2sNcqiZdAvbp42o5JW7KL DqqkST8Vr6Csg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4C5q5v3srcz6tmB; Wed, 7 Oct 2020 11:38:43 +0200 (CEST) References: User-agent: mu4e 1.4.13; emacs 27.1 From: Guillaume Le Vaillant To: Adam Kandur Subject: Re: [bug#43718] [PATCH] gnu: Add sbcl-lambda-fiddle In-reply-to: Date: Wed, 07 Oct 2020 11:38:42 +0200 Message-ID: <87k0w2pe8t.fsf@yamatai> 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: 42690-done Cc: 42690-done@debbugs.gnu.org, 43718-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 Pushed as 582d0108d6e3e225dab810e6c0c03f8a4ca33e1c with a few edits. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCX32Mog8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j+hfwD/Whoq2eHwzHc7jSnZiNapvwEpBLScW4Hwo66j eLCsCGMBAIzuzh9mMr0mI8wAYaXXYM5bJ14GwDt1dc5QaUiIrgHn =Pk6m -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 18 00:07:25 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, 04 Nov 2020 12:24:10 +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