Byte-compile fails with Emacs 28
yasuhirokimura opened this issue · 1 comments
yasuhirokimura commented
yasu@rolling[1013]% emacs --version
GNU Emacs 29.0.50
Copyright (C) 2021 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
yasu@rolling[1014]% make
emacs -Q -batch -L . -eval '(setq byte-compile-error-on-warn t)' -f batch-byte-compile dash.el
In toplevel form:
dash.el:615:8: Error: docstring wider than 80 characters
make: *** [Makefile:69: dash.elc] Error 1
yasu@rolling[1015]%
As usual make WERROR=nil
works fine.
basil-conto commented
Thank you for reporting this!
I'm slowly working through all the malformed docstrings that don't follow Emacs conventions on the blc/docstring
branch, so stay tuned.
Byte-compile fails with Emacs 29
In fact it fails with Emacs 28.0.60 as well.