David Bremner <da...@tethera.net> writes:

> In toplevel form:
> haskell-process.el:1167:1:Error: the function `haskell-command' is not known 
> to be defined.
> Makefile:61: recipe for target 'check-haskell-process' failed

I can duplicate this with (Emacs 24.4)

% emacs --batch -Q -L . --eval "(setq byte-compile-error-on-warn t)" \
  -f  batch-byte-compile haskell-process.el

My proposed fix would be to delete

   --eval "(setq byte-compile-error-on-warn t)"

from the check target in Makefile. This is IMHO misguided in tests meant
to be run post-release for exactly the same reasons as using -Werror in
a C program; compiler warnings change, generally getting more strict
over time.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to