[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Locations of Tests
From: |
Phillip Lord |
Subject: |
Re: Locations of Tests |
Date: |
Wed, 25 Nov 2015 14:17:51 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Artur Malabarba <address@hidden> writes:
> On 25 Nov 2015 9:23 am, "Phillip Lord" <address@hidden> 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
Re: Locations of Tests, Michael Albinus, 2015/11/04
- Re: Locations of Tests, John Wiegley, 2015/11/04
- Re: Locations of Tests, Phillip Lord, 2015/11/04
- Re: Locations of Tests, Stephen Leake, 2015/11/05
- Re: Locations of Tests, Artur Malabarba, 2015/11/05
- Re: Locations of Tests, Nicolas Petton, 2015/11/05
- Re: Locations of Tests, Artur Malabarba, 2015/11/05