* The Warnings Beat
@ 2021-02-24 17:06 Lars Ingebrigtsen
2021-02-24 17:13 ` Lars Ingebrigtsen
2021-02-24 17:29 ` Lars Ingebrigtsen
0 siblings, 2 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2021-02-24 17:06 UTC (permalink / raw)
To: emacs-devel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-02-24 18:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-24 17:06 The Warnings Beat Lars Ingebrigtsen
2021-02-24 17:13 ` Lars Ingebrigtsen
2021-02-24 17:29 ` Lars Ingebrigtsen
2021-02-24 18:55 ` Stefan Monnier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.