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: Stefan Kangas
Subject: Re: Getting ready to land native-compilation on master
Date: Wed, 14 Apr 2021 09:35:41 -0500

Philip Kaludercic <philipk@posteo.net> writes:

> 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

These warnings should be fixed in yasnippet itself.

> The difference being that this is not generated when the package is
> installed, but suddenly appears in a buffer.

This shouldn't be a problem once we flip
`comp-async-report-warnings-errors' to nil by default.  AFAIK, the plan
is to do that in time for Emacs 28.  As others have explained, we keep
it set to t for now as it indicates real problems.



reply via email to

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