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: Locations of Tests Date: Wed, 25 Nov 2015 14:17:51 +0000 Message-ID: <87k2p6i2nk.fsf@russet.org.uk> References: <87d1vpoees.fsf@russet.org.uk> <87poyyl9fo.fsf@russet.org.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1448461101 19118 80.91.229.3 (25 Nov 2015 14:18:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Nov 2015 14:18:21 +0000 (UTC) Cc: John Wiegley , emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 25 15:18:14 2015 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 1a1atW-0005dS-GG for ged-emacs-devel@m.gmane.org; Wed, 25 Nov 2015 15:18:02 +0100 Original-Received: from localhost ([::1]:45587 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1atX-0002Jk-PV for ged-emacs-devel@m.gmane.org; Wed, 25 Nov 2015 09:18:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1atT-0002Jb-L5 for emacs-devel@gnu.org; Wed, 25 Nov 2015 09:18:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1atO-0005tL-AZ for emacs-devel@gnu.org; Wed, 25 Nov 2015 09:17:59 -0500 Original-Received: from cheviot12.ncl.ac.uk ([128.240.234.12]:51481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1atO-0005tC-4B for emacs-devel@gnu.org; Wed, 25 Nov 2015 09:17:54 -0500 Original-Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129] helo=smtpauth.ncl.ac.uk) by cheviot12.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1a1atM-0005iP-A0; Wed, 25 Nov 2015 14:17:52 +0000 Original-Received: from jangai.ncl.ac.uk ([10.66.67.223] helo=localhost) by smtpauth.ncl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1a1atL-0006pq-6D; Wed, 25 Nov 2015 14:17:51 +0000 In-Reply-To: (Artur Malabarba's message of "Wed, 25 Nov 2015 09:43:58 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.240.234.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:195226 Archived-At: Artur Malabarba writes: > On 25 Nov 2015 9:23 am, "Phillip Lord" wrote: >> I wasn't able to do this in a single commit -- the move was one, so >> hopefully git should have tracked the file moves. > > Why not try git blame so we can lose that "hopefully"? :-) Potentially... I did try this already and it seems to be good d7df36e7 test/automated/elisp-mode-tests.el (Stephen Leake 2015-08-10 21:53:19 -0500 405) (list d7df36e7 test/automated/elisp-mode-tests.el (Stephen Leake 2015-08-10 21:53:19 -0500 406) (xref-make "(cl-defgeneric xref-location-marker)" d7df36e7 test/automated/elisp-mode-tests.el (Stephen Leake 2015-08-10 21:53:19 -0500 407) (xref-make-elisp-location 0382fd42 test/automated/elisp-mode-tests.el (Stephen Leake 2015-08-13 12:54:39 -0500 408) 'xref-location-marker 'cl-defgeneric 6fdd750c test/lisp/progmodes/elisp-mode-tests.el (Phillip Lord 2015-11-24 22:35:23 +0000 409) (expand-file-name "../../../lisp/progmodes/xref.el" emacs-test-dir))) d7df36e7 test/automated/elisp-mode-tests.el (Stephen Leake 2015-08-10 21:53:19 -0500 410) (xref-make "(cl-defmethod xref-location-marker ((l xref-elisp-location)))" d7df36e7 test/automated/elisp-mode-tests.el (Stephen Leake 2015-08-10 21:53:19 -0500 411) (xref-make-elisp-location d7df36e7 test/automated/elisp-mode-tests.el (Stephen Leake 2015-08-10 21:53:19 -0500 412) '(xref-location-marker xref-elisp-location) 'cl-defmethod 6fdd750c test/lisp/progmodes/elisp-mode-tests.el (Phillip Lord 2015-11-24 22:35:23 +0000 413) (expand-file-name "../../../lisp/progmodes/elisp-mode.el" emacs-test-dir))) d7df36e7 test/automated/elisp-mode-tests.el (Stephen Leake 2015-08-10 21:53:19 -0500 414) (xref-make "(cl-defmethod xref-location-marker ((l xref-file-location)))" d7df36e7 test/automated/elisp-mode-tests.el (Stephen Leake 2015-08-10 21:53:19 -0500 415) (xref-make-elisp-location d7df36e7 test/automated/elisp-mode-tests.el (Stephen Leake 2015-08-10 21:53:19 -0500 416) '(xref-location-marker xref-file-location) 'cl-defmethod I fear this has failed for the four Makefile. ./lisp/progmodes/flymake-resources/Makefile ./manual/indent/Makefile ./manual/etags/Makefile ./manual/etags/make-src/Makefile which all appear to have been written by me. The "real" makefile (Makefile.in) is good. Phil