emacs-devel
[Top][All Lists]
Advanced

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

Re: [ELPA] Package proposal: relint (ex-trawl)


From: Stefan Monnier
Subject: Re: [ELPA] Package proposal: relint (ex-trawl)
Date: Wed, 20 Mar 2019 09:08:17 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> My point is that "make check" is supposed to be an integral part of
> any serious build of a program, including Emacs.  Whenever I build
> Emacs for the first time on some machine, I always run the test suite.

I don't think relint should be part of `make check` since its purpose is
very different (it doesn't try to verify the functional correctness of
the code by running it).

It should be a separate `make relint`.

You use `make check` above as a way to (try to) ensure that a build is
functional, and running relint will not help with that since it only
looks at the source code and not the resulting behavior.


        Stefan




reply via email to

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