From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: phillip.lord@russet.org.uk (Phillip Lord) Newsgroups: gmane.emacs.devel Subject: Re: Why are the tests byte-compiled Date: Mon, 27 Jun 2016 14:35:53 +0100 Message-ID: <87eg7ihhza.fsf@russet.org.uk> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1467034601 19019 80.91.229.3 (27 Jun 2016 13:36:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2016 13:36:41 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org To: Noam Postavsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 15:36:31 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bHWiF-0008Im-DW for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2016 15:36:31 +0200 Original-Received: from localhost ([::1]:58752 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHWiE-0005co-Ph for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2016 09:36:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHWhi-0005cT-GI for emacs-devel@gnu.org; Mon, 27 Jun 2016 09:35:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHWhf-0006dN-OM for emacs-devel@gnu.org; Mon, 27 Jun 2016 09:35:58 -0400 Original-Received: from cloud103.planethippo.com ([31.216.48.48]:49769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHWhf-0006dD-EX for emacs-devel@gnu.org; Mon, 27 Jun 2016 09:35:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=russet.org.uk; s=default; h=Content-Type:MIME-Version:Message-ID: In-Reply-To:Date:References:Subject:Cc:To:From; bh=qmUiBEexFwWnC7rQCGgpUBhkFsVTBS+uqkTKp2iNt1w=; b=PR2zDsxUNKH/J+tU+CVoiDd45d T5E2CoZ/N6pREgk+mi3JjdwNp5RgUQXoUXmeVM3RzEamnHJ+bMOOpal9XN/wBWq/O65es3/PjycSg ewnBpptd6LW6cM7XbtWif4BSJdKCjRcy7+eGsquPVgcLMgvk1oIL1YL4qd6Jvdx3BtLOYmOctPlqX Qvjt6zy5tcEReRh0kPxUFdyGIX4qgwq6GmK2XKZyfFHvaRWDb2KTqiPFzYtQ90xseJuogeEQ9FpD8 sAxhMap9gbPPO+QiIhpkZqFBWrr2sKf7sMz5wfXVwOLx7S58sRFGLGXV3U/5FAHQPyjynU0pepx7L Xg1GpSMQ==; Original-Received: from janus-nat-128-240-225-60.ncl.ac.uk ([128.240.225.60]:32533 helo=russet.org.uk) by cloud103.planethippo.com with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.86_1) (envelope-from ) id 1bHWhe-002AuS-7H; Mon, 27 Jun 2016 14:35:54 +0100 In-Reply-To: (Noam Postavsky's message of "Sun, 26 Jun 2016 01:18:20 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.95 (gnu/linux) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cloud103.planethippo.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - russet.org.uk X-Get-Message-Sender-Via: cloud103.planethippo.com: authenticated_id: phillip.lord@russet.org.uk X-Authenticated-Sender: cloud103.planethippo.com: phillip.lord@russet.org.uk X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 31.216.48.48 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:204804 Archived-At: Noam Postavsky writes: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17851 seems related That's interesting, although, I'm struggling to see when this statement: This was never apparent before because even though the files in test/automated were compiled, the tests were always run from the uncompiled file. was true. AFAICT, the makefile always used the elc files. Still, it does look like it might be worth changing on master. I'll experiment. Phil