From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Nicolas Petton Newsgroups: gmane.emacs.bugs Subject: bug#25084: 25.1.90 tarfile has files.el newer than files.elc Date: Sat, 31 Dec 2016 00:12:40 +0100 Message-ID: <87r34p2eqf.fsf@petton.fr> References: <87polamprh.fsf@petton.fr> <878trrhhdb.fsf@russet.org.uk> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1483139596 4701 195.159.176.226 (30 Dec 2016 23:13:16 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 30 Dec 2016 23:13:16 +0000 (UTC) Cc: 25084@debbugs.gnu.org, 25084-done@debbugs.gnu.org To: Glenn Morris , Phillip Lord Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Dec 31 00:13:11 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cN6MG-0000Op-UB for geb-bug-gnu-emacs@m.gmane.org; Sat, 31 Dec 2016 00:13:09 +0100 Original-Received: from localhost ([::1]:41807 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cN6ML-0007iW-T1 for geb-bug-gnu-emacs@m.gmane.org; Fri, 30 Dec 2016 18:13:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cN6MD-0007gt-Ee for bug-gnu-emacs@gnu.org; Fri, 30 Dec 2016 18:13:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cN6MA-0001v7-9N for bug-gnu-emacs@gnu.org; Fri, 30 Dec 2016 18:13:05 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:45301) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cN6MA-0001v1-6A for bug-gnu-emacs@gnu.org; Fri, 30 Dec 2016 18:13:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cN6M9-0006vw-SQ for bug-gnu-emacs@gnu.org; Fri, 30 Dec 2016 18:13:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Nicolas Petton Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 30 Dec 2016 23:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25084 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 25084-submit@debbugs.gnu.org id=B25084.148313957326638 (code B ref 25084); Fri, 30 Dec 2016 23:13:01 +0000 Original-Received: (at 25084) by debbugs.gnu.org; 30 Dec 2016 23:12:53 +0000 Original-Received: from localhost ([127.0.0.1]:60700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cN6M1-0006vV-CL for submit@debbugs.gnu.org; Fri, 30 Dec 2016 18:12:53 -0500 Original-Received: from petton.fr ([89.234.186.68]:42882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cN6Lz-0006vC-94; Fri, 30 Dec 2016 18:12:51 -0500 In-Reply-To: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=petton.fr; s=mail; t=1483139564; bh=+UM5d7OGaXG1h+6UglYW9kXiyJ1uVAq4aRfoS+trpwc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID:MIME-Version:Content-Type; b=TTOgIOn3zxdRQrQrNKC08n/3QRTRZ8goTa3d45yUVrRx+4LqiK3yjbuviQ3NB55S0a5aK/9+RadfSiUEsYQZbLBubIzrBT6pov/441Ypd2MlQSsSgepgtesh80Wa/c5IKJ25AXKJ8xtMtzmlr4oUgIOkfnh7WnZZaZp/1cMxbaw= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:127606 Archived-At: --=-=-= Content-Type: text/plain Glenn Morris writes: > Glenn Morris wrote: > >> I think "make-dist" should get a check for this (for each .elc. check it >> is newer than the .el, probably also for .info and .texi), >> which --snapshot should run by default. > > Done in 129645a. (Necessarily on emacs-25 to benefit next pretest.) Now that the new pretest is out, I'm closing this issue. Cheers, Nico --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJYZunoAAoJECM1h6R8IHkQZ6QIAJf1r4k7iwh3hx2gLuyOZb7a 2r2/gVQKOSnbF397/AngM/5N8eXrrZpZw4K7Mb/fv4BwdDvYr+KQXnYyEcvYcNGw 4Eq+FCL0n2GP9xCgYIj/x9S76PZW7NDzX/np7gdX++R155pjdRwlUYf7mOfbH3ug Mpk9vCKs7CXx+akaweOgK4NBI9w3udTO/iFa47ZF0rBNk1aKqqb97wChRSKG8xcc vwghzWLL15HSAr/8ZIM7mUIo3PYvVc0PxQpzo6I6kUiZuBJ88X0hlqq8WRECd6Rn 5x//fFMafhrujlnmUTu7zIpTXDAKrpft5L3DWWH/ta4wFm5QkAVTJzteVArRlkc= =RD6W -----END PGP SIGNATURE----- --=-=-=--