[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 5044c19 2/2: project.el: A project has only one main root now
From: |
João Távora |
Subject: |
Re: master 5044c19 2/2: project.el: A project has only one main root now |
Date: |
Mon, 25 May 2020 23:01:05 +0100 |
On Mon, May 25, 2020 at 10:52 PM Dmitry Gutov <address@hidden> wrote:
>
> On 25.05.2020 23:24, João Távora wrote:
> > Of course it will, but it will not be tested against them, as in `make
> > check`.
>
> Most of the time, when a package has to use an "obsolete" function, is
> because the "new" one is not yet available in older versions of Emacs
> that it still wants to support.
But in this case, :core packages take care of that nicely. For other cases,
(no :core packages), I see what you mean. I doubt we're using that
"error on warn" policy in Emacs tests.
João