From unknown Fri Jun 20 18:21:21 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#42689 <42689@debbugs.gnu.org> To: bug#42689 <42689@debbugs.gnu.org> Subject: Status: add sbcl-cl-livesupport Reply-To: bug#42689 <42689@debbugs.gnu.org> Date: Sat, 21 Jun 2025 01:21:21 +0000 retitle 42689 add sbcl-cl-livesupport reassign 42689 guix-patches submitter 42689 Adam Kandur severity 42689 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 03 03:30:27 2020 Received: (at submit) by debbugs.gnu.org; 3 Aug 2020 07:30:27 +0000 Received: from localhost ([127.0.0.1]:44038 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k2UvS-0006fN-Te for submit@debbugs.gnu.org; Mon, 03 Aug 2020 03:30:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:51122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k2UvQ-0006dO-Uu for submit@debbugs.gnu.org; Mon, 03 Aug 2020 03:30:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k2UvP-0001Kj-Op for guix-patches@gnu.org; Mon, 03 Aug 2020 03:30:24 -0400 Received: from w4.tutanota.de ([81.3.6.165]:48258) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k2UvM-0005sh-R0 for guix-patches@gnu.org; Mon, 03 Aug 2020 03:30:23 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 6FCD010602DE for ; Mon, 3 Aug 2020 07:30:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1596439811; 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=GufTTUdiJimPCrV8Wah9bEckwXOLOqNH2LkFpIk3zsE=; b=STz9ZdSH0OJtxQu3FI3WfrDFKozUlVG512KmwsWNTG6VTiJ2wynfbhw8ZwpMJUgm yW4BjquasbWRM6dZdCXmTGkswJKs0gs8LSA+oD3uki84G7/8O/3P2IEDQTIdJrb064J Wiu0SfSCt/Dugk5QNf6W9cEgoTOSm6WcnIljwZtac7Dnaacl1ZbfW3VF+Y73RXcuDEF tEf/awzgvLzRn0vVBOqk4OcCYJGGEn6T6h+Ie7j3nlBYqTfAVmgyVFY8JfoYGtBT/TF Fe8m+pTR/nOKHBw32Wi8SCww7xeaX3A7yNmu3epX4q8Inc4aqSClE33O7BtZC/Lzr2L O9Axo0Pybg== Date: Mon, 3 Aug 2020 09:30:11 +0200 (CEST) From: Adam Kandur To: Guix Patches Message-ID: Subject: add sbcl-cl-livesupport 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: -1.4 (-) 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-livesupport =C2=A0 (let ((commit "71e6e412df9f3759ad8378fabb203913d82e228a") (revision "1")) =C2=A0=C2=A0=C2=A0 (package =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (name "sbcl-livesupport") =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/cbaggers/livesupport") =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 "1rvnl0mncyl= bx63608pz5llss7y92j7z3ydambk9mcnjg2mjaapg")))) =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/cbaggers/live= support") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (synopsis "Some helpers that make livecoding= at little easier") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (description "A macro commonly used in livec= oding to enable continuing when errors are raised. Simply wrap around a chu= nk of code and it provides a restart called 'continue' which ignores the er= ror and carrys on from the end of the body. I usually wrap this around the = code 'step' function in my main loop.") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:bsd-2)))) From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 04 00:21:56 2020 Received: (at 42689) by debbugs.gnu.org; 4 Aug 2020 04:21:56 +0000 Received: from localhost ([127.0.0.1]:46496 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k2oSa-0000Cy-Mf for submit@debbugs.gnu.org; Tue, 04 Aug 2020 00:21:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46614) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k2oSY-0000Ck-AC for 42689@debbugs.gnu.org; Tue, 04 Aug 2020 00:21:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56111) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k2oSS-0003er-Sb; Tue, 04 Aug 2020 00:21:48 -0400 Received: from [2605:6000:1a0d:48fb::e9] (port=46156 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k2oSS-00054N-Bc; Tue, 04 Aug 2020 00:21:48 -0400 From: Brett Gilio To: Adam Kandur Subject: Re: [bug#42689] add sbcl-cl-livesupport References: Date: Mon, 03 Aug 2020 23:22:00 -0500 In-Reply-To: (Adam Kandur's message of "Mon, 3 Aug 2020 09:30:11 +0200 (CEST)") Message-ID: <87a6zbavmf.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: base64 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42689 Cc: 42689@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 (---) QWRhbSBLYW5kdXIgPHJuZGRAdHV0YS5pbz4gd3JpdGVzOg0KDQo+IChkZWZpbmUtcHVibGljIHNi Y2wtY2wtbGl2ZXN1cHBvcnQNCj4gwqAgKGxldCAoKGNvbW1pdCAiNzFlNmU0MTJkZjlmMzc1OWFk ODM3OGZhYmIyMDM5MTNkODJlMjI4YSIpDQo+IChyZXZpc2lvbiAiMSIpKQ0KPiDCoMKgwqAgKHBh Y2thZ2UNCj4gwqDCoMKgwqDCoCAobmFtZSAic2JjbC1saXZlc3VwcG9ydCIpDQo+IMKgwqDCoMKg wqAgKHZlcnNpb24gKGdpdC12ZXJzaW9uICIwLjAuMCIgcmV2aXNpb24gY29tbWl0KSkNCj4gwqDC oMKgwqDCoCAoc291cmNlDQo+IMKgwqDCoMKgwqDCoCAob3JpZ2luDQo+IMKgwqDCoMKgwqDCoMKg wqAgKG1ldGhvZCBnaXQtZmV0Y2gpDQo+IMKgwqDCoMKgwqDCoMKgwqAgKHVyaSAoZ2l0LXJlZmVy ZW5jZQ0KPiDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgICh1cmwgImh0dHBzOi8vZ2l0aHVi LmNvbS9jYmFnZ2Vycy9saXZlc3VwcG9ydCIpDQo+IMKgwqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKg wqAgKGNvbW1pdCBjb21taXQpKSkNCj4gwqDCoMKgwqDCoMKgwqDCoCAoZmlsZS1uYW1lIChnaXQt ZmlsZS1uYW1lIG5hbWUgdmVyc2lvbikpDQo+IMKgwqDCoMKgwqDCoMKgwqAgKHNoYTI1Ng0KPiDC oMKgwqDCoMKgwqDCoMKgwqAgKGJhc2UzMiAiMXJ2bmwwbW5jeWxieDYzNjA4cHo1bGxzczd5OTJq N3ozeWRhbWJrOW1jbmpnMm1qYWFwZyIpKSkpDQo+IMKgwqDCoMKgwqAgKGJ1aWxkLXN5c3RlbSBh c2RmLWJ1aWxkLXN5c3RlbS9zYmNsKQ0KPiDCoMKgwqDCoMKgIChob21lLXBhZ2UgImh0dHBzOi8v Z2l0aHViLmNvbS9jYmFnZ2Vycy9saXZlc3VwcG9ydCIpDQo+IMKgwqDCoMKgwqAgKHN5bm9wc2lz ICJTb21lIGhlbHBlcnMgdGhhdCBtYWtlIGxpdmVjb2RpbmcgYXQgbGl0dGxlIGVhc2llciIpDQo+ IMKgwqDCoMKgwqAgKGRlc2NyaXB0aW9uICJBIG1hY3JvIGNvbW1vbmx5IHVzZWQgaW4gbGl2ZWNv ZGluZyB0byBlbmFibGUNCj4gY29udGludWluZyB3aGVuIGVycm9ycyBhcmUgcmFpc2VkLiBTaW1w bHkgd3JhcCBhcm91bmQgYSBjaHVuayBvZiBjb2RlDQo+IGFuZCBpdCBwcm92aWRlcyBhIHJlc3Rh cnQgY2FsbGVkICdjb250aW51ZScgd2hpY2ggaWdub3JlcyB0aGUgZXJyb3INCj4gYW5kIGNhcnJ5 cyBvbiBmcm9tIHRoZSBlbmQgb2YgdGhlIGJvZHkuIEkgdXN1YWxseSB3cmFwIHRoaXMgYXJvdW5k IHRoZQ0KPiBjb2RlICdzdGVwJyBmdW5jdGlvbiBpbiBteSBtYWluIGxvb3AuIikNCj4gwqDCoMKg wqDCoCAobGljZW5zZSBsaWNlbnNlOmJzZC0yKSkpKQ0KDQpIaSBhZ2FpbiwgQWRhbSENCg0KU2Ft ZSBzaXR1YXRpb24gaGVyZSwgYXMgcGVyIG15IGxhc3QgZW1haWwgOikuDQo= From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 04 13:28:20 2020 Received: (at 42689) by debbugs.gnu.org; 4 Aug 2020 17:28:20 +0000 Received: from localhost ([127.0.0.1]:49066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k30jb-0004m1-Tg for submit@debbugs.gnu.org; Tue, 04 Aug 2020 13:28:20 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58206) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k30jY-0004lo-Qf for 42689@debbugs.gnu.org; Tue, 04 Aug 2020 13:28:18 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40424) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k30jR-0000iW-4F; Tue, 04 Aug 2020 13:28:10 -0400 Received: from [2605:6000:1a0d:48fb::e9] (port=46208 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k30jQ-0001gP-7b; Tue, 04 Aug 2020 13:28:08 -0400 From: Brett Gilio To: Adam Kandur , 42689@debbugs.gnu.org Subject: Re: [bug#42689] add sbcl-cl-livesupport In-Reply-To: (Adam Kandur's message of "Tue, 4 Aug 2020 16:45:53 +0200 (CEST)") References: <87a6zbavmf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Date: Tue, 04 Aug 2020 12:28:19 -0500 Message-ID: <877dueuxqk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42689 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: > like this ? > > From 5cade1fff3fb64892321505edd9ac1b13420782e Mon Sep 17 00:00:00 2001 > From: Adam Kandur > Date: Tue, 4 Aug 2020 17:40:50 +0300 > Subject: [PATCH] add sbcl-livesupport in gnu/packages/lisp-xyz.scm > This is closer, however the commit message and subheader do not conform to our standards. We use the changelog format for our commit messages and headers. This can be automated using our snippets with yasnippet if you are an emacs user. Let me know if you need more help. Also, be sure to reply to all when interacting with our bug reports. This email is considered "off list" as you sent it to me only, and thus nobody else will be able to see your last message :). Brett Gilio From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 04 14:09:27 2020 Received: (at 42689) by debbugs.gnu.org; 4 Aug 2020 18:09:27 +0000 Received: from localhost ([127.0.0.1]:49111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k31NP-0007wr-CS for submit@debbugs.gnu.org; Tue, 04 Aug 2020 14:09:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41694) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k31NM-0007wb-UD for 42689@debbugs.gnu.org; Tue, 04 Aug 2020 14:09:25 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41184) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k31NG-0006BR-Lq; Tue, 04 Aug 2020 14:09:18 -0400 Received: from [2605:6000:1a0d:48fb::e9] (port=46224 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k31NG-00078i-1U; Tue, 04 Aug 2020 14:09:18 -0400 From: Brett Gilio To: Adam Kandur , 42689@debbugs.gnu.org Subject: Re: [bug#42689] add sbcl-cl-livesupport References: <87a6zbavmf.fsf@gnu.org> <877dueuxqk.fsf@gnu.org> Date: Tue, 04 Aug 2020 13:09:32 -0500 In-Reply-To: (Adam Kandur's message of "Tue, 4 Aug 2020 20:00:08 +0200 (CEST)") Message-ID: <871rkmth9f.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42689 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: > ok, could you give me more information about this format and where i can view some accepted patches? > > > > Aug 4, 2020, 17:28 by brettg@gnu.org: > >> Adam Kandur writes: >> >>> like this ? >>> >>> From 5cade1fff3fb64892321505edd9ac1b13420782e Mon Sep 17 00:00:00 2001 >>> From: Adam Kandur >>> Date: Tue, 4 Aug 2020 17:40:50 +0300 >>> Subject: [PATCH] add sbcl-livesupport in gnu/packages/lisp-xyz.scm >>> >> >> >> This is closer, however the commit message and subheader do not conform >> to our standards. We use the changelog format for our commit messages >> and headers. This can be automated using our snippets with yasnippet if >> you are an emacs user. Let me know if you need more help. Also, be sure >> to reply to all when interacting with our bug reports. This email is >> considered "off list" as you sent it to me only, and thus nobody else >> will be able to see your last message :). >> >> Brett Gilio >> Hi again, Adam. I don't think you are replying to all when you respond. This is important so that everybody subscribed to the list can see our interactions! :) If you use emacs, use yasnippet and our snippets for adding and updating packages are in ./etc/snippets. You can configure yasnippet to load these whenever you interact with magit. https://guix.gnu.org/manual/en/html_node/The-Perfect-Setup.html For some examples of guix patches that have been accepted and committed, check the git log either from magit (M-x magit-log), or from http://git.savannah.gnu.org/cgit/guix.git/. Thanks! Brett Gilio From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 04 14:55:06 2020 Received: (at 42689) by debbugs.gnu.org; 4 Aug 2020 18:55:06 +0000 Received: from localhost ([127.0.0.1]:49151 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k325a-0000Ze-1y for submit@debbugs.gnu.org; Tue, 04 Aug 2020 14:55:06 -0400 Received: from w4.tutanota.de ([81.3.6.165]:50792) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k325W-0000Z3-Fm for 42689@debbugs.gnu.org; Tue, 04 Aug 2020 14:55:04 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 1F53F10602EB for <42689@debbugs.gnu.org>; Tue, 4 Aug 2020 18:54:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1596567296; 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=Tn/Jukk8p8BYWq6tP4/+XLOOtwYJhjCl7NhrKiIqeJk=; b=EyMaSsCixTkES5GJIGj3GrFEPUBGiXuVvIDCIgJ/6L3SstRRLJ7NYY47Ui7ufXTL Ua52DJXPX7a8LppB7Zo4pnW0LHCAtSypVFsLEjhtR48CZ51d5qRvdHLpZ9sbn4mxZYv b6W9Ol9XDCLL93Kb9QMn8BJxCNi62PZocPO/CaIZ/TVjZWX1vrwxjT3qlKD/xBJTy8r M0lkDe8ecqFHVYIu0NiOoUNA3Jpp4eVBjSvA9BhsKYFHbsMiNXIIT3fuu8YvmlbIKBP G+rcd+SkJ20RCGwxss75m8/Cpro75nzyTfdNT8TnAw10A5Ia7kj2CGAzoBXBjKrCNrz HmcxVzonBQ== Date: Tue, 4 Aug 2020 20:54:56 +0200 (CEST) From: Adam Kandur To: 42689@debbugs.gnu.org Message-ID: Subject: another try MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42689 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 (-) >From 5cade1fff3fb64892321505edd9ac1b13420782e Mon Sep 17 00:00:00 2001 From: Adam Kandur Date: Tue, 4 Aug 2020 17:40:50 +0300 Subject: [PATCH] add sbcl-livesupport in gnu/packages/lisp-xyz.scm --- =C2=A0gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++ =C2=A01 file changed, 29 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 767f50c104..fb2b664f26 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -13395,3 +13395,32 @@ and decoder for Common Lisp.") =C2=A0 =C2=A0(define-public ecl-qbase64 =C2=A0=C2=A0 (sbcl-package->ecl-package sbcl-qbase64)) + +(define-public sbcl-livesupport +=C2=A0 (let ((commit "71e6e412df9f3759ad8378fabb203913d82e228a") +=C2=A0=C2=A0=C2=A0 (revision "1")) +=C2=A0=C2=A0=C2=A0 (package +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (name "sbcl-livesupport") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (version (git-version "0.0.0" revision comm= it)) +=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/cbaggers/livesupport") +=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 "1rvnl0mncy= lbx63608pz5llss7y92j7z3ydambk9mcnjg2mjaapg")))) +=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/cbaggers/liv= esupport") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (synopsis "Some helpers that make livecodin= g at little easier") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (description "A macro commonly used in live= coding to enable continuing when errors are raised.=20 +Simply wrap around a chunk of code and it provides a restart called 'conti= nue' which ignores the error and carrys on from the end of the body.=20 +I usually wrap this around the code 'step' function in my main loop.") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:bsd-2)))) + +(define-public cl-livesupport +=C2=A0 (sbcl-package->cl-source-package sbcl-livesupport)) + +(define-public ecl-livesupport +=C2=A0 (sbcl-package->ecl-package sbcl-livesupport)) --=20 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 04 21:37:59 2020 Received: (at 42689) by debbugs.gnu.org; 5 Aug 2020 01:38:00 +0000 Received: from localhost ([127.0.0.1]:49422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k38NT-0006DG-IT for submit@debbugs.gnu.org; Tue, 04 Aug 2020 21:37:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k38NR-0006Cz-Je for 42689@debbugs.gnu.org; Tue, 04 Aug 2020 21:37:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47859) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k38NL-0005PD-T3; Tue, 04 Aug 2020 21:37:51 -0400 Received: from [2605:6000:1a0d:48fb::e9] (port=50918 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k38NL-0001Hj-Hl; Tue, 04 Aug 2020 21:37:51 -0400 From: Brett Gilio To: Adam Kandur Subject: Re: [bug#42689] another try References: Date: Tue, 04 Aug 2020 20:38:04 -0500 In-Reply-To: (Adam Kandur's message of "Tue, 4 Aug 2020 20:54:56 +0200 (CEST)") Message-ID: <873651swhv.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: 42689 Cc: 42689@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: >>>From 5cade1fff3fb64892321505edd9ac1b13420782e Mon Sep 17 00:00:00 2001 > From: Adam Kandur > Date: Tue, 4 Aug 2020 17:40:50 +0300 > Subject: [PATCH] add sbcl-livesupport in gnu/packages/lisp-xyz.scm > > --- > =C2=A0gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++ > =C2=A01 file changed, 29 insertions(+) > Hi Adam, I am sorry to be a pest, but the commit message is still not following our snippet protocol. I was trying to apply your patch, and take care of it for you so that you could see what our expectation is more clearly but your patch is mangled. Could you walk me through, step by step, how you are creating, and then sending the patch? That will help us immensely, in both getting you in the right direction for future contributions (if you so choose), and in seeing if there is something we need to do differently. :) Thanks! Brett Gilio From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 05 01:28:47 2020 Received: (at 42689) by debbugs.gnu.org; 5 Aug 2020 05:28:47 +0000 Received: from localhost ([127.0.0.1]:49559 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3Byp-0003Mr-9i for submit@debbugs.gnu.org; Wed, 05 Aug 2020 01:28:47 -0400 Received: from mout02.posteo.de ([185.67.36.66]:57095) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3Byn-0003Me-Bn for 42689@debbugs.gnu.org; Wed, 05 Aug 2020 01:28:46 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id A3A412400FC for <42689@debbugs.gnu.org>; Wed, 5 Aug 2020 07:28:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.ro; s=2017; t=1596605319; bh=62uHGpBaAHUTf74ehprkHMk2o5r6UZX60WxyPnowHzU=; h=From:To:Cc:Subject:Date:From; b=qfp315ypRa1UKfeYd4xBrp0kOZUUpGOw06CKwFC8vBpRfcO96noAv+xDC1ErExbEH nbGM39aVvRR6Ja82Q1IjnpFB7/yuvns2z1C5FEHa0b1j+o/mqm2VVm+HR87HACvA0o bynJk8DW+ZHvJGbovhzflhFH7ymOZOD4vhWlara0tcCA2R+/TEenEn0mUWRRLmQIgY qIMq433zJCrFOzkqJKi9CaOvkHhX7BMSkrM9sKz3Q8GxfkvQH+snruNA0cuXwWOTbH 1nfyQeXmvRVyrxsn86ffm0TT2aENcm1Dj3OVAB35ZL7UrVrNhny8CFjCJV6fkzBLmn Xnr0IlO9+1UrA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BM0XQ68hkz9rxP; Wed, 5 Aug 2020 07:28:38 +0200 (CEST) From: Alexandru-Sergiu Marton To: Brett Gilio Subject: Re: [bug#42689] another try References: <873651swhv.fsf@gnu.org> Date: Wed, 05 Aug 2020 08:28:39 +0300 In-Reply-To: <873651swhv.fsf@gnu.org> (Brett Gilio's message of "Tue, 04 Aug 2020 20:38:04 -0500") Message-ID: <87mu39ek54.fsf@posteo.ro> 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: 42689 Cc: 42689@debbugs.gnu.org, Adam Kandur 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 (---) Hello Adam and Brett, Brett Gilio writes: > Adam Kandur writes: > >>>>>From 5cade1fff3fb64892321505edd9ac1b13420782e Mon Sep 17 00:00:00 2001 >> From: Adam Kandur >> Date: Tue, 4 Aug 2020 17:40:50 +0300 >> Subject: [PATCH] add sbcl-livesupport in gnu/packages/lisp-xyz.scm >> >> --- >> =C2=A0gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++ >> =C2=A01 file changed, 29 insertions(+) >> > > Hi Adam, > > I am sorry to be a pest, but the commit message is still not following > our snippet protocol. I was trying to apply your patch, and take care of > it for you so that you could see what our expectation is more clearly > but your patch is mangled. Adam, I'm a fellow contributor, like you, and I'd like to share some of what I learned when sending patches to Guix. Brett says that your patch is mangled -- that usually happens at sending, depending on your email client. If you create your patches with `git format-patch`, I wouldn't trust an email client to keep the text intact by just pasting in the body of the mail. I would, instead, attach the patch file. You could, instead of manually putting the patch in a mail yourself, send it with `git send-email`. There is a great guide regarding how to do this: https://git-send-email.io/ . This is what I use to send patches to GNU Guix. As for the commit message itself, besides the snippet solution Brett suggested (maybe you're not using Emacs), there's always grepping the git log. I run `git log` in the guix source directory and search (using the '/' key) for whatever my patch does: if I'm adding a package, I search for "Add", for example. Here's what a commit that adds a new package usually looks like: --8<---------------cut here---------------start------------->8--- commit 28cbf3ef42353a491028d405a66595d45f3c8998 gnu: Add python-pgpy. * gnu/packages/python-crypto.scm (python-pgpy): New variable. --8<---------------cut here---------------end--------------->8--- Most of the time when adding a new package you follow this template. Replace the package name and file with whatever you have and you should be all set. (The "commit 28..." is just to show you what commit is this taken from. You must care only about what follows after it.) To format the commit message nicely, I recommend that you don't use the -m/--message flag, but let git open your $EDITOR so you can easily write multiple lines, like in the example above. If you want to change the message of your last commit, you can use git commit --amend. If you want to read more about the ChangeLog format, I believe this is the right place to look: https://www.gnu.org/prep/standards/html_node/Change-Logs.html . Myself, I never read that, but I always looks through the git log to see how others formatted messages for similar commits before. Cheers, Sergiu From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 05 03:17:33 2020 Received: (at 42689) by debbugs.gnu.org; 5 Aug 2020 07:17:33 +0000 Received: from localhost ([127.0.0.1]:49640 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3Dg4-0007x2-Sq for submit@debbugs.gnu.org; Wed, 05 Aug 2020 03:17:33 -0400 Received: from w4.tutanota.de ([81.3.6.165]:45040) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3Dg0-0007pg-Hd for 42689@debbugs.gnu.org; Wed, 05 Aug 2020 03:17:31 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id A86961060140 for <42689@debbugs.gnu.org>; Wed, 5 Aug 2020 07:17:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1596611841; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=ASz+L5VkdNfSzrOin1A/67ySrkbd9rkgdWqC0mnOAy4=; b=mmvlz5C5NrKXaH+xcBIbdBMzVzx/d6fzaqIShtOyP8/StJ1GxIAu+ixZvGRIYoPO DGXAO1iSIbo1JgcnH3I4QcUFeAL2kNEU/XLHpWZHhj76CE2EAsK0Fk/INRLBG7wXFth ouqvJzS4OTEXc26pZW7ky98y3xbZHeo6Z3M3baIC8djEztnQcyYXX81+3ypJ1jbJWLI mKEb+sS1CMG365mmNgLN/2pz0JuBTz9nhd5gqVFbi7gloEE/XwTwNVpku6D/ne2L7Ji 6vr7dlldP/jVsi0kLpVPCveSBTMO0/ZXYzcp3N4wsBwQdOOdxfXTPkrQ9aSbQwOcyrT Bu1A1oHNoQ== Date: Wed, 5 Aug 2020 09:17:21 +0200 (CEST) From: Adam Kandur To: 42689 <42689@debbugs.gnu.org> Message-ID: Subject: [PATCH] gnu: Add sbcl-livesupport MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_234500_1483942331.1596611841675" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42689 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 (-) ------=_Part_234500_1483942331.1596611841675 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit so, when i want to make a patch: 1) i "cd ~/path/to/guix" 2) make changes 3) git add gnu/packages/file_i_changed.scm (gnu/packages/lisp-xyz.scm for example) 4) git commit -m 'gnu: Add sbcl-livesupport' 5) git format-patch origin/master 6) for this one i attached file 0001-gnu-Add-sbcl-livesupport.patch P.S.: my bad but i don't know how to use email with git. if anyone used tutanota.com please note how to do it ------=_Part_234500_1483942331.1596611841675 Content-Type: text/x-patch; charset=us-ascii; name=0001-gnu-Add-sbcl-livesupport.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-Add-sbcl-livesupport.patch >From bb0cdfbbe60c782603abb5136e8da61685925920 Mon Sep 17 00:00:00 2001 From: Adam Kandur Date: Wed, 5 Aug 2020 10:11:09 +0300 Subject: [PATCH] gnu: Add sbcl-livesupport --- gnu/packages/lisp-xyz.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 767f50c104..74f1adee5b 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -13395,3 +13395,31 @@ and decoder for Common Lisp.") (define-public ecl-qbase64 (sbcl-package->ecl-package sbcl-qbase64)) + +(define-public sbcl-livesupport + (let ((commit "71e6e412df9f3759ad8378fabb203913d82e228a") + (revision "1")) + (package + (name "sbcl-livesupport") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/cbaggers/livesupport") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1rvnl0mncylbx63608pz5llss7y92j7z3ydambk9mcnjg2mjaapg")))) + (build-system asdf-build-system/sbcl) + (home-page "https://github.com/cbaggers/livesupport") + (synopsis "Some helpers that make livecoding at little easier") + (description "A macro commonly used in livecoding to enable continuing when errors are raised. +Simply wrap around a chunk of code and it provides a restart called 'continue' which ignores the error and carrys on from the end of the body.") + (license license:bsd-2)))) + +(define-public cl-livesupport + (sbcl-package->cl-source-package sbcl-livesupport)) + +(define-public ecl-livesupport + (sbcl-package->ecl-package sbcl-livesupport)) -- 2.28.0 ------=_Part_234500_1483942331.1596611841675-- From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 11 16:23:19 2020 Received: (at 42689) by debbugs.gnu.org; 11 Aug 2020 20:23:19 +0000 Received: from localhost ([127.0.0.1]:41767 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k5ann-0006i3-Fy for submit@debbugs.gnu.org; Tue, 11 Aug 2020 16:23:19 -0400 Received: from w4.tutanota.de ([81.3.6.165]:47224) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k5anj-0006hm-UU for 42689@debbugs.gnu.org; Tue, 11 Aug 2020 16:23:18 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 3E7DD1060158 for <42689@debbugs.gnu.org>; Tue, 11 Aug 2020 20:23:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1597177389; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=wQ50RIfmb0W+f1DXo2Z6Df+yl9a3cj2kcL5dKKaQCIA=; b=lem/zAuyRrMFX4ZB3kUm1ao7Dp+z1O/RXUKljekTH8xOaLemdqaKrR3LsWHSHtvv /teCeLWGNPUmtVyM3ALoIwqllr5HJZOL21KeTp2uyzICSr34igtpNwUB6Ge83avDxNe rilKAFF0ZwxMUeoddZkHwA0uhhC78Kc7vzXrak7TxeBGF3Q9ugf2fFFhVc3XnOHhb8n HCxV+j38WOupxwN1lQsOd2MsRNRxg+wQWvAcbNtuOP8eXyRvuYU4mjRWirVIl6yamxP ri7/yDvSJhwZadli8f05RLuX6S4KfhATpCgW7UKXHhj1/lDrTqRwhy7iaERyTdMJHkb c1Gkm/oizQ== Date: Tue, 11 Aug 2020 22:23:09 +0200 (CEST) From: Adam Kandur To: 42689 <42689@debbugs.gnu.org> Message-ID: Subject: [PATCH] gnu: Add sbcl-livesupport MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_548579_1270289380.1597177389241" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42689 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 (-) ------=_Part_548579_1270289380.1597177389241 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit ------=_Part_548579_1270289380.1597177389241 Content-Type: text/x-patch; charset=us-ascii; name=0001-gnu-Add-sbcl-livesupport.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-Add-sbcl-livesupport.patch >From 8e799d99710ddd851419e75199b5e6a05db6d6bb Mon Sep 17 00:00:00 2001 From: Adam Kandur Date: Tue, 11 Aug 2020 23:15:53 +0300 Subject: [PATCH] gnu: Add sbcl-livesupport. * gnu/packages/lisp-xyz.scm (sbcl-livesupport): New variable. --- gnu/packages/lisp-xyz.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index b8216b0..0df1d26 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -13509,3 +13509,31 @@ for an example.") (define-public ecl-hu.dwim.defclass-star (sbcl-package->ecl-package sbcl-hu.dwim.defclass-star)) + +(define-public sbcl-livesupport + (let ((commit "71e6e412df9f3759ad8378fabb203913d82e228a") + (revision "1")) + (package + (name "sbcl-livesupport") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/cbaggers/livesupport") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1rvnl0mncylbx63608pz5llss7y92j7z3ydambk9mcnjg2mjaapg")))) + (build-system asdf-build-system/sbcl) + (home-page "https://github.com/cbaggers/livesupport") + (synopsis "Some helpers that make livecoding at little easier") + (description "A macro commonly used in livecoding to enable continuing when errors are raised. +Simply wrap around a chunk of code and it provides a restart called 'continue' which ignores the error and carrys on from the end of the body.") + (license license:bsd-2)))) + +(define-public cl-livesupport + (sbcl-package->cl-livesupport sbcl-livesupport)) + +(define-public ecl-livesupport + (sbcl-package->ecl-livesupport sbcl-livesupport)) -- 2.28.0 ------=_Part_548579_1270289380.1597177389241-- From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 12 02:55:45 2020 Received: (at 42689) by debbugs.gnu.org; 12 Aug 2020 06:55:45 +0000 Received: from localhost ([127.0.0.1]:42761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k5kfo-00056n-NJ for submit@debbugs.gnu.org; Wed, 12 Aug 2020 02:55:44 -0400 Received: from w4.tutanota.de ([81.3.6.165]:35616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k5kfm-00056Y-8b for 42689@debbugs.gnu.org; Wed, 12 Aug 2020 02:55:42 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 139531060144 for <42689@debbugs.gnu.org>; Wed, 12 Aug 2020 06:55:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1597215336; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=mjwOup2dN8/iisYJnKkf5M8Wky5O1yYPMtnLdZc0ruY=; b=Db9nETP/YoXIkSFeVWs1VaG3iPzLyVbg8RnZmBymT2YWpncA4TROoyNJDpd5q43X boNEFQP+h3D4j0Bt4/BuvIOzS59eP4cvUxfq1lYMAMo3WoXinJQD6eZKtnUn+tv6Fv8 uEUPh5src3x5ewIcg0X80JpNGIjrgYuPhYqDW3AeRdhR4TlEP10sCGhxV6rR35YFgZg lMmvh+fPh7uk35cQxhmOOIhbMnGXkL/Y1cwMwsKvkdBF8BHMYy1g+ZzcBIezOWx+nc8 KYITSXqTa87ss8z3D6kFmyFaiiOr4zC+2KDjDw6vakZkiCLg3/PjwbNO9WpXKq8TIId 2Wf82eLwmw== Date: Wed, 12 Aug 2020 08:55:36 +0200 (CEST) From: Adam Kandur To: 42689 <42689@debbugs.gnu.org> Message-ID: Subject: [PATCH] gnu: Add sbcl-livesupport MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_566101_1152048139.1597215336065" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42689 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 (-) ------=_Part_566101_1152048139.1597215336065 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit ------=_Part_566101_1152048139.1597215336065 Content-Type: text/x-patch; charset=us-ascii; name=0001-gnu-Add-sbcl-livesupport.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-Add-sbcl-livesupport.patch >From 1aeb04ad466937b50acd1a2540e50f59446b6d8c Mon Sep 17 00:00:00 2001 From: Adam Kandur Date: Wed, 12 Aug 2020 09:52:05 +0300 Subject: [PATCH] gnu: Add sbcl-livesupport. * gnu/packages/lisp-xyz.scm (sbcl-livesupport): New variable. --- gnu/packages/lisp-xyz.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index b8216b0..f5a0ab7 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -13509,3 +13509,31 @@ for an example.") (define-public ecl-hu.dwim.defclass-star (sbcl-package->ecl-package sbcl-hu.dwim.defclass-star)) + +(define-public sbcl-livesupport + (let ((commit "71e6e412df9f3759ad8378fabb203913d82e228a") + (revision "1")) + (package + (name "sbcl-livesupport") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/cbaggers/livesupport") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1rvnl0mncylbx63608pz5llss7y92j7z3ydambk9mcnjg2mjaapg")))) + (build-system asdf-build-system/sbcl) + (home-page "https://github.com/cbaggers/livesupport") + (synopsis "Some helpers that make livecoding at little easier") + (description "A macro commonly used in livecoding to enable continuing when errors are raised. +Simply wrap around a chunk of code and it provides a restart called 'continue' which ignores the error and carrys on from the end of the body.") + (license license:bsd-2)))) + +(define-public cl-livesupport + (sbcl-package->cl-source-package sbcl-livesupport)) + +(define-public ecl-livesupport + (sbcl-package->ecl-package sbcl-livesupport)) -- 2.28.0 ------=_Part_566101_1152048139.1597215336065-- From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 22 14:23:49 2020 Received: (at submit) by debbugs.gnu.org; 22 Aug 2020 18:23:49 +0000 Received: from localhost ([127.0.0.1]:51417 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k9YBB-0008VW-IS for submit@debbugs.gnu.org; Sat, 22 Aug 2020 14:23:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:55420) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k9YB9-0008VO-El for submit@debbugs.gnu.org; Sat, 22 Aug 2020 14:23:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49550) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k9YB9-0006uh-8W for guix-patches@gnu.org; Sat, 22 Aug 2020 14:23:47 -0400 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]:58273) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k9YB7-0000YR-MA for guix-patches@gnu.org; Sat, 22 Aug 2020 14:23:46 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id E1FCF4B6; Sat, 22 Aug 2020 14:23:43 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Sat, 22 Aug 2020 14:23:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=rLVxzdrr3Z/YdWpzr+8viedq wqKqsRLSg39oKdITrZw=; b=vxtDEHB0thBGg03Dy7Kh8b01RRL+pExP8lPZx2OY L3PUfKqppuE5tThq11xjnGnag5zK9rqCE3IiqSQHle5Rpi/fTiml8eLavEEihXXH ChdMP55AtdC51JbPQ8J03fi0rTCUT91wtKJLEf+cDcjhwGRJGNpdODugafv3CJKa a+s= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=rLVxzd rr3Z/YdWpzr+8viedqwqKqsRLSg39oKdITrZw=; b=eLDGyOoXfRfUHEnCLsLXP7 kQfxMfJMONsv2KpD8IUd4cPOTaU/rNeZvwBasMUhokIBrM9JS8dvP7/pQtFSE+Qv X9AW0JUBV1R95+PZRrk8p0c3d88ofMRIebX/0vktWRiGBrIzjLvR/yzzCGOoulk1 xtrw+J+Er3nrspYRyw0R+Ftpo9TcTwzl6PK3AdeBdJwKzr2Ieyu1oJeGnHrBU8xi jZ/fw2tpuWNFNjIxvZoMnH+vVXumcZZg2ZdWdQI6x5qnFSU4I6g0/XG/H0D86CuY BOR590wPdhYQrlBIUkEiUbNPBUHqZj27bdRMebQROWwETdX49bv92ORpJfHQ7R2g == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedruddugedguddviecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcu hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth htvghrnhepueekkedtffdvtddugeejgedtvefhueefiedvjeeitdeigedtveejvdejheff vefgnecukfhppeejfedrudeguddruddvjedrudegieenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (c-73-141-127-146.hsd1.pa.comcast.net [73.141.127.146]) by mail.messagingengine.com (Postfix) with ESMTPA id 9509130600A9; Sat, 22 Aug 2020 14:23:42 -0400 (EDT) Date: Sat, 22 Aug 2020 14:23:21 -0400 From: Leo Famulari To: Adam Kandur via Guix-patches via Subject: Re: [bug#42689] [PATCH] gnu: Add sbcl-livesupport Message-ID: <20200822182321.GB18524@jasmine.lan> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=64.147.123.21; envelope-from=leo@famulari.name; helo=wout5-smtp.messagingengine.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/22 14:23:44 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -21 X-Spam_score: -2.2 X-Spam_bar: -- X-Spam_report: (-2.2 / 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_LOW=-0.7, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, URIBL_SBL=1.623 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: submit Cc: 42689 <42689-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.6 (-) > From 1aeb04ad466937b50acd1a2540e50f59446b6d8c Mon Sep 17 00:00:00 2001 > From: Adam Kandur > Date: Wed, 12 Aug 2020 09:52:05 +0300 > Subject: [PATCH] gnu: Add sbcl-livesupport. > > * gnu/packages/lisp-xyz.scm (sbcl-livesupport): New variable. Thanks! I added the other new variables to the commit message... > + (description "A macro commonly used in livecoding to enable continuing when errors are raised. > +Simply wrap around a chunk of code and it provides a restart called 'continue' which ignores the error and carrys on from the end of the body.") And fixed some issues reported by `guix lint` in the description. Pushed as ca7eada91819c7cd5a78e144d285cd972a478a0c From unknown Fri Jun 20 18:21:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 20 Sep 2020 11:24:09 +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