emacs-devel
[Top][All Lists]
Advanced

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

Re: Getting ready to land native-compilation on master


From: Eli Zaretskii
Subject: Re: Getting ready to land native-compilation on master
Date: Wed, 14 Apr 2021 17:37:08 +0300

> From: Philip Kaludercic <philipk@posteo.net>
> Cc: akrl@sdf.org,  emacs-devel@gnu.org
> Date: Wed, 14 Apr 2021 16:00:46 +0200
> 
> >> If I'm not mistaken, packages such as yasnippet generated warnings
> >> (again, several minutes after Emacs itself was started) including
> >> more
> >> or more or less trivial issues such as overlong lines.
> >
> > Please show such a message, because I still don't think I understand,
> > perhaps because I don't know enough about yasnippet.
> 
> >From what I understand it is the regular compiler warning, just like you
> would get without native-compile. So it is not related to yasnippet or
> any other package itself. I tried it out, and in my case it looked like
> this:
> 
>         Compiling file 
> /home/philip/.config/emacs/elpa/yasnippet-0.14.0/yasnippet.el at Wed Apr 14 
> 15:57:58 2021
>         yasnippet.el:475:1: Warning: defvar `yas-after-exit-snippet-hook' 
> docstring
>             wider than 80 characters
>         yasnippet.el:557:1: Warning: custom-declare-variable 
> `yas-keymap-disable-hook'
>             docstring wider than 80 characters

Ah, overlong lines in _docstrings_...  Yes, that's known, but why not
fix this issue in the first place?  I get the same warning when
byte-compiling with Emacs 28, so this is not new with the
native-compile branch.



reply via email to

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