emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27222: closed (emacs-build-system install phase do


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27222: closed (emacs-build-system install phase doesn't honor directory hierarchy)
Date: Thu, 08 Jun 2017 14:32:02 +0000

Your message dated Thu, 08 Jun 2017 20:01:23 +0530
with message-id <address@hidden>
and subject line Re: bug#27222: [PATCH] emacs-build-system install phase 
doesn't honor directory hierarchy
has caused the debbugs.gnu.org bug report #27222,
regarding emacs-build-system install phase doesn't honor directory hierarchy
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27222: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27222
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: emacs-build-system install phase doesn't honor directory hierarchy Date: Sat, 03 Jun 2017 16:02:28 -0700 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
It seems the recent changes made to the emacs-build-system broke
ert-runner; it always output the following:

Invalid reporter: dot

A quick investigation revealed that ert-runner.el is looking for
reporters under the reporters/ sudbdirectory. Here's the arborescence in
the original source:

--8<---------------cut here---------------start------------->8---
find . -name '*.el'
./reporters/ert-runner-reporter-ert.el
./reporters/ert-runner-reporter-dot.el
./features/step-definitions/ert-runner-steps.el
./features/support/env.el
./ert-runner.el
./ert-compat.el
--8<---------------cut here---------------end--------------->8---

And here's what got installed in the store:

--8<---------------cut here---------------start------------->8---
find . -name '*.el'
./ert-runner-autoloads.el
./ert-runner.el
./ert-compat.el
--8<---------------cut here---------------end--------------->8---

I'm guessing the current inclusion regexp:
(include '("^[^/]*\\.el$" "^[^/]*\\.info$" "^doc/.*\\.info$"))

must be extended/adapted.

What should "^[^/]*\\.el$" become?

I've tried ".*\\.el" without success.

Ideas?

Maxim



--- End Message ---
--- Begin Message --- Subject: Re: bug#27222: [PATCH] emacs-build-system install phase doesn't honor directory hierarchy Date: Thu, 08 Jun 2017 20:01:23 +0530
Pushed! :-)

Made a few minor modifications to the commit message...


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]