all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Noisy byte compilation on master
@ 2015-02-01 16:06 Eli Zaretskii
  2015-02-02 16:31 ` Stefan Monnier
  0 siblings, 1 reply; 17+ messages in thread
From: Eli Zaretskii @ 2015-02-01 16:06 UTC (permalink / raw)
  To: emacs-devel

Byte-compiling the recent master became really noisy lately, it spews
many dozens, if not hundreds, of warnings like this:

  In semantic-decoration-all-include-summary:
  cedet/semantic/decorate/include.el:803:58:Warning: `eieio-object-name-string'
      is an obsolete function (as of 25.1); use `eieio-named' instead.
  cedet/semantic/decorate/include.el:809:46:Warning: `eieio-object-name-string'
      is an obsolete function (as of 25.1); use `eieio-named' instead.
  `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
  `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
  `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
  `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.
  `defmethod' is an obsolete macro (as of 25.1); use `cl-defmethod' instead.
  `defgeneric' is an obsolete macro (as of 25.1); use `cl-defgeneric' instead.

and like this:

  Warning: Using brain-dead macro `mm-with-unibyte-current-buffer'!
  utf7.el: `mm-with-unibyte-current-buffer' is an obsolete macro (as of 25.1).

Would those who introduced these warnings please work on lowering the
noise level?  It's now so high that it effectively prevents one from
seeing the real problems flagged by the byte compiler, especially when
bootstrapping.

Thanks in advance.



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

end of thread, other threads:[~2015-02-18 22:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-01 16:06 Noisy byte compilation on master Eli Zaretskii
2015-02-02 16:31 ` Stefan Monnier
2015-02-02 16:35   ` Eli Zaretskii
2015-02-02 18:01   ` Stephen Leake
2015-02-02 23:23     ` Stefan Monnier
2015-02-03  7:03       ` David Engster
2015-02-04 15:45         ` Stefan Monnier
2015-02-15 15:58           ` David Engster
2015-02-16  2:56             ` Stefan Monnier
2015-02-16 21:11               ` David Engster
2015-02-16 23:14                 ` Stefan Monnier
2015-02-17  6:31                   ` David Engster
2015-02-17 23:06                     ` Stefan Monnier
2015-02-18 17:53                       ` David Engster
2015-02-18 19:35                         ` Stefan Monnier
2015-02-18 19:51                           ` David Engster
2015-02-18 22:44                             ` 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.