alphapapa / ement.el

A Matrix client for GNU Emacs
GNU General Public License v3.0
476 stars 44 forks source link

Compilation warnings on 29.1 #202

Closed alphapapa closed 10 months ago

alphapapa commented 10 months ago
./makem.sh -v --emacs\=emacs-29.1 --sandbox\=.sandbox lint-compile
LOG (2023-08-14 00:34:41): Linting compilation...
LOG (2023-08-14 00:34:41): Compiling...

In toplevel form:
ement-directory.el:32:11: Warning: `point' is an obsolete generalized variable; use `goto-char' instead.

In toplevel form:
ement-lib.el:100:2: Warning: defconst `ement--color-luminance-dark-limit' docstring has wrong usage of unescaped single quotes (use \= or different quoting)
ement-lib.el:131:14: Warning: reference to free variable `ement--color-luminance-dark-limit'

In ement--prism-color:
ement-lib.el:936:40: Warning: avoid `lsh'; use `ash' instead
ement-lib.el:937:40: Warning: avoid `lsh'; use `ash' instead
ement-lib.el:1151:7: Warning: `button-buttonize' is an obsolete function (as of 29.1); use `buttonize' instead.

In toplevel form:
ement-notify.el:34:11: Warning: `point' is an obsolete generalized variable; use `goto-char' instead.

In toplevel form:
ement-room.el:2631:14: Warning: `point' is an obsolete generalized variable; use `goto-char' instead.

In ement-room--user-color:
ement-room.el:3559:40: Warning: avoid `lsh'; use `ash' instead
ement-room.el:3560:40: Warning: avoid `lsh'; use `ash' instead
ERROR (2023-08-14 00:34:46): Linting compilation failed.
LOG (2023-08-14 00:34:46): Finished with 1 errors.

Compilation exited abnormally with code 1 at Mon Aug 14 00:34:46