emacs-devel
[Top][All Lists]
Advanced

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

The Warnings Beat


From: Lars Ingebrigtsen
Subject: The Warnings Beat
Date: Wed, 24 Feb 2021 18:06:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

After having a clean build for a while, we've had some persistent
warnings that would be nice to have fixed, because it takes time and
effort to reverify that we haven't broken something new.

So here's a list of warnings in the current build:

I think this one is kinda new?

Some part of "/home/larsi/src/emacs/trunk/lisp/leim/quail/indian.el" is broken


So is this one:

Not registering prefix "in" from generic-x.  Affects: ("inf-generic-mode" 
"ini-generic-mode" "ini-generic-mode-find-file-hook" "inetd-conf-generic-mode")
Not registering prefix "re" from generic-x.  Affects: ("reg-generic-mode" 
"resolve-conf-generic-mode")


This is due to Eldoc changing its interface:

In semantic-idle-summary-idle-function:
cedet/semantic/idle.el:758:10: Warning: `eldoc-message' is an obsolete
    function (as of eldoc-1.1.0); use `eldoc-documentation-functions' instead.
In semantic-idle-summary-refresh-echo-area:
cedet/semantic/idle.el:789:13: Warning: `eldoc-message' is an obsolete
    function (as of eldoc-1.1.0); use `eldoc-documentation-functions' instead.


And this one has been with us for long time, but only shows up on some
builds:

Grammar in python.el contains 4 shift/reduce conflicts

It normally shows up in "make -j1" builds, but not in "-j16" builds, but
I haven't chased it down any further.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




reply via email to

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