Hi David, David Bremner <da...@tethera.net> writes:
> Xiyue Deng <manp...@gmail.com> writes: > >> >> I have tested running the previously failed tests, e.g. clojure-mode >> which uses buttercup and flycheck which uses both buttercup and ERT, and >> they are now passing using the new implementation. >> > > Build failures are (relatively) fine. What I really want to avoid is > having to do a mass rebuild to fix maintainer scripts (or worse, to have > broken maintainer scripts shipped in stable). So we need to take some > extra care and attention with changes to dh-elpa. Make sense. AIUI rebuild is not necessary for enabling this because currently there is no package depending on this feature, and before and after this patch existing package will behave the same. It is only making a difference when a package has source code in a sub-directory and this patch will disable loading that sub-directory into `load-path'. Currently AFAIK only auctex has this issue, and it's not yet elpafied so we are good. -- Xiyue Deng