From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Regression in dump-emacs-portable Date: Tue, 14 Feb 2023 16:23:15 +0200 Message-ID: <83ttzocomk.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5045"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lynn Winebarger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Feb 14 15:24:21 2023 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 1pRwEG-00016v-8W for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Feb 2023 15:24:20 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pRwDd-0007ME-SM; Tue, 14 Feb 2023 09:23:41 -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 1pRwDb-0007Lp-7A for emacs-devel@gnu.org; Tue, 14 Feb 2023 09:23:39 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRwDa-0002dB-I3; Tue, 14 Feb 2023 09:23:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=YJnxalGphLtHqy4bqoNlvVuZJEOTrEPaNbEGpiyAiZY=; b=EneVoQYFE9Ql 9d4+ikxjxyH4sxtsERGJmrfYAeK7XadtqqHHfzg0umd7D21XUn3x0aIJj0xH+O21Jh06R/9MllLYA VzQuLWmuNdwyhV1Ja7WFCZQ82c6hxVsUqm5Psh8nsvoK0QA9hRGy1QoAnpm9tWsjn6pIx49ju/0w2 AgBrt9rX4d+phfZ7AoNVbRZ8F12lw/HUchedywpGgk6FHxYDwjq/9GLAuCJA0pIZQ5DgVCrIsiTFI HGmwDCMQD9UEq5v6q+YRTWH2pa+jeGRGEdzivKPgaZzqSabQiQPAJHMPTOBNb52WdnfnGWPRNE2QN aJKCGT+CoGM6xfD3P369OQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRwDZ-0001Di-IE; Tue, 14 Feb 2023 09:23:38 -0500 In-Reply-To: (message from Lynn Winebarger on Mon, 13 Feb 2023 20:13:22 -0500) 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:303275 Archived-At: > From: Lynn Winebarger > Date: Mon, 13 Feb 2023 20:13:22 -0500 > > I also looked for tests of dump-emacs-portable in the test/ > subdirectory, and grep reported nothing. I can translate my shell > script into elisp to run under ERT, and add testing for each of the > libraries expected to be dumpable (in the sense of not requiring code > evaluated on load that needs to be delayed until run-time) > individually. How do I submit that? Are there any restrictions I > should observe? What do these tests actually test?