emacs-devel
[Top][All Lists]
Advanced

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

Re: Towards a cleaner build: cedet


From: Lars Ingebrigtsen
Subject: Re: Towards a cleaner build: cedet
Date: Fri, 14 Jun 2019 15:22:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Now that most of the warnings are gone in cedet, perhaps one of the
remaining ones is actually a bug:

In toplevel form:
cedet/ede/config.el:409:36:Warning: Unknown slot `classpath'

It's this code:

(cl-defmethod ede-java-classpath ((proj ede-project-with-config-java))
  "Return the classpath for this project."
  (oref (ede-config-get-configuration proj) classpath))

But...  no classes define a classpath slot:

-*- mode: grep; default-directory: "~/src/emacs/trunk/lisp/cedet/" -*-
Grep started at Fri Jun 14 15:18:50

grep --color -nH --null -e classpath `find . -name '*.el'`
./ede/config.el:(cl-defmethod ede-java-classpath ((proj 
ede-project-with-config-java))
./ede/config.el:  "Return the classpath for this project."
./ede/config.el:  (oref (ede-config-get-configuration proj) classpath))
./ede.el:(cl-defmethod ede-java-classpath ((_this ede-project))
./ede.el:  "Return the classpath for this project."

Seems kinda suspicious?

-- 
(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]