unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 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

* Re: The Warnings Beat
  2021-02-24 17:06 The Warnings Beat Lars Ingebrigtsen
@ 2021-02-24 17:13 ` Lars Ingebrigtsen
  2021-02-24 17:29 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2021-02-24 17:13 UTC (permalink / raw)
  To: emacs-devel

Lars Ingebrigtsen <larsi@gnus.org> writes:

> I think this one is kinda new?
>
> Some part of "/home/larsi/src/emacs/trunk/lisp/leim/quail/indian.el" is broken

"Fixed" now -- I reintroduced the previous kludge, but added a comment
about why it's that way.

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: The Warnings Beat
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2021-02-24 17:29 UTC (permalink / raw)
  To: emacs-devel

Lars Ingebrigtsen <larsi@gnus.org> writes:

> 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

Fixed now.

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: The Warnings Beat
  2021-02-24 17:29 ` Lars Ingebrigtsen
@ 2021-02-24 18:55   ` Stefan Monnier
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2021-02-24 18:55 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: emacs-devel

>> 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
> Fixed now.

Re-fixed now,


        Stefan




^ 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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).