From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jeremy Bryant Newsgroups: gmane.emacs.devel Subject: Re: Incorporate package macrostep into Emacs core Date: Fri, 22 Mar 2024 20:47:06 +0000 Message-ID: <87il1ekn91.fsf@jeremybryant.net> References: <87zfvl8r4e.fsf@jeremybryant.net> <874jdspsqb.fsf@bernoul.li> <877cio8fzf.fsf@jeremybryant.net> <87y1b46vhg.fsf@jeremybryant.net> <878r336lvb.fsf@jeremybryant.net> <86y1b1p1ni.fsf@gnu.org> <87y1b0mi4b.fsf@jeremybryant.net> <8734sobkdj.fsf@jeremybryant.net> <87il1jdhzd.fsf@posteo.net> <87le6f9m8b.fsf@jeremybryant.net> <87frwlanr1.fsf@jeremybryant.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31175"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Philip Kaludercic , "Jeremy Bryant via Emacs development discussions." , Eli Zaretskii , Stefan Monnier , Stefan Kangas , Jonas Bernoulli To: Stefan Monnier , Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 22 21:48:09 2024 Return-path: Envelope-to: ged-emacs-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 1rnlo8-0007sf-Va for ged-emacs-devel@m.gmane-mx.org; Fri, 22 Mar 2024 21:48:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rnlnS-00039W-4w; Fri, 22 Mar 2024 16:47:26 -0400 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 1rnlnQ-00039G-R2 for emacs-devel@gnu.org; Fri, 22 Mar 2024 16:47:24 -0400 Original-Received: from out-187.mta1.migadu.com ([2001:41d0:203:375::bb]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rnlnO-00049t-Qx for emacs-devel@gnu.org; Fri, 22 Mar 2024 16:47:24 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeremybryant.net; s=key1; t=1711140429; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MZ0h8W72at4XYil8Mb7qNdOxR9yEGrq7hMOYz8p1tJA=; b=YgF4qiePsx2B1aZ6Vc0iVBdeHTbx3SlDAJoKTlQPjhjGpVxV/u1awIBjhWZZO1e5vCFUVn lgySD9dkFcv9fjFm18YWn+o5RNtfq4xN4dfLg4VWMzlURcEF9+N9cbTRBQaA4/UnCBvpqR 2XxYeaOG0GDlnyIBIdnFWZcvQPtcoObvrmUtbJFBkj8/YtAYhbvo6QxSViE/M4nHfVnbZQ Lvcilky5flIqhKzqkQPz2Urx9LIp2LZ2RqSKFICDvzHRS56ysawiIKhyISpiAFy/3rmwLb QLLgDYvhNT95cEbr174xPKyj4ARjoTYe7XN+IlLq2V0OlsJF70Ou+HS1d367zA== In-Reply-To: <87frwlanr1.fsf@jeremybryant.net> (Jeremy Bryant's message of "Tue, 19 Mar 2024 21:57:22 +0000") X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:203:375::bb; envelope-from=jb@jeremybryant.net; helo=out-187.mta1.migadu.com 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 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:317238 Archived-At: > What about another file - should the tests file be included in Emacs > as part of the main Lisp macrostep? > > > Should test files be added in the Emacs tree test/lisp/? > > [2. application/emacs-lisp; macrostep-test.el]... Stefan/Philip, I notice that in NonGNU ELPA's elpa-package there is this 'ignored-files' line: (macrostep :url "https://github.com/emacsorphanage/macrostep" :ignored-files ("macrostep-test.el")) Can you confirm if this means that as part of the move of macrostep to core, we don't need this test file in core Emacs?