From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: lloda Newsgroups: gmane.lisp.guile.devel Subject: Re: How to submit a small patch, update to Emacs Lisp parser Date: Wed, 20 Nov 2024 20:17:27 +0100 Message-ID: <8CA2C640-9DAC-41C2-A790-EC56DE229242@sarc.name> References: Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Content-Type: multipart/alternative; boundary="Apple-Mail=_112D3287-F069-4023-BEF2-76A6426FC856" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6714"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "guile-devel@gnu.org" To: Ramin Honary Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Wed Nov 20 20:18:15 2024 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tDqDP-0001ar-HC for guile-devel@m.gmane-mx.org; Wed, 20 Nov 2024 20:18:15 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tDqCv-00071Y-V1; Wed, 20 Nov 2024 14:17:45 -0500 Original-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 1tDqCt-00071I-Iq for guile-devel@gnu.org; Wed, 20 Nov 2024 14:17:43 -0500 Original-Received: from mta-11-4.privateemail.com ([198.54.127.104]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tDqCr-00063L-UK for guile-devel@gnu.org; Wed, 20 Nov 2024 14:17:43 -0500 Original-Received: from mta-11.privateemail.com (localhost [127.0.0.1]) by mta-11.privateemail.com (Postfix) with ESMTP id 4Xtrj70f3Vz3hhVC; Wed, 20 Nov 2024 14:17:31 -0500 (EST) Original-Received: from [192.168.1.16] (unknown [51.154.167.214]) by mta-11.privateemail.com (Postfix) with ESMTPA; Wed, 20 Nov 2024 14:17:29 -0500 (EST) In-Reply-To: X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Virus-Scanned: ClamAV using ClamSMTP Received-SPF: pass client-ip=198.54.127.104; envelope-from=lloda@sarc.name; helo=MTA-11-4.privateemail.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:22779 Archived-At: --Apple-Mail=_112D3287-F069-4023-BEF2-76A6426FC856 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii HACKING in the source tree has submission instructions, but in short, - git format-patch HEAD~N where N is however many patches the change is = over main - attach the .patch files directly to the email. Better not to compress = them. Ideally, you'd file a bug (bug-guile@gnu.org ) = and attach the patches there. That makes keeping track of things easier. regards --Apple-Mail=_112D3287-F069-4023-BEF2-76A6426FC856 Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=us-ascii

HACKING in the source tree has submission instructions, but in short,

- git format-patch HEAD~N where N is however many patches the change is over main
- attach the .patch files directly to the email. Better not to compress them.

Ideally, you'd file a bug (bug-guile@gnu.org) and attach the patches there. That makes keeping track of things easier.

regards
--Apple-Mail=_112D3287-F069-4023-BEF2-76A6426FC856--