Hi Maxime,
Maxime Devos writes:
> This is the v4 patch, rebased. No other changes.
I've tried to getting rid of as many lint warnings I could on each
package touched, got rid of the python2* packages touched, and squashed
many same-package/scope changes together.
Note that the latest availabl
Maxim Cournoyer schreef op wo 22-09-2021 om 23:41 [-0400]:
> Grepping for (tests? #f), I found texlive-build also defaults to #f, so
> should be treated the same.
>
> OK to push with such a change.
I'll send a patch series with that change, that also resolves every other
check-tests-true lint warn
Hello Maxime,
Maxime Devos writes:
> Hi
>
> The attached patch should fix this.
>
> Greetings,
> Maxime.
>
> From c8efd59560509381920cbfe915279bd16077552d Mon Sep 17 00:00:00 2001
> From: Maxime Devos
> Date: Tue, 7 Sep 2021 14:25:43 +0200
> Subject: [PATCH] lint: check-tests-true: Allow #:test
Hi,
The emacs-build-system has its #:tests? argument set to #f by default,
which means users must explicitly specify its value as #t to enable test
suites.
The check-tests-true lint check seems to ignore this and goes on to
recommend, for example:
--8<---cut here---start-